summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-11-02 10:03:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-11-02 10:03:28 +0000
commit5473931df722f5c82e4bedb67e4c34b28fcdcb48 (patch)
tree8b22b9f6e5b3ceb1594a10424130b183b7ca2861
parentf35d8a8f5ed2eaf87862fbcfeebe0b2deba415b8 (diff)
downloadATCD-5473931df722f5c82e4bedb67e4c34b28fcdcb48.tar.gz
ChangeLogTag: Sun Nov 02 10:00:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog16
-rw-r--r--ace/OS_NS_macros.h2
-rw-r--r--ace/OS_main.h4
-rw-r--r--ace/Timer_Queue_T.h1
-rw-r--r--ace/config-win32-borland.h8
5 files changed, 29 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 61660187bd2..0beb5c4ab3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Sun Nov 2 10:01:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/OS_main.h:
+ Fixed fuzz error and added #include of post.h
+
+ * ace/OS_NS_macros.h:
+ Added #include of post.h
+
+ * ace/Timer_Queue_T.h:
+ Added #include of Time_Value.h
+
+ * ace/config-win32-borland.h:
+ Added several defines because of lacking system header files.
+
Sun Nov 2 00:23:25 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/OS_NS_netdb.cpp:
@@ -295,7 +309,7 @@ Sat Nov 1 05:40:21 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/os_include/os_string.h:
* ace/OS_NS_stdio.inl:
Moved additional string related includes and strerror define
- to os_string.h. Moved ACE_SPRINTF_ADAPTER to OS_NS_stdio.inl.
+ to os_string.h. Moved ACE_SPRINTF_ADAPTER to OS_NS_stdio.inl.
* ace/os_include/os_strings.h:
Removed ACE_HAS_STRINGS hack.
diff --git a/ace/OS_NS_macros.h b/ace/OS_NS_macros.h
index c651d752ca8..5953df5f2c3 100644
--- a/ace/OS_NS_macros.h
+++ b/ace/OS_NS_macros.h
@@ -64,4 +64,6 @@
#endif /* !ACE_WIN32 */
+# include /**/ "ace/post.h"
+
#endif /* ACE_OS_NS_MACROS_H */
diff --git a/ace/OS_main.h b/ace/OS_main.h
index 175378dcba8..6263408b02b 100644
--- a/ace/OS_main.h
+++ b/ace/OS_main.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- * @file OS_NS_main.h
+ * @file OS_main.h
*
* $Id$
*
@@ -200,4 +200,6 @@ ace_main_i
# endif /* ACE_PSOSIM */
# endif /* ACE_HAS_NONSTATIC_OBJECT_MANAGER && !ACE_HAS_WINCE && !ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER */
+# include /**/ "ace/post.h"
+
#endif /* ACE_OS_MAIN_H */
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h
index 7a43e4b59ab..5f103313135 100644
--- a/ace/Timer_Queue_T.h
+++ b/ace/Timer_Queue_T.h
@@ -23,6 +23,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/Event_Handler.h"
+#include "ace/Time_Value.h"
/**
* @class ACE_Timer_Node_Dispatch_Info_T
diff --git a/ace/config-win32-borland.h b/ace/config-win32-borland.h
index 774510e7b68..143b2a8b7e3 100644
--- a/ace/config-win32-borland.h
+++ b/ace/config-win32-borland.h
@@ -46,6 +46,14 @@
#define ACE_NEEDS_DL_UNDERSCORE
+#define ACE_LACKS_NETINET_TCP_H
+#define ACE_LACKS_REGEX_H
+#define ACE_LACKS_SYS_MSG_H
+#define ACE_LACKS_PWD_H
+#define ACE_LACKS_POLL_H
+#define ACE_LACKS_SYS_SHM_H
+#define ACE_LACKS_STRINGS_H
+#define ACE_LACKS_SEMAPHORE_H
#define ACE_LACKS_INTTYPES_H
#define ACE_LACKS_UCONTEXT_H
#define ACE_LACKS_SYS_SELECT_H