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

  1. #ifndef __libgxx_sys_types_h
  2.  
  3. extern "C"
  4. {
  5. #ifdef __sys_types_h_recursive
  6. #include_next <sys/types.h>
  7. #else
  8.  
  9. #define __sys_types_h_recursive
  10. #include <stddef.h>
  11.  
  12. #ifdef VMS
  13. #include "GNU_CC_INCLUDE:[sys]types.h"
  14. #else
  15. #include_next <sys/types.h>
  16. #endif
  17.  
  18. #define __libgxx_sys_types_h 1
  19.  
  20. #endif
  21. }
  22.  
  23.  
  24. #endif
  25.  
  26.