summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-16 22:29:11 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-16 22:29:11 +0000
commitbf0c440fce1b379160a009c06867702b38dd9366 (patch)
treefbd0c1092cd010a36b029b3a774694d934b76735 /config_h.SH
parentca6e1c26e8ac218f83b0cec7616cb26dab979947 (diff)
downloadperl-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.SH6
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.