From fbf106f6701c580f5839da575996de34fc953e1f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 15 Dec 2005 20:38:24 +0000 Subject: r12269: Update to current lorikeet-heimdal. This changed the way the hdb interface worked, so hdb-ldb.c and the glue have been updated. Andrew Bartlett (This used to be commit 8fd5224c6b5c17c3a2c04c7366b7e367012db77e) --- source4/heimdal_build/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/heimdal_build/config.h') diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 660739c73f..d2a72cacfb 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -62,6 +62,9 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #ifndef HAVE_STRNDUP #define HAVE_STRNDUP #endif +#ifndef HAVE_SOCKLEN_T +#define HAVE_SOCKLEN_T +#endif #ifndef HAVE_SSIZE_T #define HAVE_SSIZE_T -- cgit