diff options
Diffstat (limited to 'config.hin')
-rw-r--r-- | config.hin | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config.hin b/config.hin index 9761ede42..535f7559d 100644 --- a/config.hin +++ b/config.hin @@ -127,6 +127,9 @@ /* Define to 1 if you have the `btowc' function. */ #undef HAVE_BTOWC +/* Define to 1 if strtold conforms to C99. */ +#undef HAVE_C99_STRTOLD + /* Define to 1 if your system has a GNU libc compatible `calloc' function, and to 0 otherwise. */ #undef HAVE_CALLOC @@ -328,10 +331,6 @@ don't. */ #undef HAVE_DECL_STRTOIMAX -/* Define to 1 if you have the declaration of `strtold', and to 0 if you - don't. */ -#undef HAVE_DECL_STRTOLD - /* Define to 1 if you have the declaration of `strtoll', and to 0 if you don't. */ #undef HAVE_DECL_STRTOLL |