annotate modules/fwritable @ 17632:86af85d364e1 default tip

unistd: port readlink to Mac OS X 10.3.9 * lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work around self-include problem in Mac OS X 10.3.9 when combined with readlink module. Problem reported by Klaus Zietler in <http://bugs.gnu.org/16825>.
author Paul Eggert <eggert@penguin.cs.ucla.edu>
date Tue, 25 Feb 2014 11:16:27 -0800
parents 36cb7e4a23d5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8689
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 fwritable() function: Determine whether a FILE stream supports writing.
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/fwritable.h
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/fwritable.c
9980
2c1ba629f5d5 New private include file lib/stdio-impl.h.
Bruno Haible <bruno@clisp.org>
parents: 8689
diff changeset
7 lib/stdio-impl.h
8689
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 m4/fwritable.m4
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Depends-on:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 stdbool
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_FUNC_FWRITABLE
14952
36cb7e4a23d5 fwritable: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 9980
diff changeset
15 if test $ac_cv_func___fwritable = no; then
36cb7e4a23d5 fwritable: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 9980
diff changeset
16 AC_LIBOBJ([fwritable])
36cb7e4a23d5 fwritable: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 9980
diff changeset
17 fi
8689
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Makefile.am:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Include:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 "fwritable.h"
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 License:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 LGPL
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Maintainer:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Bruno Haible, Eric Blake
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29