OSDN Git Service

* configure.in: Check for sys/select.h, termios.h, sys/socket.h,
authorDJ Delorie <dj@delorie.com>
Fri, 14 Aug 2009 04:24:30 +0000 (04:24 +0000)
committerDJ Delorie <dj@delorie.com>
Fri, 14 Aug 2009 04:24:30 +0000 (04:24 +0000)
commitcaf5aafaa5dde02dedc24b18bf82be878fda61d6
treef1701ba282e76a012128b4d635c5a3432ef7f65a
parentf110b5c19bb171d4893376e6e4b731683f2fc31a
* configure.in: Check for sys/select.h, termios.h, sys/socket.h,
netinet/in.h, and netinet/tcp.h.
* configure: Regenerate.
* config.in: Add those headers.
* main.c: Check for them.
(setup_tcp_console): Disable if no networking.
(main): Note missing networking or termios.
* mem.c: Check for those headers.
(stdin_ready): Disable if no termios.
(m32c_sim_restore_console): Disable if no termios.
(mem_get_byte): Disable console input if no termios.
sim/m32c/ChangeLog
sim/m32c/config.in
sim/m32c/configure
sim/m32c/configure.in
sim/m32c/main.c
sim/m32c/mem.c