summaryrefslogtreecommitdiff
path: root/src/getopt.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-03-21 16:57:12 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-03-21 16:57:12 +0100
commit031cf5e8ffd0511c1d69a41da295ab6bb017bc1d (patch)
treea1e909a0c683e2ab1d684d61a7664111d3632302 /src/getopt.c
parentb3c405408fb7abaad6039b65d86ef701b12c9f0a (diff)
Remove autoconf (from branch 'autocruft')
Use config.mk for configuration, both GNU make and FreeBSD make are supported.
Diffstat (limited to 'src/getopt.c')
-rw-r--r--src/getopt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/getopt.c b/src/getopt.c
index 5a8bb6c..d212b3a 100644
--- a/src/getopt.c
+++ b/src/getopt.c
@@ -27,10 +27,6 @@
#define _NO_PROTO
#endif
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#if !defined (__STDC__) || !__STDC__
/* This is a separate conditional since some stdc systems
reject `defined (const)'. */