author | William Roberts <williamr@symbian.org> |
Tue, 16 Mar 2010 16:12:26 +0000 | |
branch | Symbian2 |
changeset 2 | 2fe1408b6811 |
child 4 | 837f303aceeb |
permissions | -rw-r--r-- |
williamr@2 | 1 |
#ifndef __stl_config__hpux_h |
williamr@2 | 2 |
#define __stl_config__hpux_h |
williamr@2 | 3 |
|
williamr@2 | 4 |
#define _STLP_PLATFORM "HP Unix" |
williamr@2 | 5 |
|
williamr@2 | 6 |
#ifdef __GNUC__ |
williamr@2 | 7 |
# define _STLP_NO_WCHAR_T |
williamr@2 | 8 |
# define _STLP_NO_LONG_DOUBLE |
williamr@2 | 9 |
#endif |
williamr@2 | 10 |
|
williamr@2 | 11 |
#endif /* __stl_config__hpux_h */ |