dc9dde284d
of the warnings.
17 lines
447 B
Plaintext
17 lines
447 B
Plaintext
$OpenBSD: patch-include_config_h,v 1.2 2005/09/06 22:47:35 espie Exp $
|
|
--- include/config.h.orig Fri Jul 23 17:50:17 1999
|
|
+++ include/config.h Wed Sep 7 00:37:32 2005
|
|
@@ -26,8 +26,11 @@
|
|
#endif
|
|
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8)
|
|
#define SP_ANSI_LIB
|
|
-#define SP_NO_STD_NAMESPACE
|
|
+// #define SP_NO_STD_NAMESPACE
|
|
#undef SP_NEW_H_MISSING
|
|
+#endif
|
|
+#if __GNUC__ > 2
|
|
+#define SP_HAVE_TYPENAME
|
|
#endif
|
|
|
|
#endif /* __GNUG__ */
|