summaryrefslogtreecommitdiff
path: root/usr.bin/file
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-02-28 05:31:47 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-02-28 05:31:47 +0000
commit583d15a47ee443aeeeeac3199099e05b52f9597a (patch)
treee0428f9bc2153123d2da09de56e5d075e7f93e4c /usr.bin/file
parent93f0e9c64d242b78642712b1fb5cf1a8ab55335c (diff)
downloadsrc-test-583d15a47ee443aeeeeac3199099e05b52f9597a.tar.gz
src-test-583d15a47ee443aeeeeac3199099e05b52f9597a.zip
Update for version 3.41.
Notes
Notes: svn path=/head/; revision=111661
Diffstat (limited to 'usr.bin/file')
-rw-r--r--usr.bin/file/config.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/file/config.h b/usr.bin/file/config.h
index e3803b561188a..20fbe700ff613 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 <getopt.h> header file. */
-#define HAVE_GETOPT_H
+#define HAVE_GETOPT_H 1
/* Define if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H
+#define HAVE_INTTYPES_H 1
/* Define if you have the <locale.h> 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