/* $Id: kdc.h,v 1.1 1995/12/14 06:52:34 tholo Exp $ */ /*- * 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. */ #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