summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-09-24 18:04:39 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-09-27 18:56:13 +0200
commitff788ef19c498967ba83fb54c14700de7d4c274a (patch)
treecdd5d58d7c49b86d12fcedfc2692033eba74d20f /include
parent27eef1b96402abaadbd328d8912f3ccce96df5e2 (diff)
downloadlvm2-ff788ef19c498967ba83fb54c14700de7d4c274a.tar.gz
configure: check ffs __builtin_ffs versionsort
Check for presence of ffs(), __builtin_ffs() and versionsort().
Diffstat (limited to 'include')
-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