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 7e788b826..f1db83e43 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.175 2004/04/07 04:16:11 mouring Exp $ */ 1/* $Id: acconfig.h,v 1.176 2004/04/14 05:26:39 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.
@@ -131,6 +131,9 @@
131/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ 131/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
132#undef AIX_LOGINFAILED_4ARG 132#undef AIX_LOGINFAILED_4ARG
133 133
134/* Define if your skeychallenge() function takes 4 arguments (eg NetBSD) */
135#undef SKEYCHALLENGE_4ARG
136
134/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ 137/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
135#undef WITH_IRIX_ARRAY 138#undef WITH_IRIX_ARRAY
136 139