From: Theodore Tso Date: Wed, 1 Mar 1995 22:46:10 +0000 (+0000) Subject: Change config.h -> k5-config.h and free.h -> k5-free.h to reflect X-Git-Tag: krb5-1.0-beta5~628 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=988bdc6c7672efee705f84711f02b196f56613ef;p=krb5.git Change config.h -> k5-config.h and free.h -> k5-free.h to reflect renamed header files for Mac/PC port. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5042 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 2602e9a2c..97106d1bf 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 1 17:45:13 1995 Theodore Y. Ts'o + + * Makefile.in: Change config.h -> k5-config.h and free.h -> + k5-free.h to reflect renamed header files for Mac/PC port. + Mon Feb 27 23:47:58 1995 John Gilmore (gnu at toad.com) * Makefile.in (osconf.h): Remove temp file osconf.new. diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in index fe0aabea1..1391298e1 100644 --- a/src/include/krb5/Makefile.in +++ b/src/include/krb5/Makefile.in @@ -4,9 +4,9 @@ KRB5SRVTABDIR = /etc ##DOSBUILDTOP = ..\.. ##DOS!include $(BUILDTOP)\config\windows.in -KRB5_HEADERS = asn1.h base-defs.h ccache.h config.h encryption.h \ +KRB5_HEADERS = asn1.h base-defs.h ccache.h k5-config.h encryption.h \ error_def.h errors.h ext-proto.h fieldbits.h \ - free.h func-proto.h hostaddr.h kdb.h kdb_dbm.h \ + k5-free.h func-proto.h hostaddr.h kdb.h kdb_dbm.h \ keytab.h krb5.h libos.h los-proto.h macros.h mit-des.h \ proto.h rcache.h safepriv.h sysincl.h wordsize.h # these are installed here for the build from lib/krb5/error_tables but