Commit 212ede6c authored by Martin v. Löwis's avatar Martin v. Löwis

Patch #730597: Disable POPEN for RTEMS.

parent 70849f84
...@@ -122,7 +122,9 @@ corresponding Unix manual entries for more information on calls."); ...@@ -122,7 +122,9 @@ corresponding Unix manual entries for more information on calls.");
#define HAVE_KILL 1 #define HAVE_KILL 1
#define HAVE_OPENDIR 1 #define HAVE_OPENDIR 1
#define HAVE_PIPE 1 #define HAVE_PIPE 1
#ifndef __rtems__
#define HAVE_POPEN 1 #define HAVE_POPEN 1
#endif
#define HAVE_SYSTEM 1 #define HAVE_SYSTEM 1
#define HAVE_WAIT 1 #define HAVE_WAIT 1
#define HAVE_TTYNAME 1 #define HAVE_TTYNAME 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment