/* Define if you have the strftime function. */
#undef HAVE_STRFTIME
+/* Define if you have <sys/stat.h> that is POSIX.1 compatible. */
+#undef HAVE_SYS_STAT_H
+
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS( \
- fcntl.h getopt.h malloc.h memory.h stdlib.h sys/time.h sys/timeb.h \
- unistd.h windows.h winbase.h values.h )
+ fcntl.h getopt.h malloc.h memory.h stdlib.h sys/stat.h sys/time.h \
+ sys/timeb.h unistd.h windows.h winbase.h values.h )
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST