X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgetopt.c;h=ac0d6f3f78d10a96c5e529f1da58bb21d48b2c80;hb=880bff095c4a832c6ca0e899485da94a2fa34758;hp=82f6ad916de3d0d397015647624cd587455cca8d;hpb=56f88f60ae60c1483a1ee5330d02a8251897f383;p=gnulib.git diff --git a/lib/getopt.c b/lib/getopt.c index 82f6ad916..ac0d6f3f7 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -27,14 +27,7 @@ #endif #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 #ifndef __STDC__