summaryrefslogtreecommitdiff
path: root/win32/config_h.PL
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1997-11-30 20:10:04 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1997-11-30 20:10:04 +0000
commit35f6d23b91762791a69c184ed79960811010f963 (patch)
tree3b630f371c327da22d685b4d054f10fa185fc7b2 /win32/config_h.PL
parentd4cce5f1785350c29a181d4bbaaa3141c6fdbe1e (diff)
downloadperl-35f6d23b91762791a69c184ed79960811010f963.tar.gz
Disable hard-coded -DDEBUGGING
p4raw-id: //depot/ansiperl@339
Diffstat (limited to 'win32/config_h.PL')
-rw-r--r--win32/config_h.PL3
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/config_h.PL b/win32/config_h.PL
index 679ba99112..7f2869c945 100644
--- a/win32/config_h.PL
+++ b/win32/config_h.PL
@@ -54,9 +54,6 @@ while (<SH>)
print H;
}
print H "#include <win32.h>
-#ifndef DEBUGGING
-#define DEBUGGING
-#endif
";
close(H);
close(SH);