This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Disable IPv6 on Cygwin


Patch is attached that does exactly what the subject says.

IPv6 is not currently supported on Cygwin.

Harold
Index: cygwin.cf
===================================================================
RCS file: /cvs/xc/config/cf/cygwin.cf,v
retrieving revision 3.50
diff -U3 -r3.50 cygwin.cf
--- cygwin.cf	2003/05/27 16:34:31	3.50
+++ cygwin.cf	2003/07/25 15:14:37
@@ -18,8 +18,6 @@
 
 #define ProjectRoot 		/usr/X11R6
 
-#define BuildServer		YES
-
 #ifndef UnixCpp
 #define UnixCpp
 #endif
@@ -250,6 +248,7 @@
 #define BuildDPMSExt		NO
 #define DPMSDefines		/**/
 
+#define BuildIPv6		NO
 #define BuildGlxExt             YES
 #define BuildXInputExt		YES
 #define BuildXF86VidModeExt     NO
@@ -327,6 +326,10 @@
 #define XF86CardDrivers		/**/
 
 /* Server build rules */
+
+/* We always want to enable server building */
+#define BuildServer			YES
+
 #ifndef XnestServer
 #define XnestServer			YES
 #endif

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]