getdtablesize: work around cygwin issue
[gnulib.git] / modules / getdtablesize
1 Description:
2 getdtablesize() function: return maximum number of file descriptors.
3
4 Files:
5 lib/getdtablesize.c
6 m4/getdtablesize.m4
7
8 Depends-on:
9 unistd
10 extensions
11 msvc-inval      [test $HAVE_GETDTABLESIZE = 0]
12
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
18 fi
19 gl_UNISTD_MODULE_INDICATOR([getdtablesize])
20
21 Makefile.am:
22
23 Include:
24 <unistd.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Bruno Haible, Eric Blake
31