view modules/absolute-header @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
parents 970d5cb5b003
children
line wrap: on
line source

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__ || 60000000 <= __DECC_VER)

Include:

License:
LGPLv2+

Maintainer:
all