From b0e31d16bf468a1bb7b93ed17310866fd771f637 Mon Sep 17 00:00:00 2001
From: sof <unknown>
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 9bf7dd236f28..f633852a6871 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 bdc48225416b..3c2869990946 100644
--- a/mk/config.h.in
+++ b/mk/config.h.in
@@ -192,6 +192,9 @@
 /* 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
 
@@ -204,6 +207,9 @@
 /* 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
 
-- 
GitLab