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