Hash :
1e643a62
Author :
Date :
2020-08-16T18:54:44
absolute-header: Add support for clang. * modules/absolute-header (Makefile.am): Include '__clang__' in the HAVE_INCLUDE_NEXT expression.
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