Add getopt.c (from GNU libc) for use on Win32.
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 28 Mar 2000 20:20:11 +0000 (20:20 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 28 Mar 2000 20:20:11 +0000 (20:20 +0000)
commit2b188304647ac2bbef9e408f93316d8db611e4ec
treece47426a23e1b82bbcf72f23556a8e4d14484b4b
parentfa8d6a8c33d42a7c2323165ccf75eaaf35e1f8de
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
Makefile.nmake
config.h.win32
getopt.c [new file with mode: 0644]
getopt.h [new file with mode: 0644]
gtk/main.c
tethereal.c