Update for the 'file' 4.23 import.

This commit is contained in:
David E. O'Brien 2008-01-13 20:37:19 +00:00
parent ffe9120d7b
commit ef19c627f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175299
2 changed files with 46 additions and 8 deletions

View File

@ -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 */
@ -166,6 +172,9 @@
/* Define to the version of this package. */
#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 */
/* */

View File

@ -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 */
@ -166,6 +172,9 @@
/* Define to the version of this package. */
#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 */
/* */