repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
parse-datetime: simplify test for mktime failure
[gnulib.git]
/
modules
/
symlink
blob
f6f1db2d79455c46b0741874619f66be1188155b
1
Description:
2
symlink() function: create a symlink, if possible
3
4
Files:
5
lib/symlink.c
6
m4/symlink.m4
7
8
Depends-on:
9
unistd
10
lstat [test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1]
11
12
configure.ac:
13
gl_FUNC_SYMLINK
14
if test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1; then
15
AC_LIBOBJ([symlink])
16
fi
17
gl_UNISTD_MODULE_INDICATOR([symlink])
18
19
Makefile.am:
20
21
Include:
22
<unistd.h>
23
24
License:
25
LGPL
26
27
Maintainer:
28
Eric Blake