From c662950252c041e01b64b829921cb5e79a2e2bb6 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 14 Apr 2019 00:39:14 -0700 Subject: Define macros indicating missing optional features --- config.def.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.def.h b/config.def.h index 99b1360..43b9f54 100644 --- a/config.def.h +++ b/config.def.h @@ -14,6 +14,11 @@ static char *endfiles[] = { static char *preprocesscmd[] = { "cpp", "-P", + /* we don't yet support these optional features */ + "-D", "__STDC_NO_ATOMICS__", + "-D", "__STDC_NO_COMPLEX__", + "-D", "__STDC_NO_VLA__", + /* specify the GNU C extensions we support */ "-U", "__GNUC__", "-D", "__GNUC__=3", "-U", "__GNUC_MINOR__", "-D", "__GNUC_MINOR__=3", -- cgit v1.2.3