diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-07-05 10:25:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-07-05 10:25:43 +0000 |
commit | 409a3f64ac594a93770f9b640941772787fa745c (patch) | |
tree | 42a7daabd74d6f6b7fc987cada81bdc08a0d2015 /gdb/config.in | |
parent | a5cb8284bfabd5fd447b6f08c92987538bf8d731 (diff) | |
download | binutils-409a3f64ac594a93770f9b640941772787fa745c.tar.gz binutils-409a3f64ac594a93770f9b640941772787fa745c.tar.bz2 binutils-409a3f64ac594a93770f9b640941772787fa745c.zip |
Check for <sys/poll.h>.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index b5f645d2052..b554a25d9eb 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -255,6 +255,9 @@ /* Define if you have the <objlist.h> header file. */ #undef HAVE_OBJLIST_H +/* Define if you have the <poll.h> header file. */ +#undef HAVE_POLL_H + /* Define if you have the <proc_service.h> header file. */ #undef HAVE_PROC_SERVICE_H @@ -291,6 +294,9 @@ /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H +/* Define if you have the <sys/poll.h> header file. */ +#undef HAVE_SYS_POLL_H + /* Define if you have the <sys/procfs.h> header file. */ #undef HAVE_SYS_PROCFS_H |