From 74c1b268c657a9845250bfd8d30ead960b38771b Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 31 Jan 2001 02:08:23 +0000 Subject: Cleanup autoconfigury of vfork(). --- gdb/config.in | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'gdb/config.in') diff --git a/gdb/config.in b/gdb/config.in index f6f0031..402e9d0 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -29,12 +29,18 @@ /* Define if you have a working `mmap' system call. */ #undef HAVE_MMAP +/* Define if you have . */ +#undef HAVE_VFORK_H + /* Define as __inline if that's what the C compiler calls it. */ #undef inline /* Define to `long' if doesn't define. */ #undef off_t +/* Define to `int' if doesn't define. */ +#undef pid_t + /* Define if you need to in order for stat and other things to work. */ #undef _POSIX_SOURCE @@ -59,6 +65,9 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define vfork as fork if vfork does not work. */ +#undef vfork + /* Define if compiling on Solaris 7. */ #undef _MSE_INT_H @@ -225,9 +234,6 @@ /* Define if you have the strchr function. */ #undef HAVE_STRCHR -/* Define if you have the vfork function. */ -#undef HAVE_VFORK - /* Define if you have the header file. */ #undef HAVE_ARGZ_H -- cgit v1.1