summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-02 07:20:48 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-02 07:20:48 +0000
commit020ecb1b4f516fc98b51ed2b6fc43d16b660fb07 (patch)
tree0a6465ac8b45632cb3fe469d00fe1ffb939cbad7 /gcc/config.in
parentf8b7dbdb1e8fb247d747b488031595f52bb29f4a (diff)
downloadgcc-020ecb1b4f516fc98b51ed2b6fc43d16b660fb07.tar.gz
* configure.in: Call AC_FUNC_VFORK.
* collect2.c: Define VFORK_STRING as a printable string 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. (collect_execute): Pass VFORK_STRING to fatal_perror instead of checking locally what string to pass. (scan_prog_file): Likewise. (scan_libraries): Likewise. * gcc.c: Remove vfork check on USG, we're using autoconf. Besides, no calls to vfork/fork occur in this file. * protoize.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23498 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 05b300231b1..fd08dcfda7d 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -98,9 +98,15 @@
/* Define if you don't have vprintf but do have _doprnt. */
#undef HAVE_DOPRNT
+/* Define if you have <vfork.h>. */
+#undef HAVE_VFORK_H
+
/* Define if you have the vprintf function. */
#undef HAVE_VPRINTF
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef pid_t
+
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
@@ -110,6 +116,9 @@
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
+/* Define vfork as fork if vfork does not work. */
+#undef vfork
+
/* Define if you have the atoll function. */
#undef HAVE_ATOLL