OSDN Git Service

* configure.in: Check for sys/select.h, termios.h, sys/socket.h,
authordj <dj>
Fri, 14 Aug 2009 04:24:30 +0000 (04:24 +0000)
committerdj <dj>
Fri, 14 Aug 2009 04:24:30 +0000 (04:24 +0000)
commitb60ac34fee67d5580f5b7220f43132ee8e98f1d1
tree90aef2f01ec141fd67df809a6acd7b1b5e02128f
parent1b94801d4c198342cc39960c13bb7dcfa6a350f6
* 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