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