diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-02 09:44:59 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-02 09:44:59 +0000 |
| commit | ab3c58bd4fda37c848309cf2275f8a315b262f54 (patch) | |
| tree | 817dd9aef1696cc6b92f86be9b5404e3497c2a86 /gnu/usr.bin/binutils | |
| parent | 23e4ce1af882e4d4799e70927af8855e78ebcaad (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/libiberty/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libiberty/config.h b/gnu/usr.bin/binutils/libiberty/config.h index deac895c230b..cae6575e9795 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 |
