* configure.in: Check for access, ftime, getcwd, srand48, srand, srandom, stat,
authorKen Raeburn <raeburn@mit.edu>
Sat, 1 Apr 2006 01:26:39 +0000 (01:26 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 1 Apr 2006 01:26:39 +0000 (01:26 +0000)
commitef7f1e9cd071fbb09efa7fda06f6c5affa0d2a8f
tree75bff5dd4967a955793f4bfc8f4e8e087620ea32
parentef9fb8d974698de81a1f8b31ceda6b9fb46ab91a
* configure.in: Check for access, ftime, getcwd, srand48, srand, srandom, stat,
strchr, strerror, strstr, timezone, umask, waitpid, sem_init, sem_trywait,
daemon, alloca.h, dlfcn.h, limits.h, pthread.h, semaphore.h, krb_db.h, kdc.h,
sockaddr.sa_len, sockaddr_in.sin_len, stat.st_mtimensec,
stat.st_mtimespec.tv_nsec, and stat.st_mtim.tv_nsec.  Invoke
KRB5_AC_REGEX_FUNCS, AC_TYPE_OFF_T, CHECK_WAIT_TYPE, CHECK_SIGPROCMASK,
AC_TYPE_GETGROUPS, CHECK_SETJMP, and DECLARE_SYS_ERRLIST.  Add checks for
perror declaration, strptime prototype, setrpcent and endrpcent return types
from configure.in scripts in subdirectories.

With this patch, nearly every -D option used to compile a file that we care
about for KfM should now be duplicated in include/autoconf.h.  There are still
other -D options not represented here (e.g., in appl/, util/pty, and the python
sample plugin).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17823 dc483132-0cff-0310-8789-dd5450dbe970
src/ChangeLog
src/configure.in