diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-11 08:54:09 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-11 08:54:09 +0000 |
commit | 373d494674f4441d2e36bb5b6377b091f5483d93 (patch) | |
tree | 0ae2548391a8952ec1ccaf8c6c3d1fe5e2fb7e4a /ace/config-psosim-g++.h | |
parent | f27c87da7695ba9f6e3c961f1e57a928c5e5a98b (diff) | |
download | ATCD-373d494674f4441d2e36bb5b6377b091f5483d93.tar.gz |
Added RCS Id strings to cpp files via a macro that can be turned off
Diffstat (limited to 'ace/config-psosim-g++.h')
-rw-r--r-- | ace/config-psosim-g++.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-psosim-g++.h b/ace/config-psosim-g++.h index 85f5174e385..075e650eabc 100644 --- a/ace/config-psosim-g++.h +++ b/ace/config-psosim-g++.h @@ -235,5 +235,9 @@ #define ACE_PSOS_TBD #endif /* ACE_PSOS_TBD */ +// By default, don't include RCS Id strings in object code. +#if !defined (ACE_USE_RCSID) +#define ACE_USE_RCSID 0 +#endif /* #if !defined (ACE_USE_RCSID) */ #endif /* ACE_CONFIG_H */ |