diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2016-07-28 17:08:20 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2016-07-28 17:08:20 +0200 |
commit | 884c85deaef58603e3b39e659f541355647185a0 (patch) | |
tree | 686e098bc8f838db779ce02977a3abf64873f0b8 /uconfig.h | |
parent | ec2bccfd3800c851677f4f30f680a9734ee6552f (diff) | |
download | perl-884c85deaef58603e3b39e659f541355647185a0.tar.gz |
Follow-up from backporting work
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1907,6 +1907,7 @@ * LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_BE * LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LE_BE * LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BE_LE + * LONG_DOUBLE_IS_VAX_H_FLOAT * LONG_DOUBLE_IS_UNKNOWN_FORMAT * It is only defined if the system supports long doubles. */ @@ -3216,10 +3217,15 @@ * This symbol, if defined, indicates that the querylocale routine is * available to return the name of the locale for a category mask. */ +/* I_XLOCALE: + * This symbol, if defined, indicates to the C program that it should + * include <xlocale.h> to get uselocale() and its friends. + */ /*#define HAS_NEWLOCALE / **/ /*#define HAS_FREELOCALE / **/ /*#define HAS_USELOCALE / **/ /*#define HAS_QUERYLOCALE / **/ +# I_XLOCALE /**/ /* HAS_NEXTAFTER: * This symbol, if defined, indicates that the nextafter routine is @@ -5260,6 +5266,6 @@ #endif /* Generated from: - * 6ebf4d7bc0bc6e96ef5cba3f8321c118c457d80034521b13e3086ef8ee1c850d config_h.SH + * cfa085ebfb9eb05bf5e1ba22c5b95092f6706990ceaf36a22d1d69af4e9cc060 config_h.SH * 3b14c76342a834042da506e8c3b4269f7d545453079733cb740970ab9cc4294e uconfig.sh * ex: set ro: */ |