summaryrefslogtreecommitdiff
path: root/acconfig.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
commitde99645105f004103348a2858e0b128210b4f551 (patch)
treee1d52b2085315323cbf22a5ec7e5a12e6eb3311f /acconfig.h
parent2ebe64f6f369dd560e96dddc627307bb16949781 (diff)
downloadATCD-de99645105f004103348a2858e0b128210b4f551.tar.gz
ChangeLogTag:Tue Jan 18 20:56:58 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h
index 181c6d71494..278dbbd225d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -245,13 +245,19 @@
DLLs first before looking for the DLL names specified. */
#undef ACE_DISABLE_DEBUG_DLL_CHECK
+/* Platform supports Asynchronous IO calls */
+#undef ACE_HAS_AIO_CALLS
+
+/* Use ACE's alternate cuserid() implementation since a system
+ cuserid() may not exist, or it is not desirable to use it. The
+ implementation requires ACE_LACKS_PWD_FUNCTIONS to be undefined and
+ that the geteuid() system call exists. */
+#undef ACE_HAS_ALT_CUSERID
+
/* Platform supports new C++ style casts (dynamic_cast, static_cast,
reinterpret_cast and const_cast) */
#undef ACE_HAS_ANSI_CASTS
-/* Platform supports Asynchronous IO calls */
-#undef ACE_HAS_AIO_CALLS
-
/* Number of TSS keys, with ACE_HAS_TSS_EMULATION _only_. Defaults to 64. */
#undef ACE_DEFAULT_THREAD_KEYS