From: Theodore Tso Date: Fri, 9 Jun 1995 22:41:51 +0000 (+0000) Subject: configure.in: Remove standardized set of autoconf macros, which are X-Git-Tag: krb5-1.0-beta6~1795 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=06ebb729b85fe6edc1d31177bae66e063188f87b;p=krb5.git configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. kdc.h: Don't define the macros for max and min; they're already defined in kdc_util.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6008 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/kerberosIV/ChangeLog b/src/include/kerberosIV/ChangeLog index 318a12a61..b638c18ed 100644 --- a/src/include/kerberosIV/ChangeLog +++ b/src/include/kerberosIV/ChangeLog @@ -1,3 +1,13 @@ +Fri Jun 9 18:40:51 1995 + + * configure.in: Remove standardized set of autoconf macros, which + are now handled by CONFIG_RULES. + +Fri Jun 9 15:51:45 1995 Theodore Y. Ts'o + + * kdc.h: Don't define the macros for max and min; they're already + defined in kdc_util.h. + Thu Jun 8 11:22:23 1995 Theodore Y. Ts'o * Makefile.in (install): Don't install the install/kerberosIV diff --git a/src/include/kerberosIV/configure.in b/src/include/kerberosIV/configure.in index b86f90d14..f9dafe7fd 100644 --- a/src/include/kerberosIV/configure.in +++ b/src/include/kerberosIV/configure.in @@ -1,7 +1,4 @@ AC_INIT(configure.in) -AC_SET_BUILDTOP -WITH_CCOPTS CONFIG_RULES -WITH_KRB5ROOT AC_PROG_INSTALL V5_AC_OUTPUT_MAKEFILE diff --git a/src/include/kerberosIV/kdc.h b/src/include/kerberosIV/kdc.h index 5645c5aee..6a9804eaf 100644 --- a/src/include/kerberosIV/kdc.h +++ b/src/include/kerberosIV/kdc.h @@ -28,8 +28,10 @@ #define S_AD_SZ sizeof(struct sockaddr_in) +#ifdef notdef #define max(a,b) (a>b ? a : b) #define min(a,b) (a