diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 5660f45..fb29b68 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -243,6 +243,9 @@ /* Define if you have the <sys/debugreg.h> header file. */ #undef HAVE_SYS_DEBUGREG_H +/* Define if you have the <sys/ioctl.h> header file. */ +#undef HAVE_SYS_IOCTL_H + /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H |