diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-10-25 18:13:52 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-10-25 18:13:52 +0000 |
commit | 934838e08d2f27cea27fc96759337d508fd5e42c (patch) | |
tree | 626dae2886f613da3b4e82ea69002675094c711b | |
parent | 3ea21438b8cc2d8b5c952b3d73e25d4111da8308 (diff) | |
download | ATCD-934838e08d2f27cea27fc96759337d508fd5e42c.tar.gz |
-rw-r--r-- | ACE/ace/config-rtems.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/config-rtems.h b/ACE/ace/config-rtems.h index 98c1dab9e1e..5ab7c47d164 100644 --- a/ACE/ace/config-rtems.h +++ b/ACE/ace/config-rtems.h @@ -63,6 +63,7 @@ #define ACE_LACKS_RAND_REENTRANT_FUNCTIONS #define ACE_LACKS_REALPATH #define ACE_LACKS_TEMPNAM +# define ACE_LACKS_INTPTR_T // Temporarily, enabling this results in compile errors with // rtems 4.6.6. @@ -167,7 +168,6 @@ # define ACE_LACKS_PROTOENT # define ACE_LACKS_SERVENT # define ACE_LACKS_IFREQ -# define ACE_LACKS_INTPTR_T // Missing methods # define ACE_LACKS_GETHOSTBYADDR |