summaryrefslogtreecommitdiff
path: root/modules/absolute-header
blob: 18663481321cc0915c9992a8616d1438dbfdd8ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description:
Allows wrapping a broken system header in a gnulib replacement.

Files:
m4/absolute-header.m4

Depends-on:

configure.ac:

Makefile.am:
# Use this preprocessor expression to decide whether #include_next works.
# Do not rely on a 'configure'-time test for this, since the expression
# might appear in an installed header, which is used by some other compiler.
HAVE_INCLUDE_NEXT = (__GNUC__ || __clang__ || 60000000 <= __DECC_VER)

Include:

License:
LGPLv2+

Maintainer:
all