summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-18 17:11:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-18 17:11:07 +0000
commitf78bfc9cd1f8635ff74b5498755525103ee2e6b3 (patch)
tree8f865719aa26ba91c95b051e13b26374815d5785 /vos
parent6d4f734c7dcb73e49cff15cfce4389390a27bda5 (diff)
downloadperl-f78bfc9cd1f8635ff74b5498755525103ee2e6b3.tar.gz
Configure nits: rewording from Sarathy (aka #5796),
and installation directories patch from Robin Barker. p4raw-id: //depot/cfgperl@5802
Diffstat (limited to 'vos')
-rw-r--r--vos/config.h2
-rwxr-xr-xvos/config_h.SH_orig7
2 files changed, 7 insertions, 2 deletions
diff --git a/vos/config.h b/vos/config.h
index 55bb25f66a..d325815f98 100644
--- a/vos/config.h
+++ b/vos/config.h
@@ -1129,7 +1129,7 @@
#define BIN_EXP "/system/ported/command_library" /**/
/* PERL_BINCOMPAT_5005:
- * This symbol, if defined, indicates that Perl 5.006 should be
+ * This symbol, if defined, indicates that this version of Perl should be
* binary-compatible with Perl 5.005. This is impossible for builds
* that use features like threads and multiplicity it is always $undef
* for those versions.
diff --git a/vos/config_h.SH_orig b/vos/config_h.SH_orig
index 299c931298..c0c5b8f217 100755
--- a/vos/config_h.SH_orig
+++ b/vos/config_h.SH_orig
@@ -1147,7 +1147,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
#define BIN_EXP "$binexp" /**/
/* PERL_BINCOMPAT_5005:
- * This symbol, if defined, indicates that Perl 5.006 should be
+ * This symbol, if defined, indicates that this version of Perl should be
* binary-compatible with Perl 5.005. This is impossible for builds
* that use features like threads and multiplicity it is always $undef
* for those versions.
@@ -2819,6 +2819,11 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
#define SITELIB_EXP "$sitelibexp" /**/
#define SITELIB_STEM "$sitelib_stem" /**/
+/* Size_t_size:
+ * This symbol holds the size of a Size_t in bytes.
+ */
+#define Size_t_size $sizesize /* */
+
/* Size_t:
* This symbol holds the type used to declare length parameters
* for string functions. It is usually size_t, but may be