file-has-acl-tests: omit string.h include
[gnulib.git] / modules / symlink
bloba54e4e2ab3fea32fa24346a58df82469b7843d7c
1 Description:
2 symlink() function: create a symlink, if possible
4 Files:
5 lib/symlink.c
6 m4/symlink.m4
8 Depends-on:
9 unistd
10 lstat           [test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1]
12 configure.ac:
13 gl_FUNC_SYMLINK
14 gl_CONDITIONAL([GL_COND_OBJ_SYMLINK],
15                [test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1])
16 gl_UNISTD_MODULE_INDICATOR([symlink])
18 Makefile.am:
19 if GL_COND_OBJ_SYMLINK
20 lib_SOURCES += symlink.c
21 endif
23 Include:
24 <unistd.h>
26 License:
27 LGPL
29 Maintainer:
30 Eric Blake