summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 20211a0af..0a042587f 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -15,6 +15,15 @@
15/* Define if you want to enable AIX4's authenticate function */ 15/* Define if you want to enable AIX4's authenticate function */
16#undef WITH_AIXAUTHENTICATE 16#undef WITH_AIXAUTHENTICATE
17 17
18/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
19#undef WITH_IRIX_ARRAY
20
21/* Define if you want IRIX project management */
22#undef WITH_IRIX_PROJECT
23
24/* Define if you want IRIX audit trails */
25#undef WITH_IRIX_AUDIT
26
18/* Location of random number pool */ 27/* Location of random number pool */
19#undef RANDOM_POOL 28#undef RANDOM_POOL
20 29