r38: configure.in:
authoryoe <yoe>
Fri, 10 Oct 2003 12:45:21 +0000 (12:45 +0000)
committeryoe <yoe>
Fri, 10 Oct 2003 12:45:21 +0000 (12:45 +0000)
commitdd0de5beb2e585ea11e49e0014ae2bf95f8118bb
treef2b6ce611935f09cc048f0d271007139f553f925
parent4f4af2c062af0fe4f23c6a1bebba76738d27f76e
r38: configure.in:
* Added extra checks as suggested by autoscan
* Added --enable-lfs option, to avoid having to play with CFLAGS
config.h.in:
* Updated
nbd-server.c:
* Rectify type of mainloop::size_host, closing sf.net bugs #
  814435 and 817385
* Added socket option SO_KEEPALIVE, so that keepalive packages
  are being sent after "a while" (still two hours with the
  Linux kernel's default settings, but oh well). Closes sf.net
  bug # 819235.
* fclose() the PID file after writing to it, so that other
  processes can actually read our PID from that file. Makes it
  a bit useful, too.
cliserv.h:
* Support for --enable-lfs option.
cliserv.h
config.h.in
configure.in
nbd-server.c