* configure.in: Check for the stat call, since profile_update_file
authorTheodore Tso <tytso@mit.edu>
Thu, 21 Dec 1995 23:25:19 +0000 (23:25 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 21 Dec 1995 23:25:19 +0000 (23:25 +0000)
commitde2dc728326ea2953cc6e8c9cb531f8443b12e55
treec407164de5c8f3f1afe7a96af4477b8d4eb0fa6a
parentfa6ceead4e5622dee740781ddfa9e0e3a7ce053c
* configure.in: Check for the stat call, since profile_update_file
needs to know whether it exists.  (It doesn't on the Mac.)

* prof_file.c (profile_update_file): Change use of HAS_STAT to
HAVE_STAT, to confirm with autoconf test.  If the stat() call does not
exist, assume that our in-core memory image is correct, and never
re-read the profile file unless we explicitly close it.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7242 dc483132-0cff-0310-8789-dd5450dbe970
src/util/profile/ChangeLog
src/util/profile/configure.in
src/util/profile/prof_file.c