Added Darwin 8.0 specific headers.

oldstable
Emmanuel Maillard 2005-05-18 18:20:23 +00:00 committed by Alexandre Julliard
parent f624b48f48
commit 64c077860e
5 changed files with 18 additions and 0 deletions

4
configure vendored
View File

@ -7096,6 +7096,8 @@ done
@ -7127,7 +7129,9 @@ for ac_header in \
linux/param.h \
linux/serial.h \
linux/ucdrom.h \
mach/machine.h \
machine/cpu.h \
machine/limits.h \
mntent.h \
netdb.h \
netinet/in.h \

View File

@ -188,7 +188,9 @@ AC_CHECK_HEADERS(\
linux/param.h \
linux/serial.h \
linux/ucdrom.h \
mach/machine.h \
machine/cpu.h \
machine/limits.h \
mntent.h \
netdb.h \
netinet/in.h \

View File

@ -31,6 +31,9 @@
#ifdef HAVE_MACHINE_CPU_H
# include <machine/cpu.h>
#endif
#ifdef HAVE_MACH_MACHINE_H
# include <mach/machine.h>
#endif
#include <ctype.h>
#include <string.h>

View File

@ -33,6 +33,9 @@
#ifdef HAVE_SYS_TIMES_H
# include <sys/times.h>
#endif
#ifdef HAVE_MACHINE_LIMITS_H
#include <machine/limits.h>
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT

View File

@ -353,9 +353,15 @@
/* Define to 1 if you have the <machine/cpu.h> header file. */
#undef HAVE_MACHINE_CPU_H
/* Define to 1 if you have the <machine/limits.h> header file. */
#undef HAVE_MACHINE_LIMITS_H
/* Define to 1 if you have the <machine/soundcard.h> header file. */
#undef HAVE_MACHINE_SOUNDCARD_H
/* Define to 1 if you have the <mach/machine.h> header file. */
#undef HAVE_MACH_MACHINE_H
/* Define to 1 if you have the `memmove' function. */
#undef HAVE_MEMMOVE