X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemchr.c;h=44a9dc5e077d7d064b833ea27b38e71a5b203b16;hb=180239d459deeb88e364969a142ad19403e7b1b1;hp=1fe76548461c8bb5e8b2aac42510b6b5a53dd09f;hpb=a1157f157f020dd129a1d0047e09ab904e3c4d9c;p=gnulib.git diff --git a/lib/memchr.c b/lib/memchr.c index 1fe765484..44a9dc5e0 100644 --- a/lib/memchr.c +++ b/lib/memchr.c @@ -21,14 +21,7 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef HAVE_CONFIG_H -#if 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 #if (SIZEOF_LONG != 4 && SIZEOF_LONG != 8)