summaryrefslogtreecommitdiffstats
path: root/6/sources/cxx-stl/stlport/stlport/stl/config/_hpux.h
blob: 385c514cc0264c9d803e35af6338ec816bafbbd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __stl_config__hpux_h
#define __stl_config__hpux_h

#define _STLP_PLATFORM "HP Unix"

#define _STLP_USE_UNIX_IO

#ifdef __GNUC__
#  define _STLP_NO_WCHAR_T
#  define _STLP_NO_CWCHAR
#  define _STLP_NO_LONG_DOUBLE
#  ifndef _POSIX_C_SOURCE
#    define _POSIX_C_SOURCE 199506
#  endif
#endif

#endif /* __stl_config__hpux_h */