X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/0ea7f4a0e18af1fe2b08865d8472f7b0aab220b5..cb974713c2dde56749592d21c0da2a5ad3092400:/update/update_server.c diff --git a/update/update_server.c b/update/update_server.c index 985700d1..6c5dc9a3 100644 --- a/update/update_server.c +++ b/update/update_server.c @@ -25,7 +25,9 @@ #include #include +#ifdef HAVE_KRB4 #include +#endif #include "update.h" RCSID("$Header$"); @@ -33,7 +35,9 @@ RCSID("$Header$"); char *whoami, *hostname; int have_authorization = 0; +#ifdef HAVE_KRB4 des_cblock session; +#endif int uid = 0; void child_handler(int signal); @@ -44,7 +48,9 @@ struct _dt { char *str; void (*proc)(int, char *); } dispatch_table[] = { +#ifdef HAVE_KRB4 { "AUTH_002", auth_002 }, +#endif { "AUTH_003", auth_003 }, { "XFER_002", xfer_002 }, { "XFER_003", xfer_003 },