tmpdir: Use a good default directory on native Windows.
[gnulib.git] / modules / nonblocking
1 Description:
2 Read, set or clear the non-blocking file descriptor flag.
3
4 Files:
5 lib/nonblocking.h
6 lib/nonblocking.c
7 m4/nonblocking.m4
8 lib/stdio-read.c
9 lib/stdio-write.c
10 m4/asm-underscore.m4
11
12 Depends-on:
13 fcntl-h
14 ioctl
15 stdbool
16 stdio
17 sys_socket
18 unistd
19
20 configure.ac:
21 gl_NONBLOCKING_IO
22 gl_FCNTL_MODULE_INDICATOR([nonblocking])
23 dnl Define the C macro GNULIB_NONBLOCKING to 1.
24 gl_MODULE_INDICATOR([nonblocking])
25 dnl Define the substituted variable GNULIB_STDIO_H_NONBLOCKING to 1.
26 AC_REQUIRE([gl_STDIO_H_DEFAULTS])
27 AC_REQUIRE([gl_ASM_SYMBOL_PREFIX])
28 GNULIB_STDIO_H_NONBLOCKING=1
29 dnl Define the substituted variable GNULIB_UNISTD_H_NONBLOCKING to 1.
30 AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
31 GNULIB_UNISTD_H_NONBLOCKING=1
32
33 Makefile.am:
34 lib_SOURCES += nonblocking.c
35
36 Include:
37 "nonblocking.h"
38
39 License:
40 LGPLv2+
41
42 Maintainer:
43 Bruno Haible, Eric Blake