diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-12 19:06:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-12 19:06:17 +0000 |
commit | b0ce926a45891e83ffb4badae874161f93c0eb49 (patch) | |
tree | a2f2a862e5772fc9327bca76b1c071c1d42ccd7d /config_h.SH | |
parent | 48ea9154b5bf72f4cb5316d6cd8a1fc9b386ffea (diff) | |
download | perl-b0ce926a45891e83ffb4badae874161f93c0eb49.tar.gz |
Add Configure -Duselongdouble and add a missing semicolon.
p4raw-id: //depot/cfgperl@3969
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 41b4ccc841..f0643dadd3 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2589,6 +2589,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$use64bits USE_64_BITS /**/ +/* USE_LONG_DOUBLE: + * This symbol, if defined, indicates that long doubles should + * be used when available. + */ +#$uselongdouble USE_LONG_DOUBLE /**/ + /* MULTIPLICITY: * This symbol, if defined, indicates that Perl should * be built to use multiplicity. |