diff options
Diffstat (limited to 'main/php_config.h.in')
-rw-r--r-- | main/php_config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_config.h.in b/main/php_config.h.in index ebc3f5bb3..4ddaec38b 100644 --- a/main/php_config.h.in +++ b/main/php_config.h.in @@ -577,9 +577,6 @@ /* */ #undef HAVE_DCNGETTEXT -/* Define if the compiler supports Decimal32/64/128 types. */ -#undef HAVE_DECIMAL_FP_SUPPORT - /* Whether system headers declare timezone */ #undef HAVE_DECLARED_TIMEZONE @@ -1945,6 +1942,9 @@ /* */ #undef HAVE_TIDYOPTGETDOC +/* Have timelib_config.h */ +#undef HAVE_TIMELIB_CONFIG_H + /* do we have times? */ #undef HAVE_TIMES |