summaryrefslogtreecommitdiffstats
path: root/lib/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config.h.in')
-rw-r--r--lib/config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/config.h.in b/lib/config.h.in
index ab38266..04cec72 100644
--- a/lib/config.h.in
+++ b/lib/config.h.in
@@ -12,6 +12,9 @@
/* Define to 1 for features for use by ext4 developers */
#undef CONFIG_DEVELOPER_FEATURES
+/* Define to 1 if using dlopen to access libarchive */
+#undef CONFIG_DLOPEN_LIBARCHIVE
+
/* Define to 1 if debugging ext3/4 journal code */
#undef CONFIG_JBD_DEBUG
@@ -37,9 +40,15 @@
language is requested. */
#undef ENABLE_NLS
+/* Define to the version of FUSE to use */
+#undef FUSE_USE_VERSION
+
/* Define to 1 if you have the `add_key' function. */
#undef HAVE_ADD_KEY
+/* Define to 1 if you have the <archive.h> header file. */
+#undef HAVE_ARCHIVE_H
+
/* Define to 1 if you have the <attr/xattr.h> header file. */
#undef HAVE_ATTR_XATTR_H
@@ -109,6 +118,9 @@
/* Define to 1 if you have the `fdatasync' function. */
#undef HAVE_FDATASYNC
+/* Define to 1 if fsmap_sizeof() is declared in linux/fsmap.h */
+#undef HAVE_FSMAP_SIZEOF
+
/* Define to 1 if you have the `fstat64' function. */
#undef HAVE_FSTAT64