diff src/config.h.in @ 159:3bb7ccffb0c0 r20-3b6

Import from CVS: tag r20-3b6
author cvs
date Mon, 13 Aug 2007 09:41:43 +0200
parents 6b37e6ddd302
children 0132846995bd
line wrap: on
line diff
--- a/src/config.h.in	Mon Aug 13 09:40:48 2007 +0200
+++ b/src/config.h.in	Mon Aug 13 09:41:43 2007 +0200
@@ -71,7 +71,9 @@
 #ifndef FUNCPROTO
 #define FUNCPROTO 15
 #endif
-#endif
+/* Required for most XFree86 systems */
+#undef NARROWPROTO
+#endif /* HAVE_X_WINDOWS */
 
 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */
 #if defined (HAVE_X_WINDOWS) /* || defined (HAVE_NEXTSTEP) */