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 /usr.bin | |
| parent | a814225919ee3771646bd69147fd5112256657b9 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/file/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file/config.h b/usr.bin/file/config.h index 65e4a6a59ad9..4f8a99f6cca2 100644 --- a/usr.bin/file/config.h +++ b/usr.bin/file/config.h @@ -77,7 +77,7 @@ #define HAVE_STRING_H 1 /* Define to 1 if you have the `strndup' function. */ -/* #undef HAVE_STRNDUP */ +#define HAVE_STRNDUP 1 /* Define to 1 if you have the `strtof' function. */ #define HAVE_STRTOF 1 |
