From ab3c58bd4fda37c848309cf2275f8a315b262f54 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 2 Dec 2002 09:44:59 +0000 Subject: [PATCH] We now have insque(). --- gnu/usr.bin/binutils/libiberty/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/binutils/libiberty/config.h b/gnu/usr.bin/binutils/libiberty/config.h index deac895c230..cae6575e979 100644 --- a/gnu/usr.bin/binutils/libiberty/config.h +++ b/gnu/usr.bin/binutils/libiberty/config.h @@ -82,7 +82,7 @@ #define HAVE_INDEX 1 /* Define if you have the insque function. */ -/* #undef HAVE_INSQUE */ +#define HAVE_INSQUE 1 /* Define if you have the memchr function. */ #define HAVE_MEMCHR 1