summaryrefslogtreecommitdiff
path: root/usr.bin/file
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-01-13 20:37:19 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-01-13 20:37:19 +0000
commitef19c627f8f6555e3cbd39d6086179b96b3112df (patch)
tree603b6ae2f23fca6e1f8a64267fe9ac923ad15b11 /usr.bin/file
parentffe9120d7bd6c81d6704d18f6beb3244eaef6358 (diff)
downloadsrc-test-ef19c627f8f6555e3cbd39d6086179b96b3112df.tar.gz
src-test-ef19c627f8f6555e3cbd39d6086179b96b3112df.zip
Update for the 'file' 4.23 import.
Notes
Notes: svn path=/head/; revision=175299
Diffstat (limited to 'usr.bin/file')
-rw-r--r--usr.bin/file/config.h27
1 files changed, 23 insertions, 4 deletions
diff --git a/usr.bin/file/config.h b/usr.bin/file/config.h
index 6ec80bf632c49..65e4a6a59ad9a 100644
--- a/usr.bin/file/config.h
+++ b/usr.bin/file/config.h
@@ -2,7 +2,7 @@
#include <osreldate.h>
-/* config.h. Generated by configure. */
+/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/* Use the builtin ELF recognition code */
@@ -79,6 +79,9 @@
/* Define to 1 if you have the `strndup' function. */
/* #undef HAVE_STRNDUP */
+/* Define to 1 if you have the `strtof' function. */
+#define HAVE_STRTOF 1
+
/* Define to 1 if you have the `strtoul' function. */
#define HAVE_STRTOUL 1
@@ -140,6 +143,9 @@
/* Define to 1 if you have the `wcwidth' function. */
#define HAVE_WCWIDTH 1
+/* Define to 1 if you have the <zlib.h> header file. */
+#define HAVE_ZLIB_H 1
+
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
*/
/* #undef MAJOR_IN_MKDEV */
@@ -167,6 +173,9 @@
#define PACKAGE_VERSION ""
/* */
+#define SIZEOF_INT64_T 8
+
+/* */
#define SIZEOF_UINT16_T 2
/* */
@@ -185,11 +194,18 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "4.21"
+#define VERSION "4.23"
/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */
+/* Enable GNU extensions on systems that have them. */
+#ifndef __FreeBSD__
+#ifndef _GNU_SOURCE
+# define _GNU_SOURCE 1
+#endif
+#endif
+
/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */
@@ -199,13 +215,16 @@
/* */
/* #undef int32_t */
+/* */
+/* #undef int64_t */
+
/* Define to a type if <wchar.h> does not define. */
/* #undef mbstate_t */
-/* Define to `long' if <sys/types.h> does not define. */
+/* Define to `long int' if <sys/types.h> does not define. */
/* #undef off_t */
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */
/* */