+Thu Apr 27 13:32:22 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * conf-osf1alpha.h: New file
+
+ * osconf.h: Add inclusion of conf-osf1alpha.h
+
+ * krb.h: Add const to krb_err_txt to agree with library definition
+
Thu Apr 27 10:55:00 1995 Mark Eichin <eichin@cygnus.com>
* krb.h: make INTERFACE, FAR go away for now.
--- /dev/null
+/*
+ * include/kerberosIV/conf-osf1alpha.h
+ *
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
+ *
+ * Export of this software from the United States of America may
+ * require a specific license from the United States Government.
+ * It is the responsibility of any person or organization contemplating
+ * export to obtain such a license before exporting.
+ *
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission. M.I.T. makes no representations about the suitability of
+ * this software for any purpose. It is provided "as is" without express
+ * or implied warranty.
+ */
+
+#define BITS32
+#define BIG
+#define LSBFIRST
+#define BSDUNIX
+#define MUSTALIGN
/* Text describing error codes */
#define MAX_KRB_ERRORS 256
-extern char *krb_err_txt[MAX_KRB_ERRORS];
+extern const char *const krb_err_txt[MAX_KRB_ERRORS];
/* These are not defined for at least SunOS 3.3 and Ultrix 2.2 */
#if defined(ULTRIX022) || (defined(SunOS) && SunOS < 40)