diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-01 03:45:13 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-01 03:45:13 +0000 |
commit | 638eceb6656bf10acb1a6dc2a55880f5e1a6c8c4 (patch) | |
tree | 35c02afc07b97e44b7d4abdf0b4829f850a890a3 /win32/Makefile | |
parent | 7766f1371a6d2b58d0f46fbe6a60785860a39c1e (diff) | |
download | perl-638eceb6656bf10acb1a6dc2a55880f5e1a6c8c4.tar.gz |
minor USE_ITHREADS tweaks
p4raw-id: //depot/perl@4603
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index fe38d99dba..e03bb2dd1d 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -71,13 +71,13 @@ INST_ARCH = \$(ARCHNAME) # tests. This should be enabled to get the fork() emulation. Do not # enable unless you know what you're doing! # -USE_ITHREADS = define +#USE_ITHREADS = define # # uncomment to enable the implicit "host" layer for all system calls # made by perl. This is needed and auto-enabled by USE_OBJECT above. # -USE_IMP_SYS = define +#USE_IMP_SYS = define # # uncomment one of the following lines if you are using either |