From b0e31d16bf468a1bb7b93ed17310866fd771f637 Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 22 Nov 1998 17:45:27 +0000 Subject: [PATCH] [project @ 1998-11-22 17:45:25 by sof] Added f-checks for symlink() and readlink() --- configure.in | 2 +- mk/config.h.in | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9bf7dd2..f633852 100644 --- a/configure.in +++ b/configure.in @@ -561,7 +561,7 @@ AC_CHECK_FUNCS(pclose _pclose ) dnl ** check for specific library functions that we are interested in -AC_CHECK_FUNCS(access ftime getclock getpagesize getrusage gettimeofday mktime mprotect setitimer stat sysconf timelocal times vadvise vfork) +AC_CHECK_FUNCS(access ftime getclock getpagesize getrusage gettimeofday mktime mprotect readlink setitimer stat symlink sysconf timelocal times vadvise vfork) dnl ** check whether this machine has gmp2 installed AC_CHECK_LIB(gmp, mpz_fdiv_qr, HaveLibGmp=YES; LibGmp=gmp, diff --git a/mk/config.h.in b/mk/config.h.in index bdc4822..3c28699 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -192,6 +192,9 @@ /* Define if you have the header file. */ #undef HAVE_READLINE_READLINE_H +/* Define if you have the readlink function. */ +#undef HAVE_READLINK + /* Define if you have the header file. */ #undef HAVE_SIGINFO_H @@ -204,6 +207,9 @@ /* Define if you have the header file. */ #undef HAVE_STRING_H +/* Define if you have the symlink function. */ +#undef HAVE_SYMLINK + /* Define if you have the header file. */ #undef HAVE_SYS_FAULT_H -- 1.7.10.4