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/getopt1.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/getopt1.c') 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 -#endif - #include "getopt.h" #if !defined (__STDC__) || !__STDC__ -- cgit v1.2.3