From 43a2086ca648336e94eaabfe4c9a61111fa93f1a Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 19 Jan 1999 20:56:46 +0000 Subject: [PATCH] MacOS portability changes contributed by "Robert Puyol" --- acconfig.h | 3 +++ configure.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/acconfig.h b/acconfig.h index 3ea6700b7..04cef51eb 100644 --- a/acconfig.h +++ b/acconfig.h @@ -115,6 +115,9 @@ /* Define if you have the strftime function. */ #undef HAVE_STRFTIME +/* Define if you have that is POSIX.1 compatible. */ +#undef HAVE_SYS_STAT_H + /* Define if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H diff --git a/configure.in b/configure.in index b9fc09906..4e49d200e 100644 --- a/configure.in +++ b/configure.in @@ -248,8 +248,8 @@ AC_SUBST(opengl_LIBS) 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 -- 2.39.5