Cross Reference: 003-_config.h.patch
xref
: /
solaris-userland-s11u3
/
components
/
stdcxx
/
patches
/
003-_config.h.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
402
N/A
---
stdcxx-4.2.1/include/rw
/
_config.h
2008-04-24 20:23:43.000000000 -0400
402
N/A
+++
stdcxx-4.2.1/include/rw
/
_config.h
2009-03-28 00:35:53.000000000 -0400
402
N/A
@@ -33,7 +33,11 @@
402
N/A
#define _RWSTD_RW_CONFIG_H_INCLUDED
402
N/A
402
N/A
// include generated configuration header
402
N/A
+#if defined(_IN_BUILD_STDCXX)
402
N/A
#include <
config.h
>
402
N/A
+#else
402
N/A
+#include <
rw/config/rwconfig_std.h
>
402
N/A
+#endif
402
N/A
402
N/A
/*** library version numbers and ids **************************************/
402
N/A