comparison src/process.c @ 68022:e213d76ca446

[WINDOWSNT]: Undef AF_INET6 to disable IPv6 support for w32.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 04 Jan 2006 17:51:58 +0000
parents 10f0a09ec82e
children b7409cbd6d99
comparison
equal deleted inserted replaced
68021:271ab3aed790 68022:e213d76ca446
114 #include <sys/sysmacros.h> /* for "minor" */ 114 #include <sys/sysmacros.h> /* for "minor" */
115 #endif /* not IRIS */ 115 #endif /* not IRIS */
116 116
117 #ifdef HAVE_SYS_WAIT 117 #ifdef HAVE_SYS_WAIT
118 #include <sys/wait.h> 118 #include <sys/wait.h>
119 #endif
120
121 /* Disable IPv6 support for w32 until someone figures out how to do it
122 properly. */
123 #ifdef WINDOWSNT
124 # ifdef AF_INET6
125 # undef AF_INET6
126 # endif
119 #endif 127 #endif
120 128
121 #include "lisp.h" 129 #include "lisp.h"
122 #include "systime.h" 130 #include "systime.h"
123 #include "systty.h" 131 #include "systty.h"