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 d0ae5a2..a8a5636 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -264,6 +264,9 @@ /* Define if you have the <termios.h> header file. */ #undef HAVE_TERMIOS_H +/* Define if you have the <time.h> header file. */ +#undef HAVE_TIME_H + /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |