From 74d0d4a3d9157823fda11c892c6d592562486b84 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 29 Dec 1999 02:24:35 +1100 Subject: - Merged AIX patch from Darren Hall - Cleaned up defines.h --- configure.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 274111e2c..a232a746b 100644 --- a/configure.in +++ b/configure.in @@ -177,6 +177,18 @@ AC_TRY_COMPILE( [AC_MSG_RESULT(no)] ) +AC_MSG_CHECKING([For socklen_t]) +AC_TRY_COMPILE( + [#include ], + [#include ], + [socklen_t foo; foo = 1235;], + [ + AC_DEFINE(HAVE_SOCKLEN_T) + AC_MSG_RESULT(yes) + ], + [AC_MSG_RESULT(no)] +) + AC_ARG_WITH(pam, [ --without-pam Disable PAM support ], [ -- cgit v1.2.3