summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Jones <jonesc@objectcomputing.com>2020-02-05 08:38:41 -0600
committerChip Jones <jonesc@objectcomputing.com>2020-02-05 09:43:02 -0600
commit8e75fd9d1b48373e709b3d90abb949deef6b9c8d (patch)
tree302feb6619c2297a07204a949bdda86089268d99
parent848c22e162de492caa4c1c9a3ce39a4cff0849b8 (diff)
downloadATCD-8e75fd9d1b48373e709b3d90abb949deef6b9c8d.tar.gz
Move ACE_LACKS_SYSTEM to iOS-specific header.
-rw-r--r--ACE/ace/config-macosx-iOS-hardware.h1
-rw-r--r--ACE/ace/config-macosx-iOS-simulator.h1
-rw-r--r--ACE/ace/config-macosx-leopard.h4
3 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/config-macosx-iOS-hardware.h b/ACE/ace/config-macosx-iOS-hardware.h
index bbbd137af5b..e332ba8fc94 100644
--- a/ACE/ace/config-macosx-iOS-hardware.h
+++ b/ACE/ace/config-macosx-iOS-hardware.h
@@ -3,6 +3,7 @@
#define ACE_HAS_IPHONE
#define ACE_SIZEOF_LONG_DOUBLE 8
+#define ACE_LACKS_SYSTEM
#include "ace/config-macosx-mojave.h"
diff --git a/ACE/ace/config-macosx-iOS-simulator.h b/ACE/ace/config-macosx-iOS-simulator.h
index 603d160cfbd..38a2a39beeb 100644
--- a/ACE/ace/config-macosx-iOS-simulator.h
+++ b/ACE/ace/config-macosx-iOS-simulator.h
@@ -2,6 +2,7 @@
#define ACE_CONFIG_MACOSX_IPHONE_SIMULATOR_H
#define ACE_HAS_IPHONE
+#define ACE_LACKS_SYSTEM
#include "ace/config-macosx-mojave.h"
diff --git a/ACE/ace/config-macosx-leopard.h b/ACE/ace/config-macosx-leopard.h
index 237a17b41a1..92421ba4975 100644
--- a/ACE/ace/config-macosx-leopard.h
+++ b/ACE/ace/config-macosx-leopard.h
@@ -211,9 +211,7 @@
#define ACE_LACKS_CLOCK_MONOTONIC
#define ACE_LACKS_CLOCK_REALTIME
#endif
-#else
-#define ACE_LACKS_SYSTEM
-#endif
+#endif
// dlcompat package (not part of base Darwin) is needed for dlopen().
// You may download directly from sourceforge and install or use fink