diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2009-01-08 09:50:20 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2009-01-08 09:50:20 +0000 |
commit | fec8ca6f19563535919edcd8e1aa8ecd187533a0 (patch) | |
tree | 4fe9ba54c417a96195d41afb697f3caeef099d80 /gnu | |
parent | a814225919ee3771646bd69147fd5112256657b9 (diff) | |
download | src-test2-fec8ca6f19563535919edcd8e1aa8ecd187533a0.tar.gz src-test2-fec8ca6f19563535919edcd8e1aa8ecd187533a0.zip |
Notes
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/libiberty/config.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/sort/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/libiberty/config.h b/gnu/usr.bin/cc/libiberty/config.h index 0fc8ed6ebb57..236e07689498 100644 --- a/gnu/usr.bin/cc/libiberty/config.h +++ b/gnu/usr.bin/cc/libiberty/config.h @@ -235,7 +235,7 @@ #define HAVE_STRNCASECMP 1 /* Define to 1 if you have the `strndup' function. */ -/* #undef HAVE_STRNDUP */ +#define HAVE_STRNDUP 1 /* Define to 1 if you have the `strrchr' function. */ #define HAVE_STRRCHR 1 diff --git a/gnu/usr.bin/sort/config.h b/gnu/usr.bin/sort/config.h index 44f944c04b0c..601b368d42fc 100644 --- a/gnu/usr.bin/sort/config.h +++ b/gnu/usr.bin/sort/config.h @@ -759,7 +759,7 @@ #define HAVE_STRNCASECMP 1 /* Define to 1 if you have the `strndup' function. */ -/* #undef HAVE_STRNDUP */ +#define HAVE_STRNDUP 1 /* Define to 1 if you have the `strpbrk' function. */ #define HAVE_STRPBRK 1 |