p4raw-id: //depot/perl@4752
#
# This should normally be disabled. Enabling it causes perl to read scripts
# in text mode (which is the 5.005 behavior) and will break ByteLoader.
-#BUILDOPT = $(BUILDOPT) -DUSE_TEXTMODE_SCRIPTS
+#BUILDOPT = $(BUILDOPT) -DPERL_TEXTMODE_SCRIPTS
#
# This should normally be disabled. Enabling it runs a cloned toplevel
#
# This should normally be disabled. Enabling it causes perl to read scripts
# in text mode (which is the 5.005 behavior) and will break ByteLoader.
-#BUILDOPT += -DUSE_TEXTMODE_SCRIPTS
+#BUILDOPT += -DPERL_TEXTMODE_SCRIPTS
#
# This should normally be disabled. Enabling it runs a cloned toplevel
#define PERL_CORE
#endif
-#ifdef USE_TEXTMODE_SCRIPTS
+#ifdef PERL_TEXTMODE_SCRIPTS
# define PERL_SCRIPT_MODE "r"
#else
# define PERL_SCRIPT_MODE "rb"