MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
This commit is contained in:
parent
67c365a447
commit
43a2086ca6
2 changed files with 5 additions and 2 deletions
|
@ -115,6 +115,9 @@
|
||||||
/* Define if you have the strftime function. */
|
/* Define if you have the strftime function. */
|
||||||
#undef HAVE_STRFTIME
|
#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. */
|
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
|
||||||
#undef HAVE_SYS_WAIT_H
|
#undef HAVE_SYS_WAIT_H
|
||||||
|
|
||||||
|
|
|
@ -248,8 +248,8 @@ AC_SUBST(opengl_LIBS)
|
||||||
dnl Checks for header files.
|
dnl Checks for header files.
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
AC_CHECK_HEADERS( \
|
AC_CHECK_HEADERS( \
|
||||||
fcntl.h getopt.h malloc.h memory.h stdlib.h sys/time.h sys/timeb.h \
|
fcntl.h getopt.h malloc.h memory.h stdlib.h sys/stat.h sys/time.h \
|
||||||
unistd.h windows.h winbase.h values.h )
|
sys/timeb.h unistd.h windows.h winbase.h values.h )
|
||||||
|
|
||||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||||
AC_C_CONST
|
AC_C_CONST
|
||||||
|
|
Loading…
Add table
Reference in a new issue