diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-08-31 01:14:27 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-08-31 01:14:27 +0000 |
commit | 104c1213b4821a4b8664e66db4643a951b461576 (patch) | |
tree | d77adb32fcf044a485e1d4e0bb58e9da0ce39671 /gdb/config.in | |
parent | fd485a97b145f7b8abe7c5f5ec63edd8268a4182 (diff) | |
download | binutils-104c1213b4821a4b8664e66db4643a951b461576.tar.gz binutils-104c1213b4821a4b8664e66db4643a951b461576.tar.bz2 binutils-104c1213b4821a4b8664e66db4643a951b461576.zip |
import gdb-1999-08-30 snapshot
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 d0ae5a23057..a8a56368f57 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 |