summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-12 17:19:55 +0000
committerjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-12 17:19:55 +0000
commitc797025714b3bd78fc0bb6b8a37bf543f4b2a4a9 (patch)
tree53b63268c3feb0e816adf7afe5f9103a42c74b39
parentf8cc359151de72aaa7e37e55da0eb01a9f1e0178 (diff)
downloadATCD-c797025714b3bd78fc0bb6b8a37bf543f4b2a4a9.tar.gz
ChangeLog
-rw-r--r--ChangeLog-99b16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index c2d31ace6e3..9484b677f6e 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,19 @@
+Mon Apr 12 12:04:20 1999 Joe Hoffert <joeh@cs.wustl.edu>
+
+ * ace/Makefile,ATM_Addr.cpp:
+ Added ACE_ATM_Addr class back into Makefile since it's working
+ now. Fixed address initialization problem in ACE_ATM_Addr.
+ NOTE: This code currently only works with Solaris 2.5/2.6. Will
+ need to update the code for FORE's implementation on Solaris 2.7.
+ NOTE: To use FORE's XTI/ATM implementation the following #defines
+ need to be included (typically in ace/config.h):
+ #define ACE_HAS_FORE_ATM_XTI
+ #define ACE_HAS_TIUSER_H_BROKEN_EXTERN_C
+ #define ACE_TLI_TCP_DEVICE "/dev/xtisvc*" //(e.g., /dev/xtisvc0)
+ AND the following flags are needed to build the ace library
+ (typically in include/makeinclude/platform_macros.GNU):
+ CPPFLAGS += -I$(FORE_ROOT)/include
+
Mon Apr 12 10:04:31 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* include/makeinclude/rules.local.GNU: