]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/ChangeLog
pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining whether to include...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 2 Nov 1998 07:24:47 +0000 (07:24 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 2 Nov 1998 07:24:47 +0000 (07:24 +0000)
commitc5f7c4459e69cd56f51d92ad842a9652c94466e0
treeebeeac360aa9e74086435dd1b4b79b026f8ef459
parentc375c43b73df248b6c1b7c87608ba491600c3e0a
pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining whether to include config.h.

        * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
        whether to include config.h.  Possibly include unistd.h in the
        !IN_GCC case.  Define VFORK_STRING as a printable function call
        for error messages (either "vfork" or "fork".)  If HAVE_VFORK_H is
        defined, include vfork.h.  If VMS is defined, define vfork()
        appropriately.  Remove vfork check on USG, we're using autoconf.
        (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
        locally what string to use.

From-SVN: r23499
libiberty/ChangeLog
libiberty/pexecute.c