diff options
| author | John Gilmore <gnu@toad.com> | 1995-02-15 02:02:17 +0000 |
|---|---|---|
| committer | John Gilmore <gnu@toad.com> | 1995-02-15 02:02:17 +0000 |
| commit | aecb322a930c6c05fb23b7c5982f27cae09ab97e (patch) | |
| tree | 4e20d63a461c9e895bd6f9b04a812d4cb2e7fec5 /src/include/krb5/ChangeLog | |
| parent | a4dbfa099cc9637c781282adb192b599379b29ff (diff) | |
* configure.in: added header checks for sys/param.h and sys/file.h.
* encryption.h: added typedef prototype for sum_func function
with the windows api to make microsoft compiler happy.
* sysincl.h: conditionally include sys/file.h and sys/param.h since
windows doesn't have them.
* Makefile.in:
- changed macros with ${...} to $(...) since nmake barfs on {}.
- added windows only make preamble
- split the all target into unix and windows branches
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4948 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/ChangeLog')
| -rw-r--r-- | src/include/krb5/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 0b6e15fb81..3665bda5cd 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,15 @@ +Mon Feb 6 19:42:7 1995 Keith Vetter (keithv@fusion.com) + + * configure.in: added header checks for sys/param.h and sys/file.h. + * encryption.h: added typedef prototype for sum_func function + with the windows api to make microsoft compiler happy. + * sysincl.h: conditionally include sys/file.h and sys/param.h since + windows doesn't have them. + * Makefile.in: + - changed macros with ${...} to $(...) since nmake barfs on {}. + - added windows only make preamble + - split the all target into unix and windows branches + Fri Feb 10 14:54:26 1995 Theodore Y. Ts'o <tytso@dcl> * asn1.h: Removed ISODE cruft -- moved included .h files into |
