stdbit: don’t assume -DHAVE_CONFIG_H
[gnulib.git] / modules / cloexec
blob8e458bb16e3454d84ebd0549788a77338a27298d
1 Description:
2 Set or clear the close-on-exec descriptor flag.
4 Files:
5 lib/cloexec.c
6 lib/cloexec.h
8 Depends-on:
9 dup2
10 fcntl
11 stdbool
13 configure.ac:
14 gl_MODULE_INDICATOR_FOR_TESTS([cloexec])
16 Makefile.am:
17 lib_SOURCES += cloexec.c
19 Include:
20 "cloexec.h"
22 License:
23 LGPLv2+
25 Maintainer:
26 Jim Meyering, Eric Blake