diff options
author | Guido van Rossum <guido@python.org> | 1997-12-05 22:07:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-05 22:07:14 (GMT) |
commit | a34c31352b0d29177fb537c4cc37eb46e41f9359 (patch) | |
tree | 1a34126215a689460560d995e2a61a368df99e67 /PC/os2vacpp/config.h | |
parent | cee1dca4e7b870e0fc1a712b5a2691552b104475 (diff) | |
download | cpython-a34c31352b0d29177fb537c4cc37eb46e41f9359.zip cpython-a34c31352b0d29177fb537c4cc37eb46e41f9359.tar.gz cpython-a34c31352b0d29177fb537c4cc37eb46e41f9359.tar.bz2 |
New batch of patches by Jeff Rush; moved his readme.txt portion here.
Diffstat (limited to 'PC/os2vacpp/config.h')
-rw-r--r-- | PC/os2vacpp/config.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/PC/os2vacpp/config.h b/PC/os2vacpp/config.h index 19438f5..ad7626b 100644 --- a/PC/os2vacpp/config.h +++ b/PC/os2vacpp/config.h @@ -74,11 +74,6 @@ /* Configuration Options for Finding Modules */ #define PREFIX "" #define EXEC_PREFIX "" -//#define VPATH "." - -//#define PYTHONPATH PREFIX "/lib/python" VERSION DELIM \ -// PREFIX "/lib/python" VERSION "/test" DELIM \ -// EXEC_PREFIX "/lib/python" VERSION "/sharedmodules" /***************************************************/ /* 32-Bit IBM VisualAge C/C++ v3.0 for OS/2 */ @@ -91,7 +86,7 @@ #define PYCC_VACPP /* Define Indicator of C Compiler */ /* Platform Filesystem */ - #define PYTHONPATH ".;.\\lib;.\\lib\\plat-os2;.\\lib\\dos_8x3;.\\lib\\lib-tk" + #define PYTHONPATH ".;.\\lib;.\\lib\\plat-win;.\\lib\\dos-8x3;.\\lib\\lib-tk" #define DOSFILESYS /* OS/2 Uses the DOS File Naming Conventions */ /* #define IMPORT_8x3_NAMES */ @@ -483,7 +478,7 @@ /* #define WITH_READLINE 1 */ /* Define if you have clock. */ -/* #define HAVE_CLOCK */ +#define HAVE_CLOCK /* Define if you have ftime. */ #define HAVE_FTIME @@ -540,7 +535,7 @@ /* #undef HAVE_TCSETPGRP */ /* Define if you have times. */ -/* #undef HAVE_TIMES */ +#define HAVE_TIMES /* Define if you have uname. */ /* #undef HAVE_UNAME */ |