+Thu Apr 20 11:35:07 1995 <tytso@rsx-11.mit.edu>
+
+ * k5-config.h, configure.in: Remove support for HAS_ANSI_CONST
+ (that was needed only for compatibility with the old imake
+ build; autoconf uses -Dconst=), and HAS_ANSI_VOLATILE,
+ which isn't used at all.
+
Wed Apr 19 13:25:56 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* func-proto.h: Remove global_context hack. Added prototype for
fi
dnl
-
-dnl base-defs.h tries to do the same thing anyhow.
-dnl HAS_ANSI_CONST is here, but -Dconst= is better...
AC_CONST
-AC_DEFINE(HAS_ANSI_CONST)
-
-AC_MSG_CHECKING([volatile])
-AC_CACHE_VAL(krb5_cv_has_ansi_volatile,
-[AC_TRY_COMPILE(
-[volatile int x();], [],
-krb5_cv_has_ansi_volatile=yes, krb5_cv_has_ansi_volatile=no)])
-AC_MSG_RESULT($krb5_cv_has_ansi_volatile)
-if test $krb5_cv_has_ansi_volatile = yes; then
-AC_DEFINE(HAS_ANSI_VOLATILE)
-fi
-dnl
dnl Word sizes...
AC_CHECK_SIZEOF(short)
#define NO_PASSWORD
#define WM_KERBEROS5_CHANGED "Kerberos5 Changed"
-#define HAS_ANSI_CONST /* For compiling w/o -Za */
#define HAS_ANSI_VOLATILE
#define HAS_VOID_TYPE
#define KRB5_PROVIDE_PROTOTYPES