diff options
Diffstat (limited to 'contrib/file/config.h.in')
-rw-r--r-- | contrib/file/config.h.in | 6 |
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 |