From 42807fa75746d991d0d4cae907c86cf52f973044 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Sun, 1 Jan 2023 16:50:24 -0800 Subject: Working Windows builds under MinGW --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') 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 -- cgit