summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.5-g++.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-20 03:10:39 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-20 03:10:39 +0000
commit794e21781d8aabcdb4e7a2f0ca58baa1cae4d04c (patch)
tree972fa2c3992c197788f2aad90b9d3c476956c00e /ace/config-sunos5.5-g++.h
parent9e0ebfd5b17ce79cdb11e7be40b22797fc68aed0 (diff)
downloadATCD-794e21781d8aabcdb4e7a2f0ca58baa1cae4d04c.tar.gz
moved #include <cstring> out of config files and into OS.i
Diffstat (limited to 'ace/config-sunos5.5-g++.h')
-rw-r--r--ace/config-sunos5.5-g++.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/config-sunos5.5-g++.h b/ace/config-sunos5.5-g++.h
index 08732585247..a3b0ce9a842 100644
--- a/ace/config-sunos5.5-g++.h
+++ b/ace/config-sunos5.5-g++.h
@@ -170,7 +170,4 @@
// Defines the page size of the system.
#define ACE_PAGE_SIZE 4096
-// Define this file to keep /usr/include/memory.h from being included.
-#include <cstring>
-
#endif /* ACE_CONFIG_H */