From 031cf5e8ffd0511c1d69a41da295ab6bb017bc1d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 21 Mar 2010 16:57:12 +0100 Subject: Remove autoconf (from branch 'autocruft') Use config.mk for configuration, both GNU make and FreeBSD make are supported. --- src/getopt.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/getopt.c') 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 -#endif - #if !defined (__STDC__) || !__STDC__ /* This is a separate conditional since some stdc systems reject `defined (const)'. */ -- cgit v1.2.3