]> granicus.if.org Git - python/commitdiff
Removed some OS/2 #defines (now in the OS/2 specific config.h).
authorGuido van Rossum <guido@python.org>
Mon, 28 Sep 1998 21:55:25 +0000 (21:55 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 28 Sep 1998 21:55:25 +0000 (21:55 +0000)
Patch by Jeff Rush.

Modules/posixmodule.c

index 8174890dd53813c59a6c5814a20d2ff0e05f17d1..e6143e5f9a700294b91137036a6ab26b9292d691 100644 (file)
@@ -75,21 +75,6 @@ corresponding Unix manual entries for more information on calls.";
 /* Various compilers have only certain posix functions */
 /* XXX Gosh I wish these were all moved into config.h */
 #if defined(PYCC_VACPP) && defined(PYOS_OS2)
-#define HAVE_EXECV      1
-#define HAVE_GETCWD     1
-#define HAVE_SYSTEM     1
-#define HAVE_WAIT       1
-#define HAVE_KILL       1
-#define HAVE_PIPE       1
-#define HAVE_POPEN      1
-
-/* #define HAVE_FORK       1 */
-/* #define HAVE_GETEGID    1 */
-/* #define HAVE_GETEUID    1 */
-/* #define HAVE_GETGID     1 */
-/* #define HAVE_GETPPID    1 */
-/* #define HAVE_GETUID     1 */
-/* #define HAVE_OPENDIR    1 */
 #include <process.h>
 #else
 #if defined(__WATCOMC__) && !defined(__QNX__)          /* Watcom compiler */