+
+Tue Jun 27 16:28:23 EDT 1995 Paul Park (pjpark@mit.edu)
+ * acconfig.h - Reinstate KRB5_PROVIDE_PROTOTYPES. This is needed for
+ compilers which recognize prototypes but don't set __STDC__
+ or _WINDOWS.
+
Fri Jun 23 20:14:45 1995 Sam Hartman <hartmans@tardis.MIT.EDU>
* aclocal.m4 (SHARED_RULE_LOCAL): Use makeshlib out of
#undef HAS_LABS
#undef HAS_VOID_TYPE
#undef KRB5_NO_PROTOTYPES
+#undef KRB5_PROVIDE_PROTOTYPES
#undef NEED_SYS_FCNTL_H
#undef KRB5_NO_NESTED_PROTOTYPES
#undef NO_STDLIB_H
+
+Tue Jun 27 16:14:38 EDT 1995 Paul Park (pjpark@mit.edu)
+ * krb5.hin - Reinstate KRB5_PROVIDE_PROTOTYPES. This is needed for
+ compilers which recognize prototypes but don't set __STDC__
+ or _WINDOWS.
+
Thu Jun 22 16:03:07 1995 Tom Yu (tlyu@dragons-lair)
* syslog.h: reverse sense of KRB5_PROVIDE_PROTOTYPES
typedef char krb5_const FAR * krb5_const_pointer;
#endif
-#if (defined(__STDC__) || defined(_WINDOWS)) && !defined(KRB5_NO_PROTOTYPES)
+#if (defined(__STDC__) || defined(_WINDOWS) || defined(KRB5_PROVIDE_PROTOTYPES)) && !defined(KRB5_NO_PROTOTYPES)
#define KRB5_PROTOTYPE(x) x
#if defined(__STDC__) || defined(HAVE_STDARG_H) || defined(_WINDOWS)
#define KRB5_STDARG_P(x) x
AC_MSG_RESULT($krb5_cv_has_prototypes)
if test $krb5_cv_has_prototypes = no; then
AC_DEFINE(KRB5_NO_PROTOTYPES)
+else
+AC_DEFINE(KRB5_PROVIDE_PROTOTYPES)
fi
dnl *never* set NARROW_PROTOTYPES
#define HAS_ANSI_VOLATILE
#define HAS_VOID_TYPE
+#define KRB5_PROVIDE_PROTOTYPES
#define HAVE_STDARG_H
#define HAVE_SYS_TYPES_H