pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / absolute-header
1 Description:
2 Allows wrapping a broken system header in a gnulib replacement.
3
4 Files:
5 m4/absolute-header.m4
6
7 Depends-on:
8
9 configure.ac:
10
11 Makefile.am:
12 # Use this preprocessor expression to decide whether #include_next works.
13 # Do not rely on a 'configure'-time test for this, since the expression
14 # might appear in an installed header, which is used by some other compiler.
15 HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
16
17 Include:
18
19 License:
20 LGPLv2+
21
22 Maintainer:
23 all