summaryrefslogtreecommitdiff
path: root/src/getopt1.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/getopt1.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/getopt1.c')
-rw-r--r--src/getopt1.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/getopt1.c b/src/getopt1.c
index dd74680..5a5c483 100644
--- a/src/getopt1.c
+++ b/src/getopt1.c
@@ -17,10 +17,6 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "getopt.h"
#if !defined (__STDC__) || !__STDC__