_hpux.h 332 B

1234567891011121314151617
  1. #ifndef __stl_config__hpux_h
  2. #define __stl_config__hpux_h
  3. #define _STLP_PLATFORM "HP Unix"
  4. #define _STLP_USE_UNIX_IO
  5. #ifdef __GNUC__
  6. # define _STLP_NO_WCHAR_T
  7. # define _STLP_NO_CWCHAR
  8. # define _STLP_NO_LONG_DOUBLE
  9. # ifndef _POSIX_C_SOURCE
  10. # define _POSIX_C_SOURCE 199506
  11. # endif
  12. #endif
  13. #endif /* __stl_config__hpux_h */