summaryrefslogtreecommitdiff
path: root/include/configure.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/configure.h.in')
-rw-r--r--include/configure.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configure.h.in b/include/configure.h.in
index 8fb5ca9fe..637bfc341 100644
--- a/include/configure.h.in
+++ b/include/configure.h.in
@@ -194,6 +194,9 @@
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define to 1 if you have the `ffs' function. */
+#undef HAVE_FFS
+
/* Define to 1 if you have the <float.h> header file. */
#undef HAVE_FLOAT_H
@@ -519,6 +522,9 @@
/* valgrind.h found */
#undef HAVE_VALGRIND
+/* Define to 1 if you have the `versionsort' function. */
+#undef HAVE_VERSIONSORT
+
/* Define to 1 if you have the `vfork' function. */
#undef HAVE_VFORK
@@ -543,6 +549,9 @@
/* Define to 1 if the system has the `__builtin_clzll' built-in function */
#undef HAVE___BUILTIN_CLZLL
+/* Define to 1 if the system has the `__builtin_ffs' built-in function */
+#undef HAVE___BUILTIN_FFS
+
/* Define to 1 to include built-in support for integrity. */
#undef INTEGRITY_INTERNAL