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/param.h \
|
||||||
linux/serial.h \
|
linux/serial.h \
|
||||||
linux/ucdrom.h \
|
linux/ucdrom.h \
|
||||||
|
mach/machine.h \
|
||||||
machine/cpu.h \
|
machine/cpu.h \
|
||||||
|
machine/limits.h \
|
||||||
mntent.h \
|
mntent.h \
|
||||||
netdb.h \
|
netdb.h \
|
||||||
netinet/in.h \
|
netinet/in.h \
|
||||||
|
|
|
@ -188,7 +188,9 @@ AC_CHECK_HEADERS(\
|
||||||
linux/param.h \
|
linux/param.h \
|
||||||
linux/serial.h \
|
linux/serial.h \
|
||||||
linux/ucdrom.h \
|
linux/ucdrom.h \
|
||||||
|
mach/machine.h \
|
||||||
machine/cpu.h \
|
machine/cpu.h \
|
||||||
|
machine/limits.h \
|
||||||
mntent.h \
|
mntent.h \
|
||||||
netdb.h \
|
netdb.h \
|
||||||
netinet/in.h \
|
netinet/in.h \
|
||||||
|
|
|
@ -31,6 +31,9 @@
|
||||||
#ifdef HAVE_MACHINE_CPU_H
|
#ifdef HAVE_MACHINE_CPU_H
|
||||||
# include <machine/cpu.h>
|
# include <machine/cpu.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_MACH_MACHINE_H
|
||||||
|
# include <mach/machine.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -33,6 +33,9 @@
|
||||||
#ifdef HAVE_SYS_TIMES_H
|
#ifdef HAVE_SYS_TIMES_H
|
||||||
# include <sys/times.h>
|
# include <sys/times.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_MACHINE_LIMITS_H
|
||||||
|
#include <machine/limits.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define NONAMELESSUNION
|
#define NONAMELESSUNION
|
||||||
#define NONAMELESSSTRUCT
|
#define NONAMELESSSTRUCT
|
||||||
|
|
|
@ -353,9 +353,15 @@
|
||||||
/* Define to 1 if you have the <machine/cpu.h> header file. */
|
/* Define to 1 if you have the <machine/cpu.h> header file. */
|
||||||
#undef HAVE_MACHINE_CPU_H
|
#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. */
|
/* Define to 1 if you have the <machine/soundcard.h> header file. */
|
||||||
#undef HAVE_MACHINE_SOUNDCARD_H
|
#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. */
|
/* Define to 1 if you have the `memmove' function. */
|
||||||
#undef HAVE_MEMMOVE
|
#undef HAVE_MEMMOVE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue