summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-12 17:11:30 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-12 17:11:30 +0000
commitf72c787a2c76d80c4088ded4e4afd09a1685641f (patch)
tree339da05ed973f1162138f0b5426490702a6c53a8
parenta77bf123732b78982d47f4a110fba1eb2bc75b37 (diff)
downloadATCD-f72c787a2c76d80c4088ded4e4afd09a1685641f.tar.gz
ChangeLogTag: Wed Jul 12 12:10:55 2000 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--PACE/ChangeLog14
-rw-r--r--PACE/pace/config/platform.h6
2 files changed, 15 insertions, 5 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index e9a5aa8aa6b..41666fa0a51 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,10 +1,14 @@
+Wed Jul 12 12:10:55 2000 David L. Levine <levine@cs.wustl.edu>
+
+ * pace/config/platform.h: added OSF1 support.
+
Wed Jul 12 11:51:52 2000 Luther J Baker <luther@cs.wustl.edu>
- * pace/win32/errno.h:
+ * pace/win32/errno.h:
- Added to repository.
- Added to pace_dll.dsp.
- Added to pace_lib.dsp.
+ Added to repository.
+ Added to pace_dll.dsp.
+ Added to pace_lib.dsp.
Wed Jul 12 11:45:34 2000 David L. Levine <levine@cs.wustl.edu>
@@ -13,7 +17,7 @@ Wed Jul 12 11:45:34 2000 David L. Levine <levine@cs.wustl.edu>
Wed Jul 12 10:53:01 2000 Luther J Baker <luther@cs.wustl.edu>
* pace/win32/pace_lib.dsp:
- * pace/win32/pace_dll.dsp:
+ * pace/win32/pace_dll.dsp:
Added the PACE/pace/*.h files. These currently contain
the interface we need to compile into our code. Maybe
diff --git a/PACE/pace/config/platform.h b/PACE/pace/config/platform.h
index 874b8d023d1..1c9d406338d 100644
--- a/PACE/pace/config/platform.h
+++ b/PACE/pace/config/platform.h
@@ -34,6 +34,12 @@
# define PACE_SUNOS 0
# define PACE_VXWORKS 0
# define PACE_WIN32 0
+#elif defined (PACE_OSF1)
+# define PACE_HAS_POSIX DIGITAL_UNIX
+# define PACE_LINUX 0
+# define PACE_LYNXOS 0
+# define PACE_VXWORKS 0
+# define PACE_WIN32 0
#elif defined (PACE_SUNOS)
# define PACE_HAS_POSIX PACE_SUNOS
# define PACE_LINUX 0