]> wimlib.net Git - wimlib/blobdiff - config.h.in
Build system / directory cleanups
[wimlib] / config.h.in
index 390b9e355076681bf59feead7ae959c51a10474b..148c5776ff76c0e29880c6e1c9224851a029c2cb 100644 (file)
@@ -18,6 +18,9 @@
 /* Define to 1 if including even more debug messages. */
 #undef ENABLE_MORE_DEBUG
 
+/* Define to 1 to enable support for copying security data */
+#undef ENABLE_SECURITY_DATA
+
 /* Define to 1 if using vectorized implementation of SHA1 */
 #undef ENABLE_SSSE3_SHA1
 
@@ -64,6 +67,9 @@
    */
 #undef LT_OBJDIR
 
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+#undef NO_MINUS_C_MINUS_O
+
 /* Name of package */
 #undef PACKAGE