summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-04-14 15:26:39 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-04-14 15:26:39 +1000
commit3b908f65b4b668d20ef0d20c695cb053829bdaef (patch)
tree46234eb0dcd11f55e03511c78ff3710b02a6a2f2 /acconfig.h
parent96cc26b614cc6da9439b514a13cecfd6c7aed0bd (diff)
- (dtucker) [acconfig.h configure.ac defines.h] Bug #673: check for 4-arg
skeychallenge(), eg on NetBSD. ok mouring@
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 7e788b82..f1db83e4 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.175 2004/04/07 04:16:11 mouring Exp $ */
+/* $Id: acconfig.h,v 1.176 2004/04/14 05:26:39 dtucker Exp $ */
/*
* Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -131,6 +131,9 @@
/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
#undef AIX_LOGINFAILED_4ARG
+/* Define if your skeychallenge() function takes 4 arguments (eg NetBSD) */
+#undef SKEYCHALLENGE_4ARG
+
/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
#undef WITH_IRIX_ARRAY