From 35702bcc11e85632ce942572ae770a56d2e3a656 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 28 Feb 2003 05:31:47 +0000 Subject: [PATCH] Update for version 3.41. --- usr.bin/file/config.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/usr.bin/file/config.h b/usr.bin/file/config.h index e3803b561188..20fbe700ff61 100644 --- a/usr.bin/file/config.h +++ b/usr.bin/file/config.h @@ -60,6 +60,9 @@ standard headers don't define. */ /* #undef uint64_t */ +/* Define to `int' if standard headers don't define. */ +/* #undef int32_t */ + /* The number of bytes in a uint8_t. */ #define SIZEOF_UINT8_T 1 @@ -91,10 +94,10 @@ #define HAVE_FCNTL_H 1 /* Define if you have the header file. */ -#define HAVE_GETOPT_H +#define HAVE_GETOPT_H 1 /* Define if you have the header file. */ -#define HAVE_INTTYPES_H +#define HAVE_INTTYPES_H 1 /* Define if you have the header file. */ #define HAVE_LOCALE_H 1 @@ -123,7 +126,7 @@ #define PACKAGE "file" /* Version number of package */ -#define VERSION "3.40" +#define VERSION "3.41" /* HAVE_TM_ZONE */ #define HAVE_TM_ZONE 1