aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.dist')
-rw-r--r--config.h.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.dist b/config.h.dist
index 58a60da..fbe8d22 100644
--- a/config.h.dist
+++ b/config.h.dist
@@ -238,6 +238,10 @@ typedef void MySignalHandler;
#endif /* HAVE_SRANDOM */
#endif
+#ifndef HAVE_LSTAT
+#define lstat stat
+#endif
+
#if defined( __CYGWIN32__ ) && !defined( __CYGWIN__ )
#define __CYGWIN__
#endif