comparison src/process.c @ 81876:349ed3f8d5bb

Don't undefine AF_INET6.
author Jason Rumney <jasonr@gnu.org>
date Sat, 14 Jul 2007 23:03:55 +0000
parents 077a1e6fd3f2
children 50da0700fc26 0ece58f6e0aa a66921565bcb
comparison
equal deleted inserted replaced
81875:033deb7c634b 81876:349ed3f8d5bb
117 #include <sys/sysmacros.h> /* for "minor" */ 117 #include <sys/sysmacros.h> /* for "minor" */
118 #endif /* not IRIS */ 118 #endif /* not IRIS */
119 119
120 #ifdef HAVE_SYS_WAIT 120 #ifdef HAVE_SYS_WAIT
121 #include <sys/wait.h> 121 #include <sys/wait.h>
122 #endif
123
124 /* Disable IPv6 support for w32 until someone figures out how to do it
125 properly. */
126 #ifdef WINDOWSNT
127 # ifdef AF_INET6
128 # undef AF_INET6
129 # endif
130 #endif 122 #endif
131 123
132 #include "lisp.h" 124 #include "lisp.h"
133 #include "systime.h" 125 #include "systime.h"
134 #include "systty.h" 126 #include "systty.h"