From: Amos Jeffries Date: Sun, 13 Sep 2009 10:06:34 +0000 (+1200) Subject: dist the config.test for Kerberos. fix some build errors I added X-Git-Tag: SQUID_3_2_0_1~612^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=146f5390a7be2d633871b051bd5c03f6712a428f;p=thirdparty%2Fsquid.git dist the config.test for Kerberos. fix some build errors I added --- diff --git a/helpers/negotiate_auth/kerberos/Makefile.am b/helpers/negotiate_auth/kerberos/Makefile.am index 1e655c1ad5..e5ac07b137 100644 --- a/helpers/negotiate_auth/kerberos/Makefile.am +++ b/helpers/negotiate_auth/kerberos/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/src/Common.am -EXTRA_DIST = README COPYING +EXTRA_DIST = README COPYING config.test SUBDIRS = libexec_PROGRAMS = negotiate_kerberos_auth negotiate_kerberos_auth_test diff --git a/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc b/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc index 54fae2feb5..4da26a24f6 100644 --- a/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc +++ b/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc @@ -57,6 +57,8 @@ #include "util.h" #include "base64.h" +#include "getaddrinfo.h" +#include "getnameinfo.h" #if !HAVE_SPNEGO #include "spnegohelp.h" #endif