blob: 1cad7696d29ce357ee2e255116658f738a90f817 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
--- a/configure.ac
+++ b/configure.ac
@@ -545,6 +545,9 @@
*-*-cygwin*)
ac_sys_system=Cygwin
;;
+ *-*-darwin*)
+ ac_sys_system=Darwin
+ ;;
*-*-vxworks*)
ac_sys_system=VxWorks
;;
@@ -600,6 +600,8 @@
*-*-cygwin*)
_host_cpu=
;;
+ *-*-darwin*)
+ ;;
*-*-vxworks*)
_host_cpu=$host_cpu
;;
@@ -675,6 +675,8 @@
define_xopen_source=no;;
Darwin/@<:@[12]@:>@@<:@0-9@:>@.*)
define_xopen_source=no;;
+ Darwin/*)
+ define_xopen_source=no;;
# On QNX 6.3.2, defining _XOPEN_SOURCE prevents netdb.h from
# defining NI_NUMERICHOST.
QNX/6.3.2)
|