1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-28 03:19:55 +02:00

define LINK_FOLLOWS_SYMLINKS

This commit is contained in:
Jim Meyering
1999-11-07 10:35:53 +00:00
parent 6702048c64
commit 5f9feb9aae
+4
View File
@@ -52,4 +52,8 @@ AC_DEFUN(jm_AC_FUNC_LINK_FOLLOWS_SYMLINK,
jm_ac_cv_func_link_follows_symlink=yes, We're cross compiling.
)
])
if test $jm_ac_cv_func_link_follows_symlink = yes; then
AC_DEFINE(LINK_FOLLOWS_SYMLINKS, 1,
[Define if link(2) dereferences symbolic links.])
fi
])