diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-10-23 15:43:15 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-10-23 15:43:15 +0000 |
commit | 13cfc98d5a4a8fc07717a2057090b559b1436169 (patch) | |
tree | 2d477425ccd3967bb4e250f31fffc86f373bc06d /config_h.SH | |
parent | 31acd473c0867b8adcdd631d32cf02f4d7399660 (diff) | |
download | perl-13cfc98d5a4a8fc07717a2057090b559b1436169.tar.gz |
Fix for RT#38169 & RT#38945
Configure won't handle versions 5.10.0 or 5.8.10.
p4raw-id: //depot/perl@29096
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 8c2dcabcc9..7693c03cc4 100644 --- a/config_h.SH +++ b/config_h.SH @@ -92,6 +92,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_chsize HAS_CHSIZE /**/ +/* HAS_CTERMID: + * This symbol, if defined, indicates that the ctermid routine is + * available to generate filename for terminal. + */ +#$d_ctermid HAS_CTERMID /**/ + /* HAS_CUSERID: * This symbol, if defined, indicates that the cuserid routine is * available to get character login names. @@ -691,6 +697,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$i_float I_FLOAT /**/ +/* I_GDBM: + * This symbol, if defined, indicates that <gdbm.h> exists and should + * be included. + */ +#$i_gdbm I_GDBM /**/ + /* I_LIMITS: * This symbol, if defined, indicates to the C program that it should * include <limits.h> to get definition of symbols like WORD_BIT or |