X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=config.h.in;h=72d81e681ad53e5bba7d3db36fb4a60d2dfe9f47;hp=ecd767d378190dbb4ed8f53416029b2d509f65db;hb=bffee8acdd6c41b0ea57196f7801c212b261b865;hpb=e901f5bc2e56a930ac71c545586aaf70b0fd2b56 diff --git a/config.h.in b/config.h.in index ecd767d3..72d81e68 100644 --- a/config.h.in +++ b/config.h.in @@ -27,9 +27,21 @@ /* Define to 1 if using the xattr interface to WIM alternate data streams */ #undef ENABLE_XATTR +/* Define to 1 if you have the header file. */ +#undef HAVE_ALLOCA_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_BYTESWAP_H + /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H +/* Define to 1 if you have the header file. */ +#undef HAVE_ENDIAN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_ERRNO_H + /* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV @@ -39,9 +51,15 @@ /* Define to 1 if you have the `ntfs-3g' library (-lntfs-3g). */ #undef HAVE_LIBNTFS_3G +/* Define to 1 if you have the header file. */ +#undef HAVE_MACHINE_ENDIAN_H + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STDARG_H + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -54,6 +72,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_BYTEORDER_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_ENDIAN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H @@ -63,6 +90,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the `utimensat' function. */ +#undef HAVE_UTIMENSAT + /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST @@ -106,9 +136,6 @@ /* Define to 1 if using libcrypto SHA1 */ #undef WITH_LIBCRYPTO -/* Define to 1 to use patched upstream NTFS-3g instead of version 2012-1-15 */ -#undef WITH_NEW_NTFS_3G - /* Define to 1 to enable support for NTFS-specific information */ #undef WITH_NTFS_3G