summaryrefslogtreecommitdiffstats
path: root/contrib/file/config.h.in
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-02-15 18:53:17 +0000
committerobrien <obrien@FreeBSD.org>2003-02-15 18:53:17 +0000
commit822cce384d16c9a63f80e0c0765717d4a329368d (patch)
tree8ac609acaed8017450269720d947a6a7bd69e3ea /contrib/file/config.h.in
parent2ef757c3c642f5ce8353e106c1fbbd3cea2b14c1 (diff)
downloadFreeBSD-src-822cce384d16c9a63f80e0c0765717d4a329368d.zip
FreeBSD-src-822cce384d16c9a63f80e0c0765717d4a329368d.tar.gz
Virgin import of Christos Zoulas's FILE 3.40.
Diffstat (limited to 'contrib/file/config.h.in')
-rw-r--r--contrib/file/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/file/config.h.in b/contrib/file/config.h.in
index aa05824..36e61ed 100644
--- a/contrib/file/config.h.in
+++ b/contrib/file/config.h.in
@@ -67,6 +67,9 @@
/* The number of bytes in a uint64_t. */
#define SIZEOF_UINT64_T 0
+/* Define if you have the getopt_long function. */
+#undef HAVE_GETOPT_LONG
+
/* Define if you have the mkstemp function. */
#undef HAVE_MKSTEMP
@@ -85,6 +88,9 @@
/* Define if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
+/* Define if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
/* Define if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
OpenPOWER on IntegriCloud