summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-11-20 16:40:31 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-11-20 16:40:31 (GMT)
commit552e6c7284b9fd45707facee67b2105e858502f6 (patch)
tree1b14040ed88b3d8791aa72b18b2ce4f6b84a4bcc /PC
parentc4ab11050d3efa7dd409a96d006435d282d5815e (diff)
downloadcpython-552e6c7284b9fd45707facee67b2105e858502f6.zip
cpython-552e6c7284b9fd45707facee67b2105e858502f6.tar.gz
cpython-552e6c7284b9fd45707facee67b2105e858502f6.tar.bz2
Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
Diffstat (limited to 'PC')
-rw-r--r--PC/pyconfig.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 8b3d60f..299527d 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -74,8 +74,6 @@ WIN32 is still required for the locale module.
#define DONT_HAVE_SIG_PAUSE
#define LONG_BIT 32
#define WORD_BIT 32
-#define PREFIX ""
-#define EXEC_PREFIX ""
#define MS_WIN32 /* only support win32 and greater. */
#define MS_WINDOWS