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
commit42751c941b4918f219470257f5723c7d68ca3dbc (patch)
tree04d320e011af4c54e7e47e7921419651ee0c7836 /acconfig.h
parent0a68a790e1dd2a38e4af9b583b466e01c9733638 (diff)
downloadATCD-42751c941b4918f219470257f5723c7d68ca3dbc.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