summaryrefslogtreecommitdiff
path: root/lib/memchr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-02 23:01:05 +0000
committerJim Meyering <jim@meyering.net>1994-10-02 23:01:05 +0000
commitc9b696a6bdd47cda67dae18be0b10f3719a8a5f3 (patch)
tree1382ba752023bb9eced53f38477325d03d2041cf /lib/memchr.c
parentb2e7f0596a8dad6e5af4ade0ae7e50bc3d6cf77d (diff)
downloadcoreutils-c9b696a6bdd47cda67dae18be0b10f3719a8a5f3.tar.xz
merge with 1.9.1g
Diffstat (limited to 'lib/memchr.c')
-rw-r--r--lib/memchr.c7
1 files changed, 0 insertions, 7 deletions
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 <config.h> 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 <config.h>
-#else
-#include "config.h"
-#endif
#endif
#if (SIZEOF_LONG != 4 && SIZEOF_LONG != 8)