mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
Patch #1516912: improve Modules support for OpenVMS.
This commit is contained in:
parent
4a5fbda66d
commit
2a30cd0ef0
9 changed files with 154 additions and 63 deletions
|
@ -97,19 +97,19 @@
|
|||
|
||||
|
||||
#ifndef VERSION
|
||||
#if defined(__VMS)
|
||||
#define VERSION "2_1"
|
||||
#else
|
||||
#define VERSION "2.1"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef VPATH
|
||||
#define VPATH "."
|
||||
#endif
|
||||
|
||||
#ifndef PREFIX
|
||||
#define PREFIX "/usr/local"
|
||||
# ifdef __VMS
|
||||
# define PREFIX ""
|
||||
# else
|
||||
# define PREFIX "/usr/local"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef EXEC_PREFIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue