summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index e6f5ebbbd..23cc9c817 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.157 2003/06/11 12:51:32 djm Exp $ */ 1/* $Id: acconfig.h,v 1.158 2003/07/08 10:52:13 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved. 4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -110,6 +110,9 @@
110/* Define if you want to enable AIX4's authenticate function */ 110/* Define if you want to enable AIX4's authenticate function */
111#undef WITH_AIXAUTHENTICATE 111#undef WITH_AIXAUTHENTICATE
112 112
113/* Define if your AIX loginfailed() function takes 3 arguments (AIX <= 5.1) */
114#undef AIX_LOGINFAILED_3ARG
115
113/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ 116/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
114#undef WITH_IRIX_ARRAY 117#undef WITH_IRIX_ARRAY
115 118