]> git.proxmox.com Git - mirror_spl.git/blobdiff - spl_config.h.in
Linux VM integration / device special files
[mirror_spl.git] / spl_config.h.in
index cf1faaae38dc0590dec71c1b2353b5c01fbf942d..2bfb5c48733147154a82ca911bd46f9b828c1ee0 100644 (file)
@@ -18,6 +18,9 @@
 /* INIT_WORK wants 3 args */
 #undef HAVE_3ARGS_INIT_WORK
 
+/* on_each_cpu wants 3 args */
+#undef HAVE_3ARGS_ON_EACH_CPU
+
 /* kernel defines atomic64_t */
 #undef HAVE_ATOMIC64_T
 
@@ -42,6 +45,9 @@
 /* files_fdtable() is available */
 #undef HAVE_FILES_FDTABLE
 
+/* first_online_pgdat() is available */
+#undef HAVE_FIRST_ONLINE_PGDAT
+
 /* fls64() is available */
 #undef HAVE_FLS64
 
 /* monotonic_clock() is available */
 #undef HAVE_MONOTONIC_CLOCK
 
+/* next_online_pgdat() is available */
+#undef HAVE_NEXT_ONLINE_PGDAT
+
+/* next_zone() is available */
+#undef HAVE_NEXT_ZONE
+
 /* struct path used in struct nameidata */
 #undef HAVE_PATH_IN_NAMEIDATA
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define to 1 to disable debug tracing */
-#undef NDEBUG
-
 /* Name of package */
 #undef PACKAGE
 
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
+/* Define the project alias string. */
+#undef SPL_META_ALIAS
+
+/* Define the project author. */
+#undef SPL_META_AUTHOR
+
+/* Define the project release date. */
+#undef SPL_META_DATA
+
+/* Define the libtool library 'age' version information. */
+#undef SPL_META_LT_AGE
+
+/* Define the libtool library 'current' version information. */
+#undef SPL_META_LT_CURRENT
+
+/* Define the libtool library 'revision' version information. */
+#undef SPL_META_LT_REVISION
+
+/* Define the project name. */
+#undef SPL_META_NAME
+
+/* Define the project release. */
+#undef SPL_META_RELEASE
+
+/* Define the project version. */
+#undef SPL_META_VERSION
+
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS