summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-09-14 07:10:02 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-14 07:10:02 +0000
commitc107d83431c79cd44552510fc588f7b3767143f7 (patch)
tree2291363ae575593b78cebecec1e019ae8e32c235 /config_h.SH
parent3175b8cd8ec96d7c77f6069f95a412b71dd75d07 (diff)
downloadperl-c107d83431c79cd44552510fc588f7b3767143f7.tar.gz
I_PTHREAD was PTHREADEAD.
p4raw-id: //depot/cfgperl@4145
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index e38e455b85..c3fa9fc4dd 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2597,6 +2597,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
*/
#$i_machcthr I_MACH_CTHREADS /**/
+/* I_PTHREAD:
+ * This symbol, if defined, indicates to the C program that it should
+ * include <pthread.h>.
+ */
+#$i_pthread I_PTHREAD /**/
+
/* USE_THREADS:
* This symbol, if defined, indicates that Perl should
* be built to use threads.