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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
fopen-gnu
blob
f0f20548eeb65b25e07bfcc1c6fa027ddc17e4ce
1
Description:
2
fopen() function: open a stream to a file, with GNU extensions.
3
4
Files:
5
6
Depends-on:
7
fopen
8
open [test $REPLACE_FOPEN = 1]
9
10
configure.ac:
11
gl_FUNC_FOPEN_GNU
12
if test $REPLACE_FOPEN = 1; then
13
AC_LIBOBJ([fopen])
14
gl_PREREQ_FOPEN
15
fi
16
gl_MODULE_INDICATOR([fopen-gnu])
17
18
Makefile.am:
19
20
Include:
21
<stdio.h>
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
all