diff options
| author | John Gilmore <gnu@toad.com> | 1995-03-29 02:01:43 +0000 |
|---|---|---|
| committer | John Gilmore <gnu@toad.com> | 1995-03-29 02:01:43 +0000 |
| commit | 907816ecf31d3bff6f7fbb46c20dc80fc19fa8c9 (patch) | |
| tree | 513accd9cbae7a401e909c76aebb419ea85f3040 /src/config/mac-config.cache | |
| parent | 3f3d14eca8bf0042d24fd3d47677c68548bd2cd1 (diff) | |
| download | krb5-907816ecf31d3bff6f7fbb46c20dc80fc19fa8c9.tar.gz krb5-907816ecf31d3bff6f7fbb46c20dc80fc19fa8c9.tar.xz krb5-907816ecf31d3bff6f7fbb46c20dc80fc19fa8c9.zip | |
* mac-config.cache: Correct some entries.
* mac-mf.sed: Improve conversion of pathnames, $(srcdir),
support linking MPW tools (for make check, kinit).
* mac-pre.in (.c.o): Add -sym on for debugging.
(LDFLAGS): Remove ToolLibs.o.
(RANLIB, ARCHIVE): Make these work.
(MAKE): Make recursive makes work, with BuildProgram.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5291 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config/mac-config.cache')
| -rw-r--r-- | src/config/mac-config.cache | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/config/mac-config.cache b/src/config/mac-config.cache index 85183cd8f..a2d914ce0 100644 --- a/src/config/mac-config.cache +++ b/src/config/mac-config.cache @@ -22,9 +22,10 @@ : ${ac_cv_func_ftime='no'} : ${ac_cv_func_getcwd='no'} : ${ac_cv_func_getdtablesize='no'} -: ${ac_cv_func_getopt='yes'} +: ${ac_cv_func_getopt='no'} : ${ac_cv_func_getpid='no'} : ${ac_cv_func_gettosbyname='no'} +: ${ac_cv_func_getuid='no'} : ${ac_cv_func_getutent='no'} : ${ac_cv_func_grantpt='no'} : ${ac_cv_func_herror='no'} @@ -46,11 +47,11 @@ : ${ac_cv_func_sigprocmask='no'} : ${ac_cv_func_sigsetjmp='no'} : ${ac_cv_func_srand='yes'} -: ${ac_cv_func_srand48='yes'} -: ${ac_cv_func_srandom='yes'} +: ${ac_cv_func_srand48='no'} +: ${ac_cv_func_srandom='no'} : ${ac_cv_func_strcasecmp='no'} : ${ac_cv_func_strdup='no'} -: ${ac_cv_func_strerror='no'} +: ${ac_cv_func_strerror='yes'} : ${ac_cv_func_strftime='yes'} : ${ac_cv_func_strsave='no'} : ${ac_cv_func_tcsetattr='no'} |
