diff options
author | Artur Bergman <sky@nanisky.com> | 2001-08-30 10:08:02 +0000 |
---|---|---|
committer | Artur Bergman <sky@nanisky.com> | 2001-08-30 10:08:02 +0000 |
commit | 78b336e7acf9e587acd89d2b2c6eea6fce5ab29c (patch) | |
tree | 405aa65a42f155dc4209577df97c27fc325244e7 /config_h.SH | |
parent | 1cc8b4c566f7901a54e4b576f09608beb4c81f86 (diff) | |
download | perl-78b336e7acf9e587acd89d2b2c6eea6fce5ab29c.tar.gz |
Due to braindamaged makedef.pl change 11758 broke makedef.pl
p4raw-id: //depot/perl@11791
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config_h.SH b/config_h.SH index 1668589fc7..9290b75684 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3368,8 +3368,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$use5005threads USE_5005THREADS /**/ #$useithreads USE_ITHREADS /**/ #if defined(USE_5005THREADS) && !defined(USE_ITHREADS) -#define USE_5005THREADS /* until src is revised*/ -#define USE_THREADS /* backward compatability */ +#define USE_THREADS /* until src is revised*/ #endif #$d_oldpthreads OLD_PTHREADS_API /**/ #$usereentrant USE_REENTRANT_API /**/ |