summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-06-28 08:22:29 +1000
committerDamien Miller <djm@mindrot.org>2000-06-28 08:22:29 +1000
commit91606b17d2f8db5a1cbf32f7d780a6ac6f09bdd2 (patch)
tree381e5ef92c449e606a2475f09c9d454cede8f005 /acconfig.h
parent53c5d467c366122df252a7ffe599c1f2ded06370 (diff)
- (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
Irix 6.x array sessions, project id's, and system audit trail id.
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