summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/config.h b/utils/config.h
index 1c1eef6c4..2503235b5 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -95,6 +95,11 @@ char *realpath(const char *path, char *resolved_path);
#undef HAVE_MMAP
#endif
+#define HAVE_SCANDIR
+#if (defined(_WIN32))
+#undef HAVE_SCANDIR
+#endif
+
/* This section toggles build options on and off.
* Simply undefine a symbol to turn the relevant feature off.
*