diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-24 18:40:25 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-24 18:40:25 +0000 |
commit | c5f05a911e8d8ba7e1354bba36ffbd709c382a86 (patch) | |
tree | da922cb32a1ede4740b3fb99376d5e7e8608cdab /config_h.SH | |
parent | c847d1b7d133f1a3100b8da3ac64f0524d93ac41 (diff) | |
download | perl-c5f05a911e8d8ba7e1354bba36ffbd709c382a86.tar.gz |
Tidy up the 64-bit (and socklen_t) type probing.
p4raw-id: //depot/cfgperl@5243
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/config_h.SH b/config_h.SH index 4d679f27aa..cd14526e71 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1356,6 +1356,11 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_fd_set HAS_FD_SET /**/ +/* HAS_FPOS64_T: + * This symbol will be defined if the C compiler supports fpos64_t. + */ +#$d_fpos64_t HAS_FPOS64_T /**/ + /* HAS_STRUCT_FS_DATA: * This symbol, if defined, indicates that the struct fs_data * to do statfs() is supported. @@ -1720,6 +1725,11 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_msg HAS_MSG /**/ +/* HAS_OFF64_T: + * This symbol will be defined if the C compiler supports off64_t. + */ +#$d_off64_t HAS_OFF64_T /**/ + /* HAS_OPEN3: * This manifest constant lets the C program know that the three * argument form of open(2) is available. @@ -2443,15 +2453,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$installusrbinperl INSTALL_USR_BIN_PERL /**/ -/* HAS_OFF64_T: - * This symbol will be defined if the C compiler supports off64_t. - */ -/* HAS_FPOS64_T: - * This symbol will be defined if the C compiler supports fpos64_t. - */ -#$d_off64_t HAS_OFF64_T /**/ -#$d_fpos64_t HAS_FPOS64_T /**/ - /* PERL_PRIfldbl: * This symbol, if defined, contains the string used by stdio to * format long doubles (format 'f') for output. |