Define HAVE_POPEN.
From-SVN: r10855
This commit is contained in:
parent
b69649e48d
commit
3620d72014
@ -1,5 +1,5 @@
|
|||||||
/* Configuration for GNU C-compiler for Sun Sparc.
|
/* Configuration for GNU C-compiler for Sun Sparc.
|
||||||
Copyright (C) 1988, 1993 Free Software Foundation, Inc.
|
Copyright (C) 1988, 1993, 1995 Free Software Foundation, Inc.
|
||||||
Contributed by Michael Tiemann (tiemann@cygnus.com).
|
Contributed by Michael Tiemann (tiemann@cygnus.com).
|
||||||
|
|
||||||
This file is part of GNU CC.
|
This file is part of GNU CC.
|
||||||
@ -43,6 +43,8 @@ Boston, MA 02111-1307, USA. */
|
|||||||
#define SUCCESS_EXIT_CODE 0
|
#define SUCCESS_EXIT_CODE 0
|
||||||
#define FATAL_EXIT_CODE 33
|
#define FATAL_EXIT_CODE 33
|
||||||
|
|
||||||
|
#define HAVE_POPEN
|
||||||
|
|
||||||
/* If compiled with Sun CC, the use of alloca requires this #include. */
|
/* If compiled with Sun CC, the use of alloca requires this #include. */
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#include "alloca.h"
|
#include "alloca.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user