Patch #730597: Disable POPEN for RTEMS.

This commit is contained in:
Martin v. Löwis 2003-09-20 11:20:30 +00:00
parent 70849f84a0
commit 212ede6cbf

View 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