diff -r 666f914201fb -r 2fe1408b6811 epoc32/include/tools/stlport/stl/config/_hpux.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/epoc32/include/tools/stlport/stl/config/_hpux.h Tue Mar 16 16:12:26 2010 +0000 @@ -0,0 +1,11 @@ +#ifndef __stl_config__hpux_h +#define __stl_config__hpux_h + +#define _STLP_PLATFORM "HP Unix" + +#ifdef __GNUC__ +# define _STLP_NO_WCHAR_T +# define _STLP_NO_LONG_DOUBLE +#endif + +#endif /* __stl_config__hpux_h */