changeset 2004:882288b6539c

define LINK_FOLLOWS_SYMLINKS
author Jim Meyering <jim@meyering.net>
date Sun, 07 Nov 1999 10:35:53 +0000
parents e41e0cd250b4
children e245de0c32c9
files m4/link-follow.m4
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/link-follow.m4
+++ b/m4/link-follow.m4
@@ -52,4 +52,8 @@
       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
 ])