X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fcontrib%2Fgetopt1.c;h=fe6bdd992a4f3e84010c4695692ffa0ba2f8d4c5;hb=34bb35a2496ec0402bb4d6c2546147cd37b27007;hp=f784b5757c59e1cd26d45fc5ddb0273a7f50b0f4;hpb=f60e5f1db0655772824ff39e1bf319e497adfdcb;p=silc.git diff --git a/lib/contrib/getopt1.c b/lib/contrib/getopt1.c index f784b575..fe6bdd99 100644 --- a/lib/contrib/getopt1.c +++ b/lib/contrib/getopt1.c @@ -16,16 +16,6 @@ along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifdef HAVE_CONFIG_H -#if defined (emacs) || defined (CONFIG_BROKETS) -/* We use 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 it found this file in $srcdir). */ -#include -#else -#include "config.h" -#endif -#endif #include "getopt.h"