diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-01-31 02:08:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-01-31 02:08:23 +0000 |
commit | 74c1b268c657a9845250bfd8d30ead960b38771b (patch) | |
tree | 7296cb92c291bdf44263b51d6f75367c17fa1d3c /gdb/config.in | |
parent | 4fcf66da885273eeeea8e14b771d0e3ea20799d9 (diff) | |
download | gdb-74c1b268c657a9845250bfd8d30ead960b38771b.zip gdb-74c1b268c657a9845250bfd8d30ead960b38771b.tar.gz gdb-74c1b268c657a9845250bfd8d30ead960b38771b.tar.bz2 |
Cleanup autoconfigury of vfork().
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 12 |
1 files changed, 9 insertions, 3 deletions
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 <vfork.h>. */ +#undef HAVE_VFORK_H + /* Define as __inline if that's what the C compiler calls it. */ #undef inline /* Define to `long' if <sys/types.h> doesn't define. */ #undef off_t +/* Define to `int' if <sys/types.h> 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 <argz.h> header file. */ #undef HAVE_ARGZ_H |