summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-11-20 17:40:31 +0100
committerChristian Heimes <christian@cheimes.de>2013-11-20 17:40:31 +0100
commit3df88882cda2b6fbcc286d96376b552bdf1000f9 (patch)
tree9560dcc9049c436a82d093bda028faceced4ee03 /PC/pyconfig.h
parent8d0c82c4988209ce1b3310f277a37e424eaca996 (diff)
downloadcpython-3df88882cda2b6fbcc286d96376b552bdf1000f9.tar.gz
Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 8b3d60f2f1..299527db7d 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