aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-07-31 15:55:46 +0000
committerGuy Harris <guy@alum.mit.edu>2000-07-31 15:55:46 +0000
commit2bcc0d3c1366e47f1f26f0f65d862aa578281590 (patch)
treeb26668e40ace65243dac68a6683540f1a71c28b4 /config.h.win32
parent682f88aa5c817526480c00d1fb93777a67734645 (diff)
There is a <sys/stat.h> available on Win32, and, in fact, we now include
it in "util.c", so we have to define HAVE_SYS_STAT_H in Win32. svn path=/trunk/; revision=2192
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win325
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index 7991afbbb4..9a771a183a 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.14 2000/07/14 07:11:52 guy Exp $ */
+/* $Id: config.h.win32,v 1.15 2000/07/31 15:55:46 guy Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -42,6 +42,9 @@
/* Define if you have the <sys/sockio.h> header file. */
/* #undef HAVE_SYS_SOCKIO_H */
+/* Define if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
/* Define if you have the <sys/time.h> header file. */
/* #define HAVE_SYS_TIME_H 1 */
/* #undef HAVE_DIRENT_H 1 */