view modules/nonblocking @ 16063:c3b6b5b6bc32

More conditional dependencies. * modules/faccessat (Depends-on): Add conditions. * modules/fchmodat (Depends-on): Likewise. * modules/fchownat (Depends-on): Likewise. * modules/fstatat (Depends-on): Likewise. * modules/mkfifoat (Depends-on): Likewise. * modules/readlinkat (Depends-on): Likewise. * modules/symlinkat (Depends-on): Likewise. * modules/unlinkat (Depends-on): Likewise. * modules/utimensat (Depends-on): Likewise. * modules/mkdirat (Depends-on): Add sys_stat. Add conditions. * modules/linkat (Depends-on): Refine the conditions. * modules/renameat (Depends-on): Likewise.
author Bruno Haible <bruno@clisp.org>
date Wed, 09 Nov 2011 02:42:45 +0100
parents b86e9061a6d0
children
line wrap: on
line source

Description:
Read, set or clear the non-blocking file descriptor flag.

Files:
lib/nonblocking.h
lib/nonblocking.c
m4/nonblocking.m4
lib/stdio-read.c
lib/stdio-write.c
m4/asm-underscore.m4

Depends-on:
fcntl-h
ioctl
msvc-nothrow
stdbool
stdio
sys_socket
unistd

configure.ac:
gl_NONBLOCKING_IO
gl_FCNTL_MODULE_INDICATOR([nonblocking])
dnl Define the C macro GNULIB_NONBLOCKING to 1.
gl_MODULE_INDICATOR([nonblocking])
dnl Define the substituted variable GNULIB_STDIO_H_NONBLOCKING to 1.
AC_REQUIRE([gl_STDIO_H_DEFAULTS])
AC_REQUIRE([gl_ASM_SYMBOL_PREFIX])
GNULIB_STDIO_H_NONBLOCKING=1
dnl Define the substituted variable GNULIB_UNISTD_H_NONBLOCKING to 1.
AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
GNULIB_UNISTD_H_NONBLOCKING=1

Makefile.am:
lib_SOURCES += nonblocking.c

Include:
"nonblocking.h"

License:
LGPLv2+

Maintainer:
Bruno Haible, Eric Blake