* stdbit_h.m4: Fix first-line comment.
[gnulib.git] / modules / link
blob32c438ce638ad72b98f298037fa3c8f5074b10cd
1 Description:
2 link() function: create a new link for an existing file
4 Files:
5 lib/link.c
6 m4/link.m4
8 Depends-on:
9 unistd
10 free-posix      [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
11 stat            [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
12 strdup-posix    [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
13 sys_stat        [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
15 configure.ac:
16 gl_FUNC_LINK
17 gl_CONDITIONAL([GL_COND_OBJ_LINK],
18                [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1])
19 gl_UNISTD_MODULE_INDICATOR([link])
21 Makefile.am:
22 if GL_COND_OBJ_LINK
23 lib_SOURCES += link.c
24 endif
26 Include:
27 <unistd.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 Martin Lambers, Eric Blake