From 108d3470fe5671038fd7aac59c33f223c3dd60a3 Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Wed, 27 Apr 2011 13:28:41 -1000 Subject: [PATCH] Update config.h for file-5.06 import. --- lib/libmagic/config.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/libmagic/config.h b/lib/libmagic/config.h index b424e71c7a..5d195120ce 100644 --- a/lib/libmagic/config.h +++ b/lib/libmagic/config.h @@ -36,6 +36,9 @@ /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #define HAVE_FSEEKO 1 +/* Define to 1 if you have the `getline' function. */ +#define HAVE_GETLINE 1 + /* Define to 1 if you have the header file. */ #define HAVE_GETOPT_H 1 @@ -213,13 +216,13 @@ #define PACKAGE_NAME "file" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "file 5.05" +#define PACKAGE_STRING "file 5.06" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "file" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.05" +#define PACKAGE_VERSION "5.06" /* The size of `long long', as computed by sizeof. */ #define SIZEOF_LONG_LONG 8 @@ -231,7 +234,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "5.05" +#define VERSION "5.06" /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ -- 2.41.0