summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-03-23 22:07:59 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-03-23 22:07:59 +0000
commit9ffcd8612a179e6a837df3e98019ae7fe24b4fa1 (patch)
treedcafddf02c4334012a4fcffeee5068685ff42b71 /config_h.SH
parent360aca433d51a01ddd748b8606c6c288bdb2f7fc (diff)
parent3bdc27670282422f0788ccddd9711ae6cfe9bcd1 (diff)
downloadperl-9ffcd8612a179e6a837df3e98019ae7fe24b4fa1.tar.gz
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@3131
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH16
1 files changed, 16 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index c0f032032b..ab0cb5318a 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -1056,6 +1056,22 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
*/
#$crosscompile CROSSCOMPILE /**/
+/* INTSIZE:
+ * This symbol contains the value of sizeof(int) so that the C
+ * preprocessor can make decisions based on it.
+ */
+/* LONGSIZE:
+ * This symbol contains the value of sizeof(long) so that the C
+ * preprocessor can make decisions based on it.
+ */
+/* SHORTSIZE:
+ * This symbol contains the value of sizeof(short) so that the C
+ * preprocessor can make decisions based on it.
+ */
+#define INTSIZE $intsize /**/
+#define LONGSIZE $longsize /**/
+#define SHORTSIZE $shortsize /**/
+
/* MULTIARCH:
* This symbol, if defined, signifies that the build
* process will produce some binary files that are going to be