summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-12-01 23:47:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-01 23:47:39 +0000
commit065ee5e7cbcdc9aa24de43adde491c8c4b75b18c (patch)
tree6c4e371516102515aaabac5da47540433b394b12 /config_h.SH
parent510c8d02ebaa9b180f33ea0895bf85ec8473792d (diff)
downloadperl-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.SH12
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.