X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=config.h.in;h=05d6092eddaddef893bfaa53c40638433abe8600;hp=db9f0e2d8c3d70347883fea918692703d0552d63;hb=5cdd60306facd14cc9dcc24471386451294ca73c;hpb=fe61ff3037e794ab2d1ef985104b157640b4881c diff --git a/config.h.in b/config.h.in index db9f0e2d..05d6092e 100644 --- a/config.h.in +++ b/config.h.in @@ -18,6 +18,9 @@ /* Define to 1 if including even more debug messages. */ #undef ENABLE_MORE_DEBUG +/* Define to 1 if including support for multithreaded compression */ +#undef ENABLE_MULTITHREADED_COMPRESSION + /* Define to 1 if using vectorized implementation of SHA1 */ #undef ENABLE_SSSE3_SHA1 @@ -27,9 +30,24 @@ /* 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_ATTR_XATTR_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 +57,18 @@ /* Define to 1 if you have the `ntfs-3g' library (-lntfs-3g). */ #undef HAVE_LIBNTFS_3G +/* Define to 1 if you have the `lutimes' function. */ +#undef HAVE_LUTIMES + +/* 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 +81,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 +99,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the `utime' function. */ +#undef HAVE_UTIME + +/* Define to 1 if you have the `utimensat' function. */ +#undef HAVE_UTIMENSAT + +/* Define to 1 if you have the header file. */ +#undef HAVE_UTIME_H + /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST