summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2019-04-10 13:22:43 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2019-04-16 12:14:31 +0200
commit116bd314cb8bb169336b2a14ff5ced78d9de9047 (patch)
treef9371a8dd06b253eb1d295fe97bdbc10c9409875 /include
parentaa75b31db54782fb24b6b7e3c681a61b3579117c (diff)
downloadlvm2-116bd314cb8bb169336b2a14ff5ced78d9de9047.tar.gz
configure: check for pselect
Diffstat (limited to 'include')
-rw-r--r--include/configure.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configure.h.in b/include/configure.h.in
index dde55fe5f..ce4c326b9 100644
--- a/include/configure.h.in
+++ b/include/configure.h.in
@@ -292,6 +292,12 @@
/* Define to 1 if you have the <paths.h> header file. */
#undef HAVE_PATHS_H
+/* Define to 1 if you have the `pselect' function. */
+#undef HAVE_PSELECT
+
+/* Define to 1 if you have the <pthread.h> header file. */
+#undef HAVE_PTHREAD_H
+
/* Define to 1 if the system has the type `ptrdiff_t'. */
#undef HAVE_PTRDIFF_T