aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-03-28 20:20:11 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-03-28 20:20:11 +0000
commitc317b042a8e3ecb1fc973ed1ea50793dda057bde (patch)
treece47426a23e1b82bbcf72f23556a8e4d14484b4b /config.h.win32
parente38645134590c8a82bad7b5e2987bcff662fac6f (diff)
Add getopt.c (from GNU libc) for use on Win32.
Ethereal/win32 now supports command-line options. Tethereal now compiles on win32, except for the fact that I haven't put the Makefile.nmake changes in for that yet. svn path=/trunk/; revision=1758
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win321
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index 0922d8dcbd..da44516f16 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -71,6 +71,7 @@
#define HAVE_DIRECT_H 1
#define HAVE_IO_H 1
#define NEED_INET_V6DEFS_H 1
+#define NEED_GETOPT_H 1
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#define strncasecmp strnicmp