aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 1f347c3..65e94c4 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.95 2003/01/22 16:36:11 ukai Exp $
+# $Id: configure,v 1.96 2003/01/29 17:10:25 ukai Exp $
# Configuration.
#
@@ -2504,6 +2504,10 @@ $def_ipv6_ss_family
#endif /* HAVE_SRANDOM */
#endif
+#ifndef HAVE_LSTAT
+#define lstat stat
+#endif
+
#if defined( __CYGWIN32__ ) && !defined( __CYGWIN__ )
#define __CYGWIN__
#endif