aboutsummaryrefslogtreecommitdiffstats
path: root/getopt.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-12 21:52:11 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-12 21:52:11 +0000
commit96766c3057886a37707326451d5e0eaaf9bc07b6 (patch)
treee5cc066cc8629390995d4a1e1d8ce22d4314f201 /getopt.c
parentdc7ba8593f3f74dab1a3a0532364f805bb5c497a (diff)
Build tethereal and editcap on Win32.
Add RCS ID tags to Makefile.nmake's. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1836 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'getopt.c')
-rw-r--r--getopt.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/getopt.c b/getopt.c
index 38547d215a..a9c230d71f 100644
--- a/getopt.c
+++ b/getopt.c
@@ -1,4 +1,7 @@
/* Getopt for GNU.
+
+ $Id: getopt.c,v 1.2 2000/04/12 21:51:28 gram Exp $
+
NOTE: getopt is now part of the C library, so if you don't know what
"Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu
before changing it!
@@ -19,12 +22,10 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-
+
+
#ifdef HAVE_CONFIG_H
-/* We use <config.h> instead of "config.h" so that a compilation
- using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
- (which it would do because getopt.c was found in $srcdir). */
-#include <config.h>
+#include "config.h"
#endif
#ifndef __STDC__