<machine/stdint.h>: Check __cplusplus first.
[dragonfly.git] / gnu / usr.bin / grep / Makefile.inc
blobc4fe828627cb656c3e7633a714d082a13e48188f
1 BASEDIR=        ${.CURDIR}/${RELATIVE}../../../../contrib/grep
3 .if defined(BOOTSTRAPPING)
4 CFLAGS+=        -DBOOTSTRAPPING
5 # Helper for bootstrapping over C++11 features.
6 . if ${WORLD_VERSION} <= 400103
7 CFLAGS+=        -Dmax_align_t="long double"
8 . endif
9 .endif
11 CSTD=   c11