aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-03-27 22:21:02 -0700
committerChris Robinson <[email protected]>2014-03-27 22:21:37 -0700
commit18620ab5e00fb4cba97f3aa2bfbc677dfe8376ef (patch)
tree0c0d5f465171413859a3b56e83d59b428511a16b /config.h.in
parentd11d061b2c424f7b6a679a8461c274dbbfb8e077 (diff)
Check for ftw and _wfindfirst
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