defined.
* rltty.c (control_meta_key): Likewise.
* parens.c: If __GO32__ is defined, undefine FD_SET.
* signals.c: Include SIGWINCH handling in the set of things which
is not done if HANDLE_SIGNALS is not set.
* readline.c (readline_default_bindings): Don't compile if
__GO32__ is defined.
+ (_rl_set_screen_size): Likewise.
* rltty.c (rltty_set_default_bindings): Likewise.
+ (control_meta_key): Likewise.
* display.c: If __GO32__ is defined, include <sys/pc.h>.
+ * parens.c: If __GO32__ is defined, undefine FD_SET.
+ * signals.c: Include SIGWINCH handling in the set of things which
+ is not done if HANDLE_SIGNALS is not set.
Fri May 6 13:38:39 1994 Steve Chamberlain (sac@cygnus.com)