Mercurial > hg > octave-shane > gnulib-hg
annotate modules/close @ 15450:87442e903a7a
close: No longer depend on module 'fclose'.
* modules/close (Depends-on): Remove fclose.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 24 Jul 2011 12:37:25 +0200 |
parents | efab6978105e |
children | 0b88e57dae28 |
rev | line source |
---|---|
10609 | 1 Description: |
2 close() function: close a file or socket. | |
3 | |
4 Files: | |
5 lib/close.c | |
6 m4/close.m4 | |
7 | |
8 Depends-on: | |
9 unistd | |
14683
efab6978105e
Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
14595
diff
changeset
|
10 fd-hook [test $REPLACE_CLOSE = 1] |
10609 | 11 |
12 configure.ac: | |
13 gl_FUNC_CLOSE | |
14 gl_UNISTD_MODULE_INDICATOR([close]) | |
15 | |
16 Makefile.am: | |
17 | |
18 Include: | |
19 <unistd.h> | |
20 | |
21 License: | |
22 LGPLv2+ | |
23 | |
24 Maintainer: | |
25 Paolo Bonzini, Simon Josefsson, Bruno Haible |