1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/absolute-header
Bruno Haible 1e643a6237 absolute-header: Add support for clang.
* modules/absolute-header (Makefile.am): Include '__clang__' in the
HAVE_INCLUDE_NEXT expression.
2020-08-16 18:55:05 +02:00

24 lines
487 B
Plaintext

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