am 6da76118: am eddd9fb0: Merge "kill HAVE_FORKEXEC"

* commit '6da761189057c48f2eb75ecd811e8da62a292e4b':
  kill HAVE_FORKEXEC
This commit is contained in:
Yabin Cui 2014-11-14 19:15:45 +00:00 committed by Android Git Automerger
commit b2340dea94
8 changed files with 0 additions and 68 deletions

View File

@ -41,14 +41,6 @@
*/
#define HAVE_PTHREADS
/*
* Process creation model. Choose one:
*
* HAVE_FORKEXEC - use fork() and exec()
* HAVE_WIN32_PROC - use CreateProcess()
*/
#define HAVE_FORKEXEC
/*
* Define this if you have <termio.h>
*/

View File

@ -41,14 +41,6 @@
*/
#define HAVE_PTHREADS
/*
* Process creation model. Choose one:
*
* HAVE_FORKEXEC - use fork() and exec()
* HAVE_WIN32_PROC - use CreateProcess()
*/
#define HAVE_FORKEXEC
/*
* Define this if you have <termio.h>
*/

View File

@ -41,14 +41,6 @@
*/
#define HAVE_PTHREADS
/*
* Process creation model. Choose one:
*
* HAVE_FORKEXEC - use fork() and exec()
* HAVE_WIN32_PROC - use CreateProcess()
*/
#define HAVE_FORKEXEC
/*
* Define this if you have <termio.h>
*/

View File

@ -41,14 +41,6 @@
*/
#define HAVE_PTHREADS
/*
* Process creation model. Choose one:
*
* HAVE_FORKEXEC - use fork() and exec()
* HAVE_WIN32_PROC - use CreateProcess()
*/
#define HAVE_FORKEXEC
/*
* Define this if you have <termio.h>
*/

View File

@ -41,14 +41,6 @@
*/
#define HAVE_PTHREADS
/*
* Process creation model. Choose one:
*
* HAVE_FORKEXEC - use fork() and exec()
* HAVE_WIN32_PROC - use CreateProcess()
*/
#define HAVE_FORKEXEC
/*
* Define this if you have <termio.h>
*/

View File

@ -41,14 +41,6 @@
*/
#define HAVE_PTHREADS
/*
* Process creation model. Choose one:
*
* HAVE_FORKEXEC - use fork() and exec()
* HAVE_WIN32_PROC - use CreateProcess()
*/
#define HAVE_FORKEXEC
/*
* Define this if you have <termio.h>
*/

View File

@ -27,14 +27,6 @@
*/
#define HAVE_PTHREADS
/*
* Process creation model. Choose one:
*
* HAVE_FORKEXEC - use fork() and exec()
* HAVE_WIN32_PROC - use CreateProcess()
*/
#define HAVE_FORKEXEC
/*
* Define this if you have <termio.h>
*/

View File

@ -63,18 +63,6 @@
*/
#define HAVE_WIN32_THREADS
/*
* Process creation model. Choose one:
*
* HAVE_FORKEXEC - use fork() and exec()
* HAVE_WIN32_PROC - use CreateProcess()
*/
#ifdef __CYGWIN__
# define HAVE_FORKEXEC
#else
# define HAVE_WIN32_PROC
#endif
/* TODO: replace references to this. */
#define HAVE_WIN32_IPC