diff options
author | joeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-22 17:09:42 +0000 |
---|---|---|
committer | joeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-22 17:09:42 +0000 |
commit | 57be04fa34cedddc747fd5eaf3cb7d1fc458c31d (patch) | |
tree | 98d35d9c055949915c331f9a1ca5e5527b0b6c14 /PACE | |
parent | 203297c56e40d4f11d7aeb496ed31778e028c049 (diff) | |
download | ATCD-57be04fa34cedddc747fd5eaf3cb7d1fc458c31d.tar.gz |
ChangeLogTag: Wed Aug 22 12:05:27 2001 Joe Hoffert <joeh@cs.wustl.edu>
Diffstat (limited to 'PACE')
-rw-r--r-- | PACE/ChangeLog | 7 | ||||
-rw-r--r-- | PACE/pace/config/constants.h | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog index 34e28863103..8c81fb41805 100644 --- a/PACE/ChangeLog +++ b/PACE/ChangeLog @@ -1,3 +1,10 @@ +Wed Aug 22 12:05:27 2001 Joe Hoffert <joeh@cs.wustl.edu> + + * pace/config/constants.h: + Removed PACE_HAS_DLL and PACE_Export #defines since + these are now implemented appropriately for PACE + in pace/config/config.h. + Wed Aug 22 09:04:28 2001 Joe Hoffert <joeh@cs.wustl.edu> * Makefile: diff --git a/PACE/pace/config/constants.h b/PACE/pace/config/constants.h index b2cb512a567..885fc104987 100644 --- a/PACE/pace/config/constants.h +++ b/PACE/pace/config/constants.h @@ -181,10 +181,6 @@ #include "pace/sys/types.h" -/* Need for NT */ -# define PACE_Export -# define PACE_BUILD_DLL - /* Tracing */ # define PACE_DEBUG(X) # define PACE_LM_DEBUG PACE_stderr |