109be1fda162c60129b21a694320e95a65678850
[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 msvc-inval      [test $HAVE_GETDTABLESIZE = 0]
11
12 configure.ac:
13 gl_FUNC_GETDTABLESIZE
14 if test $HAVE_GETDTABLESIZE = 0; then
15   AC_LIBOBJ([getdtablesize])
16   gl_PREREQ_GETDTABLESIZE
17 fi
18 gl_UNISTD_MODULE_INDICATOR([getdtablesize])
19
20 Makefile.am:
21
22 Include:
23 <unistd.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Bruno Haible
30