From 91606b17d2f8db5a1cbf32f7d780a6ac6f09bdd2 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 28 Jun 2000 08:22:29 +1000 Subject: - (djm) Patch from Michael Stone to add support for Irix 6.x array sessions, project id's, and system audit trail id. --- acconfig.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 20211a0af..0a042587f 100644 --- a/acconfig.h +++ b/acconfig.h @@ -15,6 +15,15 @@ /* Define if you want to enable AIX4's authenticate function */ #undef WITH_AIXAUTHENTICATE +/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ +#undef WITH_IRIX_ARRAY + +/* Define if you want IRIX project management */ +#undef WITH_IRIX_PROJECT + +/* Define if you want IRIX audit trails */ +#undef WITH_IRIX_AUDIT + /* Location of random number pool */ #undef RANDOM_POOL -- cgit v1.2.3