X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=include%2Fc%2B%2B%2Fstl%2Fstl%2Fconfig%2F_hpux.h;fp=include%2Fc%2B%2B%2Fstl%2Fstl%2Fconfig%2F_hpux.h;h=1a67c08ddef9cf6f66df8b312ffa886e20ad8955;hp=0000000000000000000000000000000000000000;hb=173d8903eb9d51a4ea7d7fa3e52dc86c9bb6d4f1;hpb=b024710fe2b60cd4a42a8993b61333d6cdb56ca3 diff --git a/include/c++/stl/stl/config/_hpux.h b/include/c++/stl/stl/config/_hpux.h new file mode 100644 index 0000000..1a67c08 --- /dev/null +++ b/include/c++/stl/stl/config/_hpux.h @@ -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 */