diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-01-17 00:47:04 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-01-17 00:47:04 +0000 |
commit | df0fe32ec23e43d9fe276d002319941acc2bf643 (patch) | |
tree | 04d320e011af4c54e7e47e7921419651ee0c7836 /acconfig.h | |
parent | 39f6eedf657a21133e4d167afad1b2b4e4a517e0 (diff) | |
download | ATCD-df0fe32ec23e43d9fe276d002319941acc2bf643.tar.gz |
ChangeLogTag:Sun Jan 16 16:13:00 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 1d9126edab8..181c6d71494 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1077,6 +1077,12 @@ /* Platform lacks getppid() call. */ #undef ACE_LACKS_GETPPID +/* Platform lacks setregid() call. */ +#undef ACE_LACKS_SETREGID + +/* Platform lacks setreuid() call. */ +#undef ACE_LACKS_SETREUID + /* Platforms lacks getservbyname() (e.g., VxWorks and Chorus). */ #undef ACE_LACKS_GETSERVBYNAME @@ -1307,6 +1313,12 @@ /* Platform/compiler lacks the getpgid() prototype */ #undef ACE_LACKS_GETPGID_PROTOTYPE +/* Platform/compiler lacks the setregid() prototype */ +#undef ACE_LACKS_SETREGID_PROTO + +/* Platform/compiler lacks the setreuid() prototype */ +#undef ACE_LACKS_SETREUID_PROTO + /* Platform/compiler lacks the strptime() prototype */ #undef ACE_LACKS_STRPTIME_PROTOTYPE |