aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-03-28 20:20:11 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-03-28 20:20:11 +0000
commit2b188304647ac2bbef9e408f93316d8db611e4ec (patch)
treece47426a23e1b82bbcf72f23556a8e4d14484b4b /config.h.win32
parentfa8d6a8c33d42a7c2323165ccf75eaaf35e1f8de (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1758 f5534014-38df-0310-8fa8-9805f1628bb7
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