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
+Fri Jun 9 18:40:51 1995 <tytso@rsx-11.mit.edu>
+
+ * 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 <tytso@lurch.mit.edu>
+
+ * 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 <tytso@lurch.mit.edu>
* Makefile.in (install): Don't install the install/kerberosIV
AC_INIT(configure.in)
-AC_SET_BUILDTOP
-WITH_CCOPTS
CONFIG_RULES
-WITH_KRB5ROOT
AC_PROG_INSTALL
V5_AC_OUTPUT_MAKEFILE
#define S_AD_SZ sizeof(struct sockaddr_in)
+#ifdef notdef
#define max(a,b) (a>b ? a : b)
#define min(a,b) (a<b ? a : b)
+#endif
#define TRUE 1
#define FALSE 0