diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-03-28 20:20:11 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-03-28 20:20:11 +0000 |
commit | c317b042a8e3ecb1fc973ed1ea50793dda057bde (patch) | |
tree | ce47426a23e1b82bbcf72f23556a8e4d14484b4b /config.h.win32 | |
parent | e38645134590c8a82bad7b5e2987bcff662fac6f (diff) | |
download | wireshark-c317b042a8e3ecb1fc973ed1ea50793dda057bde.tar.gz wireshark-c317b042a8e3ecb1fc973ed1ea50793dda057bde.tar.bz2 wireshark-c317b042a8e3ecb1fc973ed1ea50793dda057bde.zip |
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.win32 | 1 |
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 |