/* * Copyright 1987, 1988 by the Massachusetts Institute of Technology. * For copying and distribution information, please see the file * . * * Include file for the Kerberos Key Distribution Center. * * from: kdc.h,v 4.1 89/01/24 17:54:04 jon Exp $ * $Id$ */ #ifndef KDC_DEFS #define KDC_DEFS #define S_AD_SZ sizeof(struct sockaddr_in) #define max(a,b) (a>b ? a : b) #define min(a,b) (a