summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-01-17 00:47:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-01-17 00:47:04 +0000
commitdf0fe32ec23e43d9fe276d002319941acc2bf643 (patch)
tree04d320e011af4c54e7e47e7921419651ee0c7836 /acconfig.h
parent39f6eedf657a21133e4d167afad1b2b4e4a517e0 (diff)
downloadATCD-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.h12
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