* configure.in: added header checks for sys/param.h and sys/file.h.
authorJohn Gilmore <gnu@toad.com>
Wed, 15 Feb 1995 02:02:17 +0000 (02:02 +0000)
committerJohn Gilmore <gnu@toad.com>
Wed, 15 Feb 1995 02:02:17 +0000 (02:02 +0000)
commitaecb322a930c6c05fb23b7c5982f27cae09ab97e
tree4e20d63a461c9e895bd6f9b04a812d4cb2e7fec5
parenta4dbfa099cc9637c781282adb192b599379b29ff
* 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
src/include/krb5/ChangeLog
src/include/krb5/Makefile.in
src/include/krb5/configure.in
src/include/krb5/encryption.h
src/include/krb5/sysincl.h