From: Peter Avalos Date: Wed, 27 Apr 2011 23:28:41 +0000 (-1000) Subject: Update config.h for file-5.06 import. X-Git-Tag: v2.12.0~732 X-Git-Url: https://gitweb.dragonflybsd.org/~nant/dragonfly.git/commitdiff_plain/108d3470fe5671038fd7aac59c33f223c3dd60a3 Update config.h for file-5.06 import. --- 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 */