summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2023-01-01 16:50:24 -0800
committerLouie Shprung <lshprung@scu.edu>2023-01-01 16:50:24 -0800
commit42807fa75746d991d0d4cae907c86cf52f973044 (patch)
tree2f042e7b747ee393e62b7e60bd713c80fbe1c20a /config.h.in
parent62a1724a7fc336ebe20652a7185abd3cd7f1cb19 (diff)
Working Windows builds under MinGW
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 3062b76..3cd09d7 100644
--- a/config.h.in
+++ b/config.h.in
@@ -73,6 +73,12 @@
/* Define to 1 if the system has the type `_Bool'. */
#undef HAVE__BOOL
+/* Define to 1 if you have the `_mkdir' function. */
+#undef HAVE__MKDIR
+
+/* Define if mkdir takes only one argument. */
+#undef MKDIR_TAKES_ONE_ARG
+
/* Name of package */
#undef PACKAGE