* configure.in: Check for sys/select.h, termios.h, sys/socket.h,
authorDJ Delorie <dj@redhat.com>
Fri, 14 Aug 2009 04:24:30 +0000 (04:24 +0000)
committerDJ Delorie <dj@redhat.com>
Fri, 14 Aug 2009 04:24:30 +0000 (04:24 +0000)
commit340cf1cfb699a8b49b8a93967a3ac5c23dd00453
treec6c9d6571ec7afca88c7c2fd07f51a0877fef243
parenta109e2f5583d186cb85203cf65900b6dd138993d
* 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
This page took 0.024431 seconds and 4 git commands to generate.