diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2008-12-08 21:04:24 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2008-12-08 21:04:24 +0000 |
| commit | 20e76cb365d07190cd56936e59bf95e3eb32b9ca (patch) | |
| tree | d222119fdf25f6e509a03e165fe282bb307b8a27 /lib/libmagic | |
| parent | a6d94c502cfa934ed43a042d52ae6019b3c0244d (diff) | |
Notes
Diffstat (limited to 'lib/libmagic')
| -rw-r--r-- | lib/libmagic/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmagic/config.h b/lib/libmagic/config.h index 65e4a6a59ad9..4f8a99f6cca2 100644 --- a/lib/libmagic/config.h +++ b/lib/libmagic/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 |
