diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-17 15:07:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-17 15:07:08 +0000 |
commit | 5c567d7dcdec6edbcc618895107f1912b0365bec (patch) | |
tree | 9215c0d81165c44d11a6a08d1eea8cbe714e5e62 /Porting/config_H | |
parent | e6e7e605dfd1c8f7e052b3078d809836c27a2fc0 (diff) | |
download | perl-5c567d7dcdec6edbcc618895107f1912b0365bec.tar.gz |
Regen Glossary et alia.
p4raw-id: //depot/perl@19250
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/Porting/config_H b/Porting/config_H index 9b9eb7601c..6cb3edac8b 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Tue Mar 18 09:54:47 EET 2003 + * Configuration time: Thu Apr 17 19:11:54 EET DST 2003 * Configured by : jhi * Target system : osf1 kosh.hut.fi v5.1 2650 alpha */ @@ -2282,6 +2282,12 @@ */ /*#define HAS__FWALK / **/ +/* HAS_AINTL: + * This symbol, if defined, indicates that the aintl routine is + * available. If copysignl is also present we can emulate modfl. + */ +/*#define HAS_AINTL / **/ + /* HAS_CLASS: * This symbol, if defined, indicates that the class routine is * available to classify doubles. Available for example in AIX. @@ -2306,6 +2312,12 @@ */ #define HAS_STRUCT_CMSGHDR /**/ +/* HAS_COPYSIGNL: + * This symbol, if defined, indicates that the copysignl routine is + * available. If aintl is also present we can emulate modfl. + */ +#define HAS_COPYSIGNL /**/ + /* HAS_DBMINIT_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the dbminit() function. Otherwise, it is up @@ -2527,6 +2539,12 @@ */ /*#define HAS_HASMNTOPT / **/ +/* HAS_ILOGBL: + * This symbol, if defined, indicates that the ilogbl routine is + * available. If scalbnl is also present we can emulate frexpl. + */ +#define HAS_ILOGBL /**/ + /* HAS_INT64_T: * This symbol will defined if the C compiler supports int64_t. * Usually the <inttypes.h> needs to be included, but sometimes @@ -2672,6 +2690,12 @@ */ #define HAS_SBRK_PROTO /**/ +/* HAS_SCALBNL: + * This symbol, if defined, indicates that the scalbnl routine is + * available. If ilogbl is also present we can emulate frexpl. + */ +#define HAS_SCALBNL /**/ + /* HAS_SENDMSG: * This symbol, if defined, indicates that the sendmsg routine is * available to send structured socket messages. |