diff options
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 948a156542..7aae94f05a 100755 --- a/config_h.SH +++ b/config_h.SH @@ -4849,6 +4849,14 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$uselongdouble USE_LONG_DOUBLE /**/ #endif +/* USE_QUADMATH: + * This symbol, if defined, indicates that the quadmath library should + * be used when available. + */ +#ifndef USE_QUADMATH +#$usequadmath USE_QUADMATH /**/ +#endif + /* USE_MORE_BITS: * This symbol, if defined, indicates that 64-bit interfaces and * long doubles should be used when available. |