+Tue Mar 28 19:53:09 1995 Keith Vetter (keithv@fusion.com)
+
+ * Makefile.in: changed to reflect deletion of stock/osconf.win.
+ * k5-config.h: added constants for reading default values
+ out of Windows ini files.
+ * los-proto.h: added new prototype for Windows ini stuff.
+
Tue Mar 28 18:02:41 1995 John Gilmore (gnu at toad.com)
* Makefile.in (KRB5_HEADERS, install): Account for file renames.
all-unix:: $(BUILT_HEADERS)
all-mac:: $(BUILT_HEADERS)
all-windows:
- copy stock\osconf.win osconf.h
+ copy stock\osconf.h osconf.h
echo /* not used in windows */ > autoconf.h
includes:: autoconf.h
* Machine-type definitions: PC Clone 386 running Microloss Windows
*/
+/* Kerberos Windows initialization file */
+#define KERBEROS_INI "kerberos.ini"
+#define INI_FILES "Files"
+#define INI_KRB_CONF "krb.conf" /* Location of krb.conf file */
+#define INI_KRB_REALMS "krb.realms" /* Location of krb.realms file */
+#define INI_KRB_CCACHE "krb5cc" /* Location of the ccache */
+
#define KRB5_DBM_COMPAT__ /* Don't load dbm.h */
#define KRB5_KDB5__ /* Don't load kdb.h */
#define KRB5_KDB5_DBM__ /* Don't load kdb_dbm.h */
void INTERFACE krb5_os_free_context
PROTOTYPE((krb5_context));
+krb5_error_code krb5_find_config_files
+ PROTOTYPE(());
+
#endif /* KRB5_LIBOS_PROTO__ */