diff options
author | Theodore Tso <tytso@mit.edu> | 1995-03-01 22:46:10 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1995-03-01 22:46:10 +0000 |
commit | 988bdc6c7672efee705f84711f02b196f56613ef (patch) | |
tree | 01eabdfaaabc556d32fb96e51c5bfbf47cb4e6d4 /src/include/krb5 | |
parent | 017ca9c0681dc2aa76423e5a3eabf0b91a97c68b (diff) | |
download | krb5-988bdc6c7672efee705f84711f02b196f56613ef.tar.gz krb5-988bdc6c7672efee705f84711f02b196f56613ef.tar.xz krb5-988bdc6c7672efee705f84711f02b196f56613ef.zip |
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
Diffstat (limited to 'src/include/krb5')
-rw-r--r-- | src/include/krb5/ChangeLog | 5 | ||||
-rw-r--r-- | src/include/krb5/Makefile.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 2602e9a2c7..97106d1bfc 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 <tytso@dcl> + + * 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 fe0aabea11..1391298e1d 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 |