summaryrefslogtreecommitdiffstats
path: root/usr.bin/file
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-02-15 19:05:10 +0000
committerobrien <obrien@FreeBSD.org>2003-02-15 19:05:10 +0000
commitf078dbeb01ba6050a1fef3303ac02c297d496b78 (patch)
treea928f6c99a902207dafdc9f2c34450201d791241 /usr.bin/file
parente1e48e3d34947e60e7233ee39403b66a33d79d8b (diff)
downloadFreeBSD-src-f078dbeb01ba6050a1fef3303ac02c297d496b78.zip
FreeBSD-src-f078dbeb01ba6050a1fef3303ac02c297d496b78.tar.gz
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...
Diffstat (limited to 'usr.bin/file')
-rw-r--r--usr.bin/file/config.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.bin/file/config.h b/usr.bin/file/config.h
index 2eae802..e3803b5 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 <getopt.h> header file. */
-/* #undef HAVE_GETOPT_H */
+#define HAVE_GETOPT_H
+
+/* Define if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H
/* Define if you have the <locale.h> 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
OpenPOWER on IntegriCloud