summaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-05 07:49:28 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-05 07:49:28 +0000
commit52bb0670c0d245e31203752693ee9e8bb24422b0 (patch)
treef8fbf1a34f0d69bd68df3ad35f7bc7e3143c890a /win32/Makefile
parent770bbf7fa6ce320a36c372f3f2c4e5c114f0c097 (diff)
downloadperl-52bb0670c0d245e31203752693ee9e8bb24422b0.tar.gz
make File::Glob::glob() the default for CORE::glob()
(old csh glob can still be had with -DPERL_EXTERNAL_GLOB) p4raw-id: //depot/perl@4649
Diffstat (limited to 'win32/Makefile')
-rw-r--r--win32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 3be8bee0ea..90244e2f5e 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -157,9 +157,9 @@ CCLIBDIR = $(CCHOME)\lib
#BUILDOPT = $(BUILDOPT) -DPERL_POLLUTE
#
-# enable this to test the File::Glob implementation of CORE::glob
+# enable this to disable the File::Glob implementation of CORE::glob
#
-#BUILDOPT = $(BUILDOPT) -DPERL_INTERNAL_GLOB
+#BUILDOPT = $(BUILDOPT) -DPERL_EXTERNAL_GLOB
# Enabling this runs a cloned toplevel interpreter (fails tests)
#BUILDOPT = $(BUILDOPT) -DTOP_CLONE