From 85d365a51455fdd21cb26dbfd72ad459199cf151 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 15 Feb 2003 19:05:10 +0000 Subject: [PATCH] Update for version 3.40. * We have inttypes.h (yes, even in RELENG_4). * We now have GNU getopt, so lets be the first thing in the tree to acutally use it... --- usr.bin/file/config.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/usr.bin/file/config.h b/usr.bin/file/config.h index 2eae8025f6b5..e3803b561188 100644 --- a/usr.bin/file/config.h +++ b/usr.bin/file/config.h @@ -72,6 +72,9 @@ /* The number of bytes in a uint64_t. */ #define SIZEOF_UINT64_T 8 +/* Define if you have the getopt_long function. */ +#define HAVE_GETOPT_LONG 1 + /* Define if you have the mkstemp function. */ #define HAVE_MKSTEMP 1 @@ -88,7 +91,10 @@ #define HAVE_FCNTL_H 1 /* Define if you have the header file. */ -/* #undef HAVE_GETOPT_H */ +#define HAVE_GETOPT_H + +/* Define if you have the header file. */ +#define HAVE_INTTYPES_H /* Define if you have the header file. */ #define HAVE_LOCALE_H 1 @@ -117,7 +123,7 @@ #define PACKAGE "file" /* Version number of package */ -#define VERSION "3.39" +#define VERSION "3.40" /* HAVE_TM_ZONE */ #define HAVE_TM_ZONE 1