Commit 64c07786 authored by Emmanuel Maillard's avatar Emmanuel Maillard Committed by Alexandre Julliard

Added Darwin 8.0 specific headers.

parent f624b48f
......@@ -7099,6 +7099,8 @@ done
for ac_header in \
arpa/inet.h \
arpa/nameser.h \
......@@ -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 \
......
......@@ -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 \
......
......@@ -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>
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment