Skip to content
Snippets Groups Projects
Commit b0e31d16 authored by sof's avatar sof
Browse files

[project @ 1998-11-22 17:45:25 by sof]

Added f-checks for symlink() and readlink()
parent b37527ec
No related merge requests found
...@@ -561,7 +561,7 @@ AC_CHECK_FUNCS(pclose _pclose ) ...@@ -561,7 +561,7 @@ AC_CHECK_FUNCS(pclose _pclose )
dnl ** check for specific library functions that we are interested in 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 dnl ** check whether this machine has gmp2 installed
AC_CHECK_LIB(gmp, mpz_fdiv_qr, HaveLibGmp=YES; LibGmp=gmp, AC_CHECK_LIB(gmp, mpz_fdiv_qr, HaveLibGmp=YES; LibGmp=gmp,
......
...@@ -192,6 +192,9 @@ ...@@ -192,6 +192,9 @@
/* Define if you have the <readline/readline.h> header file. */ /* Define if you have the <readline/readline.h> header file. */
#undef HAVE_READLINE_READLINE_H #undef HAVE_READLINE_READLINE_H
/* Define if you have the readlink function. */
#undef HAVE_READLINK
/* Define if you have the <siginfo.h> header file. */ /* Define if you have the <siginfo.h> header file. */
#undef HAVE_SIGINFO_H #undef HAVE_SIGINFO_H
...@@ -204,6 +207,9 @@ ...@@ -204,6 +207,9 @@
/* Define if you have the <string.h> header file. */ /* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H #undef HAVE_STRING_H
/* Define if you have the symlink function. */
#undef HAVE_SYMLINK
/* Define if you have the <sys/fault.h> header file. */ /* Define if you have the <sys/fault.h> header file. */
#undef HAVE_SYS_FAULT_H #undef HAVE_SYS_FAULT_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment