From c95b01a9b04837dbfc8986afbbccc4c7d2b4ebf8 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Mon, 19 Jul 1999 23:29:27 +0000 Subject: import gdb-1999-07-19 snapshot --- readline/acconfig.h | 2 +- readline/config.h.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/readline/acconfig.h b/readline/acconfig.h index b41ac51..577cf9c 100644 --- a/readline/acconfig.h +++ b/readline/acconfig.h @@ -17,7 +17,7 @@ /* Definitions pulled in from aclocal.m4. */ #undef VOID_SIGHANDLER -#undef TIOCGWINSZ_IN_SYS_IOCTL +#undef GWINSZ_IN_SYS_IOCTL #undef TIOCSTAT_IN_SYS_IOCTL diff --git a/readline/config.h.in b/readline/config.h.in index d7cf6cf..87f807f 100644 --- a/readline/config.h.in +++ b/readline/config.h.in @@ -22,6 +22,8 @@ /* Definitions pulled in from aclocal.m4. */ #undef VOID_SIGHANDLER +#undef GWINSZ_IN_SYS_IOCTL + #undef TIOCSTAT_IN_SYS_IOCTL #undef HAVE_GETPW_DECLS -- cgit v1.1