blob: 1a67c08ddef9cf6f66df8b312ffa886e20ad8955 (
plain)
1
2
3
4
5
6
7
8
9
10
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 */
|