diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-08 18:47:38 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-08 18:47:38 +0000 |
commit | 83fb987d6450b9e75b2a816d70a8655106c91b68 (patch) | |
tree | 8943e4e33ff0483ef72f995fb4272f237e328314 /ace/config-sunos5.5.h | |
parent | 8dfa85e93213c9527a73bddbbc87e3cca28b3c66 (diff) | |
download | ATCD-83fb987d6450b9e75b2a816d70a8655106c91b68.tar.gz |
ChangeLogTag:Tue Jan 8 10:43:48 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r-- | ace/config-sunos5.5.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index 69eddcc89c4..21b6463f773 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -364,6 +364,12 @@ #define ACE_LACKS_SETREUID_PROTOTYPE #define ACE_LACKS_SETREGID_PROTOTYPE +// Solaris does indeed implement the inet_aton() function, but it is +// found in `libresolv.*'. It doesn't seem worth it to link another +// library just for that function. Just use the emulation in ACE that +// has been used for years. +#define ACE_LACKS_INET_ATON + #if defined (_LARGEFILE_SOURCE) || (_FILE_OFFSET_BITS==64) #undef ACE_HAS_PROC_FS #undef ACE_HAS_PRUSAGE_T |