diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-12-25 00:35:35 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-12-25 00:35:35 +0000 |
commit | 975c2886bae84e9364a5f906a856ccc41d5046d3 (patch) | |
tree | 651b863535258951c9f36fbce933a4199fe58f13 /readline/acconfig.h | |
parent | 35d6075ac268663c9fa2a811f2d4814d8c34957d (diff) | |
download | gdb-975c2886bae84e9364a5f906a856ccc41d5046d3.zip gdb-975c2886bae84e9364a5f906a856ccc41d5046d3.tar.gz gdb-975c2886bae84e9364a5f906a856ccc41d5046d3.tar.bz2 |
1998-12-24 Jason Molenda (jsm@bugshack.cygnus.com)
* Makefile.in: Add CYGNUS LOCAL comment.
* acconfig.h: Add missing defines.
* config.h.bot: Add missing content.
* configure, config.h.in: Regenerated.
config.h.in is a generated file, but the readline distribution
checked in could not regenerate this. This set of changes fixes
that.
Diffstat (limited to 'readline/acconfig.h')
-rw-r--r-- | readline/acconfig.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/readline/acconfig.h b/readline/acconfig.h index 4f42238..b41ac51 100644 --- a/readline/acconfig.h +++ b/readline/acconfig.h @@ -23,6 +23,32 @@ #undef HAVE_GETPW_DECLS +#undef FIONREAD_IN_SYS_IOCTL + +#undef HAVE_BSD_SIGNALS + +#undef HAVE_LSTAT + +#undef HAVE_POSIX_SIGNALS + +#undef HAVE_POSIX_SIGSETJMP + +#undef HAVE_USG_SIGHOLD + +#undef MUST_REINSTALL_SIGHANDLERS + +#undef SPEED_T_IN_SYS_TYPES + +#undef STRCOLL_BROKEN + +#undef STRUCT_DIRENT_HAS_D_FILENO + +#undef STRUCT_DIRENT_HAS_D_INO + +#undef STRUCT_WINSIZE_IN_SYS_IOCTL + +#undef STRUCT_WINSIZE_IN_TERMIOS + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: |