diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-04-11 18:13:40 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-04-11 18:13:40 +0000 |
commit | 6b7808bef2b9dbf7e2a67a548835bec3f16a9c12 (patch) | |
tree | b56c2ba4f5e2b89973c25b54be86d59e419b96be /ace/config-mvs.h | |
parent | 644ff358944b4e53a3c43a4a638dfc39304d499f (diff) | |
download | ATCD-6b7808bef2b9dbf7e2a67a548835bec3f16a9c12.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-mvs.h')
-rw-r--r-- | ace/config-mvs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-mvs.h b/ace/config-mvs.h index f0d2042c61f..3f219050613 100644 --- a/ace/config-mvs.h +++ b/ace/config-mvs.h @@ -106,5 +106,9 @@ # define ACE_NTRACE 1 #endif /* ACE_NTRACE */ +#define ACE_SIZEOF_FLOAT 4 +#define ACE_SIZEOF_DOUBLE 4 +#define ACE_SIZEOF_LONG_DOUBLE 4 + #endif /* ACE_CONFIG_H */ |