diff options
Diffstat (limited to 'configh.in')
-rw-r--r-- | configh.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -34,6 +34,9 @@ the CoreFoundation framework. */ #undef HAVE_CFPREFERENCESCOPYAPPVALUE +/* Define to 1 if C supports variable-length arrays. */ +#undef HAVE_C_VARARRAYS + /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT @@ -519,6 +522,10 @@ # undef __CHAR_UNSIGNED__ #endif +/* Define to 1 if C does not support variable-length arrays, and if the + compiler does not already define this. */ +#undef __STDC_NO_VLA__ + /* Define to empty if `const' does not conform to ANSI C. */ #undef const |