From cb62c2558846e312b5bb0fb7bd3b9afcb72a884a Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 24 May 2007 16:14:38 +0000 Subject: Update for the 'file' 4.19 import. --- lib/libmagic/config.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libmagic/config.h b/lib/libmagic/config.h index e9e4200..9dd8a27 100644 --- a/lib/libmagic/config.h +++ b/lib/libmagic/config.h @@ -73,6 +73,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 +/* Define to 1 if you have the `strndup' function. */ +/* #undef HAVE_STRNDUP */ + /* Define to 1 if you have the `strtoul' function. */ #define HAVE_STRTOUL 1 @@ -89,6 +92,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TIME_H 1 + /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 @@ -125,6 +131,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_WCHAR_H 1 +/* Define to 1 if you have the header file. */ +#define HAVE_WCTYPE_H 1 + /* Define to 1 if you have the `wcwidth' function. */ #define HAVE_WCWIDTH 1 @@ -173,7 +182,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "4.17" +#define VERSION "4.19" /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ -- cgit v1.1