aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in16
1 files changed, 14 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in
index c80a7d56..b2faed9f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -116,11 +116,17 @@
/* Define if we have arm_neon.h */
#cmakedefine HAVE_ARM_NEON_H
+/* Define if we have alloca.h */
+#cmakedefine HAVE_ALLOCA_H
+
/* Define if we have malloc.h */
#cmakedefine HAVE_MALLOC_H
-/* Define if we have alloca.h */
-#cmakedefine HAVE_ALLOCA_H
+/* Define if we have ftw.h */
+#cmakedefine HAVE_FTW_H
+
+/* Define if we have io.h */
+#cmakedefine HAVE_IO_H
/* Define if we have strings.h */
#cmakedefine HAVE_STRINGS_H
@@ -152,6 +158,12 @@
/* Define if we have __control87_2() */
#cmakedefine HAVE___CONTROL87_2
+/* Define if we have ftw() */
+#cmakedefine HAVE_FTW
+
+/* Define if we have _wfindfirst() */
+#cmakedefine HAVE__WFINDFIRST
+
/* Define if we have pthread_setschedparam() */
#cmakedefine HAVE_PTHREAD_SETSCHEDPARAM