Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygen_hpux.h
Go to the documentation of this file.
00001 #ifndef __stl_config__hpux_h 00002 #define __stl_config__hpux_h 00003 00004 #define _STLP_PLATFORM "HP Unix" 00005 00006 #define _STLP_USE_UNIX_IO 00007 00008 #ifdef __GNUC__ 00009 # define _STLP_NO_WCHAR_T 00010 # define _STLP_NO_CWCHAR 00011 # define _STLP_NO_LONG_DOUBLE 00012 # ifndef _POSIX_C_SOURCE 00013 # define _POSIX_C_SOURCE 199506 00014 # endif 00015 #endif 00016 00017 #endif /* __stl_config__hpux_h */ Generated on Sat May 26 2012 04:28:24 for ReactOS by
1.7.6.1
|