diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-07-09 22:59:36 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-07-09 22:59:36 +0000 |
commit | f15f768ee56c5bab896d4d6bd88fd4ceacf3beeb (patch) | |
tree | c6c4baa9bc2bb0dd7e9b8954b366be7fa12ddc8c /gdb/config.in | |
parent | 902a713992fffa604d510dae0ba377981406f828 (diff) | |
download | gdb-f15f768ee56c5bab896d4d6bd88fd4ceacf3beeb.zip gdb-f15f768ee56c5bab896d4d6bd88fd4ceacf3beeb.tar.gz gdb-f15f768ee56c5bab896d4d6bd88fd4ceacf3beeb.tar.bz2 |
Define HAVE_SYS_PROC_H if sys/proc.h exists
* configure.in: Add check for sys/proc.h
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/config.in b/gdb/config.in index b669862..8c1c7bf 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader. */ +/* config.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if on AIX 3. System headers sometimes define this. @@ -367,6 +367,9 @@ /* Define if you have the <sys/poll.h> header file. */ #undef HAVE_SYS_POLL_H +/* Define if you have the <sys/proc.h> header file. */ +#undef HAVE_SYS_PROC_H + /* Define if you have the <sys/procfs.h> header file. */ #undef HAVE_SYS_PROCFS_H |