]> git.mxchange.org Git - flightgear.git/commitdiff
MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
authorcurt <curt>
Tue, 19 Jan 1999 20:56:46 +0000 (20:56 +0000)
committercurt <curt>
Tue, 19 Jan 1999 20:56:46 +0000 (20:56 +0000)
acconfig.h
configure.in

index 3ea6700b703771091cce329deef6a2787d9212c4..04cef51ebfa99d0ec33538dd5b01e4be9d443f54 100644 (file)
 /* 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
 
index b9fc0990605e706fd30602cc175ed09fc81cbe04..4e49d200ea6d63ab3f9dfbd6202a6bf2ed65b61c 100644 (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