diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index a3b3e51..a719fb0 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -109,3 +109,12 @@ /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H + +/* Define if you have the select function. */ +#undef HAVE_SELECT + +/* Define if you have the poll function. */ +#undef HAVE_POLL + +/* Define if you have HPUX threads */ +#undef HAVE_HPUX_THREAD_SUPPORT |