+Thu Jun 22 16:14:25 1995 Tom Yu (tlyu@dragons-lair)
+
+ * error_table.h: reverse sense of KRB5_PROVIDE_PROTOTYPES
Fri Jun 23 10:50:14 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Change "./done" and "done" to DONE. Shared library
* configure.in: Changed to make libcom_err as a shared library.
-
-
Fri Jun 9 19:00:05 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
#define ERRCODE_RANGE 8 /* # of bits to shift table number */
#define BITS_PER_CHAR 6 /* # bits to shift per character in name */
-#if defined(__STDC__) || defined(KRB5_PROVIDE_PROTOTYPES) || defined(_WINDOWS)
+#if (defined(__STDC__) || defined(_WINDOWS)) && !defined(KRB5_NO_PROTOTYPES)
extern const char *error_table_name (long);
#else
extern const char *error_table_name ();