posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / getdtablesize
blobf33fcb510ed959c135df168ce1fb961f8e552bbe
1 Description:
2 getdtablesize() function: return tight upper bound for file descriptor values.
4 Files:
5 lib/getdtablesize.c
6 m4/getdtablesize.m4
8 Depends-on:
9 unistd
10 extensions
11 msvc-inval      [test $HAVE_GETDTABLESIZE = 0]
13 configure.ac:
14 gl_FUNC_GETDTABLESIZE
15 if test $HAVE_GETDTABLESIZE = 0 || test $REPLACE_GETDTABLESIZE = 1; then
16   AC_LIBOBJ([getdtablesize])
17   gl_PREREQ_GETDTABLESIZE
19 gl_UNISTD_MODULE_INDICATOR([getdtablesize])
21 Makefile.am:
23 Include:
24 <unistd.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 Eric Blake