diff options
Diffstat (limited to 'libquadmath/config.h.in')
-rw-r--r-- | libquadmath/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libquadmath/config.h.in b/libquadmath/config.h.in index 38e08c03366..ea3f10c2786 100644 --- a/libquadmath/config.h.in +++ b/libquadmath/config.h.in @@ -69,6 +69,9 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strtoull' function. */ +#undef HAVE_STRTOULL + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H |