diff options
| author | Jason Rumney | 2007-07-14 23:04:56 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-07-14 23:04:56 +0000 |
| commit | 5e1ab613687b178ef514a553c08056f8f904c7db (patch) | |
| tree | 3f38a5d53584bf3b133a4487d99407b14be6a4e7 /src/process.c | |
| parent | a2dcccd99e11e8155b42111148909967e58d71c6 (diff) | |
| download | emacs-5e1ab613687b178ef514a553c08056f8f904c7db.tar.gz emacs-5e1ab613687b178ef514a553c08056f8f904c7db.zip | |
Don't undefine AF_INET6.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/process.c b/src/process.c index 90d0ee34024..5f96467a681 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -121,14 +121,6 @@ Boston, MA 02110-1301, USA. */ | |||
| 121 | #include <sys/wait.h> | 121 | #include <sys/wait.h> |
| 122 | #endif | 122 | #endif |
| 123 | 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 | ||
| 131 | |||
| 132 | #include "lisp.h" | 124 | #include "lisp.h" |
| 133 | #include "systime.h" | 125 | #include "systime.h" |
| 134 | #include "systty.h" | 126 | #include "systty.h" |