diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-16 22:29:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-16 22:29:11 +0000 |
commit | bf0c440fce1b379160a009c06867702b38dd9366 (patch) | |
tree | fbd0c1092cd010a36b029b3a774694d934b76735 /config_h.SH | |
parent | ca6e1c26e8ac218f83b0cec7616cb26dab979947 (diff) | |
download | perl-bf0c440fce1b379160a009c06867702b38dd9366.tar.gz |
HP-UX 64-bitness/largefile fixes.
p4raw-id: //depot/cfgperl@5119
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 17e4aa2837..9529129c3e 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2975,6 +2975,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #define PERL_XS_APIVERSION "$xs_apiversion" #define PERL_PM_APIVERSION "$pm_apiversion" +/* I_SYSMODE: + * This symbol, if defined, indicates that <sys/mode.h> exists and + * should be included. + */ +#$i_sysmode I_SYSMODE /**/ + /* I_SYS_UTSNAME: * This symbol, if defined, indicates that <sys/utsname.h> exists and * should be included. |