* Makefile.in (LDFLAGS): Remove, duplicates config/pre.in.
authorJohn Gilmore <gnu@toad.com>
Sat, 18 Mar 1995 03:23:02 +0000 (03:23 +0000)
committerJohn Gilmore <gnu@toad.com>
Sat, 18 Mar 1995 03:23:02 +0000 (03:23 +0000)
commite9fb9d69798b3032a87cd88c86ee48fdfb998e58
tree99670f185a2022b7947bf332c49752bdc85072a4
parente69e78efc34049fdae63021e3ebddeb24f46a286
* Makefile.in (LDFLAGS):  Remove, duplicates config/pre.in.
(CFLAGS):  Add -I options for file and stdio, to avoid paths in
#include statements.
(all-mac, clean-mac):  Add.
* ccdefops.c:  Avoid includes with pathnames, since they don't work
on the Mac.  Configure the default cache based on whether the
system has <sys/types.h> (which defines types for low-level file
operations, among other things).
* configure.in (CONFIG_DIRS):  Build stdio before file, for Mac
convenience (where file doesn't build).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5157 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/ChangeLog
src/lib/krb5/ccache/Makefile.in
src/lib/krb5/ccache/ccdefops.c
src/lib/krb5/ccache/configure.in