Added Darwin 8.0 specific headers.
This commit is contained in:
parent
f624b48f48
commit
64c077860e
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue