1
0
Fork 0

MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>

This commit is contained in:
curt 1999-01-19 20:56:46 +00:00
parent 67c365a447
commit 43a2086ca6
2 changed files with 5 additions and 2 deletions

View file

@ -115,6 +115,9 @@
/* 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

View file

@ -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