diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-01 23:47:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-01 23:47:39 +0000 |
commit | 065ee5e7cbcdc9aa24de43adde491c8c4b75b18c (patch) | |
tree | 6c4e371516102515aaabac5da47540433b394b12 /config_h.SH | |
parent | 510c8d02ebaa9b180f33ea0895bf85ec8473792d (diff) | |
download | perl-065ee5e7cbcdc9aa24de43adde491c8c4b75b18c.tar.gz |
Try to find stdchar also from <stdio_impl.h>.
p4raw-id: //depot/perl@7950
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config_h.SH b/config_h.SH index 6483ebecf9..bc1fc3f7d6 100644 --- a/config_h.SH +++ b/config_h.SH @@ -981,12 +981,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #define SH_PATH "$sh" /**/ -/* STDCHAR: - * This symbol is defined to be the type of char used in stdio.h. - * It has the values "unsigned char" or "char". - */ -#define STDCHAR $stdchar /**/ - /* CROSSCOMPILE: * This symbol, if defined, signifies that we our * build process is a cross-compilation. @@ -3211,6 +3205,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$d_setpgrp HAS_SETPGRP /**/ #$d_bsdsetpgrp USE_BSD_SETPGRP /**/ +/* STDCHAR: + * This symbol is defined to be the type of char used in stdio.h. + * It has the values "unsigned char" or "char". + */ +#define STDCHAR $stdchar /**/ + /* HAS__FWALK: * This symbol, if defined, indicates that the _fwalk system call is * available to apply a function to all the file handles. |