home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Headers / g++ / sys / fcntl.h < prev    next >
C/C++ Source or Header  |  1993-06-29  |  217b  |  16 lines

  1. #ifndef __libgxx_sys_fcntl_h
  2.  
  3. extern "C"
  4. {
  5. #ifdef __sys_fcntl_h_recursive
  6. #include_next <sys/fcntl.h>
  7. #else
  8. #define __sys_fcntl_h_recursive
  9. #include_next <sys/fcntl.h>
  10. #define __libgxx_sys_fcntl_h 1
  11. #endif
  12. }
  13.  
  14.  
  15. #endif
  16.