]> granicus.if.org Git - python/commitdiff
Patch #730597: Disable POPEN for RTEMS.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 20 Sep 2003 11:20:30 +0000 (11:20 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 20 Sep 2003 11:20:30 +0000 (11:20 +0000)
Modules/posixmodule.c

index f5b15d9cfa20a394bada1c72babd62f91715cdf3..fa8215a468e018b1df518b32728c50bfb7d263f3 100644 (file)
@@ -122,7 +122,9 @@ corresponding Unix manual entries for more information on calls.");
 #define HAVE_KILL       1
 #define HAVE_OPENDIR    1
 #define HAVE_PIPE       1
+#ifndef __rtems__
 #define HAVE_POPEN      1
+#endif
 #define HAVE_SYSTEM    1
 #define HAVE_WAIT       1
 #define HAVE_TTYNAME   1