2001-11-21 Stefan Jahn <stefan@lkcc.org>
authorStefan Jahn <stefan@lkcc.org>
Wed, 21 Nov 2001 07:59:53 +0000 (07:59 +0000)
committerStefan Jahn <stefan@lkcc.org>
Wed, 21 Nov 2001 07:59:53 +0000 (07:59 +0000)
commit6063dc1ddd76d0d4bc74f86faae9462d855ceff5
tree41e38b5acebf6f3068a6149e6a4c5935dc727d09
parent351982f656ad8b0e9754b368fb89e751ad226500
2001-11-21  Stefan Jahn  <stefan@lkcc.org>

        * win32-socket.c (getservent, setservent, endservent,
        getprotoent, setprotoent, endprotoent): New functions.
        Appropriate replacements for M$-Windows.

        * numbers.c (SIZE_MAX, PTRDIFF_MAX, PTRDIFF_MIN): Reintroduced
        these definitions for GUILE_DEBUG.

        * net_db.c: Include "win32-socket.h" if compiling with a native
        M$-Windows compiler.  Include some pieces of code (protoent and
        servent interface) protected by HAVE_* macros when using a
        native M$-Windows compiler.
libguile/ChangeLog
libguile/net_db.c
libguile/numbers.c
libguile/win32-socket.c
libguile/win32-socket.h