diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2016-03-19 15:58:17 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2016-03-19 15:58:17 +0100 |
commit | 0f2b45c74307980ff2b0d608d505ccbe87840a2f (patch) | |
tree | c507b4f0d8d8d25a219406d8ce0c59c76b21174f | |
parent | ecb44b8e4ad52d8bce387644ab509c645da2e98f (diff) | |
download | perl-0f2b45c74307980ff2b0d608d505ccbe87840a2f.tar.gz |
regen
-rw-r--r-- | configure.com | 3 | ||||
-rw-r--r-- | uconfig.h | 21 |
2 files changed, 22 insertions, 2 deletions
diff --git a/configure.com b/configure.com index ed858289ac..0128c64385 100644 --- a/configure.com +++ b/configure.com @@ -6866,6 +6866,7 @@ $ WC "d_endnetent_r='undef'" $ WC "d_endprotoent_r='undef'" $ WC "d_endpwent_r='undef'" $ WC "d_endservent_r='undef'" +$ WC "d_freelocale='undef'" $ WC "d_getgrent_r='undef'" $ WC "d_getgrgid_r='" + d_getgrgid_r + "'" $ WC "d_getgrnam_r='" + d_getgrnam_r + "'" @@ -6890,6 +6891,7 @@ $ WC "d_gmtime_r='undef'" ! leave undef'd; we use my_gmtime $ WC "d_lgamma_r='undef'" $ WC "d_localtime_r='undef'" ! leave undef'd; we use my_localtime $ WC "d_localtime_r_needs_tzset='undef'" +$ WC "d_newlocale='undef'" $ WC "d_random_r='undef'" $ WC "d_readdir_r='define'" ! always defined; we roll our own $ WC "d_readdir64_r='undef'" @@ -6906,6 +6908,7 @@ $ WC "d_srandom_r='undef'" $ WC "d_strerror_r='undef'" $ WC "d_tmpnam_r='undef'" $ WC "d_ttyname_r='" + d_ttyname_r + "'" +$ WC "d_uselocale='undef'" $ WC "ctermid_r_proto='0'" $ WC "crypt_r_proto='0'" $ WC "drand48_r_proto='0'" @@ -4115,6 +4115,23 @@ */ /*#define HAS_NEARBYINT / **/ +/* HAS_NEWLOCALE: + * This symbol, if defined, indicates that the newlocale routine is + * available to return a new locale object or modify an existing + * locale object. + */ +/* HAS_FREELOCALE: + * This symbol, if defined, indicates that the freelocale routine is + * available to deallocates the resources associated with a locale object. + */ +/* HAS_USELOCALE: + * This symbol, if defined, indicates that the uselocale routine is + * available to set the current locale for the calling thread. + */ +/*#define HAS_NEWLOCALE / **/ +/*#define HAS_FREELOCALE / **/ +/*#define HAS_USELOCALE / **/ + /* HAS_NEXTAFTER: * This symbol, if defined, indicates that the nextafter routine is * available to return the next machine representable double from @@ -5224,6 +5241,6 @@ #endif /* Generated from: - * 0459b706f70bb18d7481b187553e0719406d2c7d5c354c3a309332dfd8e66197 config_h.SH - * 9382cd0e3b112993f14cfefe78ebe24b4b09df9d9dd199226ca7ba5e6b90f21a uconfig.sh + * 01a33ec4d20289fa524203757339606daef1a014ff6b693d38234495023ac9e7 config_h.SH + * d2f05caf5dc56031d3338c8f42e9e317ae1e53faa7b51285d0d6ebc343f8a333 uconfig.sh * ex: set ro: */ |