pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / msvc-inval
1 Description:
2 invalid parameter handler for MSVC runtime libraries
3
4 Files:
5 lib/msvc-inval.h
6 lib/msvc-inval.c
7 m4/msvc-inval.m4
8
9 Depends-on:
10
11 configure.ac:
12 gl_MSVC_INVAL
13 if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then
14   AC_LIBOBJ([msvc-inval])
15 fi
16
17 Makefile.am:
18
19 Include:
20 "msvc-inval.h"
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Bruno Haible