OSDN Git Service

* pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Nov 1998 07:24:47 +0000 (07:24 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Nov 1998 07:24:47 +0000 (07:24 +0000)
commitf9a39df181c35fa9938e1d7f9dd839708b68ae52
treeebeeac360aa9e74086435dd1b4b79b026f8ef459
parent020ecb1b4f516fc98b51ed2b6fc43d16b660fb07
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23499 138bc75d-0d04-0410-961f-82ee72b054a4
libiberty/ChangeLog
libiberty/pexecute.c