reactos/include/stlport/stl/config/_hpux.h
Jérôme Gardou 5d8dd5d148 [STLPORT]
- move headers to include directory
  - delete some incidentally committed things

svn path=/branches/cmake-bringup/; revision=49546
2010-11-10 17:36:28 +00:00

18 lines
332 B
C

#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 */