Define HAVE_POPEN.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 24 Dec 1995 22:45:58 +0000 (17:45 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 24 Dec 1995 22:45:58 +0000 (17:45 -0500)
From-SVN: r10855

gcc/config/sparc/xm-sparc.h

index 07b20cc56b7751c7ef7f1f894ed98cb9a749deae..afc44ae889d811ff6b15b3e621ffdae9363aa89b 100644 (file)
@@ -1,5 +1,5 @@
 /* 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).
 
 This file is part of GNU CC.
@@ -43,6 +43,8 @@ Boston, MA 02111-1307, USA.  */
 #define SUCCESS_EXIT_CODE 0
 #define FATAL_EXIT_CODE 33
 
+#define HAVE_POPEN
+
 /* If compiled with Sun CC, the use of alloca requires this #include.  */
 #ifndef __GNUC__
 #include "alloca.h"