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 adf2db103..a098fb335 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -53,6 +53,11 @@ char *strchrnul(const char *s, int c);
#undef HAVE_UTSNAME
#endif
+#define HAVE_REALPATH
+#if (defined(_WIN32))
+#undef HAVE_REALPATH
+#endif
+
#define HAVE_MKDIR
#if (defined(_WIN32))
#undef HAVE_MKDIR