diff -cr cups-1.3.0-bek/cups/http-private.h cups-1.3.0-bek2/cups/http-private.h *** cups-1.3.0-bek/cups/http-private.h Wed Jul 11 23:46:42 2007 --- cups-1.3.0-bek2/cups/http-private.h Thu Sep 6 13:34:07 2007 *************** *** 62,67 **** --- 62,70 ---- # ifndef HAVE_GSS_C_NT_HOSTBASED_SERVICE # define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name # endif /* !HAVE_GSS_C_NT_HOSTBASED_SERVICE */ + # ifdef HAVE_KRB5_H + # include + # endif /* HAVE_KRB5_H */ # endif /* HAVE_GSSAPI */ # ifdef HAVE_AUTHORIZATION_H diff -cr cups-1.3.0-bek/scheduler/ipp.c cups-1.3.0-bek2/scheduler/ipp.c *** cups-1.3.0-bek/scheduler/ipp.c Fri Aug 10 00:19:08 2007 --- cups-1.3.0-bek2/scheduler/ipp.c Thu Sep 6 13:33:49 2007 *************** *** 99,108 **** #include "cupsd.h" - #ifdef HAVE_KRB5_H - # include - #endif /* HAVE_KRB5_H */ - #ifdef HAVE_LIBPAPER # include #endif /* HAVE_LIBPAPER */ --- 99,104 ----