View | Details | Raw Unified
Collapse All | Expand All

(-) nss_ldap-254.orig/config.h.in (+3 lines)
 Lines 84-89    Link Here 
/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
#undef HAVE_GSSAPI_GSSAPI_KRB5_H
#undef HAVE_GSSAPI_GSSAPI_KRB5_H
/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
#undef HAVE_GSSAPI_GSSAPI_H
/* Define to 1 if you have the <gssapi.h> header file. */
/* Define to 1 if you have the <gssapi.h> header file. */
#undef HAVE_GSSAPI_H
#undef HAVE_GSSAPI_H
(-) nss_ldap-254.orig/configure (-1 / +1 lines)
 Lines 2730-2736    Link Here 
fi
fi
done
done
for ac_hdr in gssapi/gssapi_krb5.h gssapi.h
for ac_hdr in gssapi/gssapi_krb5.h gssapi/gssapi.h gssapi.h
do
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
(-) nss_ldap-254.orig/configure.in (-1 / +1 lines)
 Lines 180-186    Link Here 
AC_CHECK_HEADERS(strings.h)
AC_CHECK_HEADERS(strings.h)
AC_CHECK_HEADERS(gssldap.h)
AC_CHECK_HEADERS(gssldap.h)
AC_CHECK_HEADERS(gsssasl.h)
AC_CHECK_HEADERS(gsssasl.h)
AC_CHECK_HEADERS(gssapi/gssapi_krb5.h gssapi.h)
AC_CHECK_HEADERS(gssapi/gssapi_krb5.h gssapi/gssapi.h gssapi.h)
AC_CHECK_LIB(resolv, main)
AC_CHECK_LIB(resolv, main)
AC_CHECK_LIB(nsl, main)
AC_CHECK_LIB(nsl, main)
(-) nss_ldap-254.orig/ldap-nss.c (-1 / +5 lines)
 Lines 82-91    Link Here 
#endif
#endif
#ifdef HAVE_GSSAPI_H
#ifdef HAVE_GSSAPI_H
#include <gssapi.h>
#include <gssapi.h>
#elif defined(HAVE_GSSAPI_GSSAPI_KRB5_H)
#else
#ifdef HAVE_GSSAPI_GSSAPI_H
#include <gssapi/gssapi.h>
#include <gssapi/gssapi.h>
#endif
#ifdef HAVE_GSSAPI_GSSAPI_KRB5_H
#include <gssapi/gssapi_krb5.h>
#include <gssapi/gssapi_krb5.h>
#endif
#endif
#endif
#include "ldap-nss.h"
#include "ldap-nss.h"
#include "ltf.h"
#include "ltf.h"