2005-08-23 16:07:25 +02:00
|
|
|
$NetBSD: patch-ad,v 1.6 2005/08/23 14:07:25 reed Exp $
|
2004-01-10 15:56:44 +01:00
|
|
|
|
2005-08-23 16:07:25 +02:00
|
|
|
--- configure.orig 2005-06-14 14:29:16.000000000 +0000
|
2004-01-10 15:56:44 +01:00
|
|
|
+++ configure
|
2004-09-14 16:41:34 +02:00
|
|
|
@@ -3176,9 +3176,6 @@ fi
|
2004-01-10 15:56:44 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
|
|
|
|
-test "$localstatedir" = '${prefix}/var' && localstatedir='/var/heimdal'
|
|
|
|
-
|
|
|
|
# Make sure we can run config.sub.
|
|
|
|
$ac_config_sub sun4 >/dev/null 2>&1 ||
|
|
|
|
{ { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
|
2005-08-23 16:07:25 +02:00
|
|
|
@@ -22000,6 +21997,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
#undef KRB5 /* makes md4.h et al unhappy */
|
|
|
|
+ #include <sys/types.h>
|
|
|
|
#ifdef HAVE_OPENSSL
|
|
|
|
#include <openssl/md4.h>
|
|
|
|
#include <openssl/md5.h>
|
|
|
|
@@ -22096,6 +22094,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
#undef KRB5 /* makes md4.h et al unhappy */
|
|
|
|
+ #include <sys/types.h>
|
|
|
|
#ifdef HAVE_OPENSSL
|
|
|
|
#include <openssl/md4.h>
|
|
|
|
#include <openssl/md5.h>
|
|
|
|
@@ -22192,6 +22191,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
#undef KRB5 /* makes md4.h et al unhappy */
|
|
|
|
+ #include <sys/types.h>
|
|
|
|
#ifdef HAVE_OPENSSL
|
|
|
|
#include <openssl/md4.h>
|
|
|
|
#include <openssl/md5.h>
|
|
|
|
@@ -22319,6 +22319,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
#undef KRB5 /* makes md4.h et al unhappy */
|
|
|
|
+ #include <sys/types.h>
|
|
|
|
#ifdef HAVE_OPENSSL
|
|
|
|
#include <openssl/md4.h>
|
|
|
|
#include <openssl/md5.h>
|