summaryrefslogtreecommitdiff
path: root/ace/config-linux-common.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-01-19 05:06:32 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-01-19 05:06:32 +0000
commit34569c1d268bfb567598742188e91dafcaa14f5b (patch)
treee1d52b2085315323cbf22a5ec7e5a12e6eb3311f /ace/config-linux-common.h
parentd9eb984ddf5ea3f4dad2053ef418895cac7db50d (diff)
downloadATCD-34569c1d268bfb567598742188e91dafcaa14f5b.tar.gz
ChangeLogTag:Tue Jan 18 20:56:58 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r--ace/config-linux-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h
index 27dce161b90..6c4da3239e7 100644
--- a/ace/config-linux-common.h
+++ b/ace/config-linux-common.h
@@ -101,6 +101,9 @@
#if __GLIBC__ > 1 && __GLIBC_MINOR__ >= 1
# define ACE_HAS_P_READ_WRITE
# define ACE_LACKS_PREAD_PROTOTYPE
+// Use ACE's alternate cuserid() implementation since the use of the
+// system cuserid() is discouraged.
+# define ACE_HAS_ALT_CUSERID
#endif /* __GLIBC__ > 1 && __GLIBC_MINOR__ >= 0 */