diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-22 10:51:18 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-19 09:26:45 -0400 |
commit | 4e5044f034f5b5d064c8d998817c4476bf4842a3 (patch) | |
tree | 9b95c364b63c0bce96c45b207917e5d4da906a43 /config_h.SH | |
parent | 688d9ed14d976fe7ce810427ec76afcdd23d4757 (diff) | |
download | perl-4e5044f034f5b5d064c8d998817c4476bf4842a3.tar.gz |
Configure for <quadmath.h>
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 1af5d4c254..948a156542 100755 --- a/config_h.SH +++ b/config_h.SH @@ -2882,6 +2882,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$d_pwgecos PWGECOS /**/ #$d_pwpasswd PWPASSWD /**/ +/* I_QUADMATH: + * This symbol, if defined, indicates to the C program that it should + * include <quadmath.h>. + */ +#$i_quadmath I_QUADMATH /**/ + /* I_SYS_ACCESS: * This symbol, if defined, indicates to the C program that it should * include <sys/access.h>. |