[project @ 1998-11-22 17:45:25 by sof]
authorsof <unknown>
Sun, 22 Nov 1998 17:45:27 +0000 (17:45 +0000)
committersof <unknown>
Sun, 22 Nov 1998 17:45:27 +0000 (17:45 +0000)
Added f-checks for symlink() and readlink()

configure.in
mk/config.h.in

index 9bf7dd2..f633852 100644 (file)
@@ -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,
index bdc4822..3c28699 100644 (file)
 /* Define if you have the <readline/readline.h> header file.  */
 #undef HAVE_READLINE_READLINE_H
 
+/* Define if you have the readlink function.  */
+#undef HAVE_READLINK
+
 /* Define if you have the <siginfo.h> header file.  */
 #undef HAVE_SIGINFO_H
 
 /* Define if you have the <string.h> header file.  */
 #undef HAVE_STRING_H
 
+/* Define if you have the symlink function.  */
+#undef HAVE_SYMLINK
+
 /* Define if you have the <sys/fault.h> header file.  */
 #undef HAVE_SYS_FAULT_H