Changes to compile under gnu-win32, from Marcus Daniels:
authorJim Blandy <jimb@red-bean.com>
Fri, 11 Jul 1997 05:43:36 +0000 (05:43 +0000)
committerJim Blandy <jimb@red-bean.com>
Fri, 11 Jul 1997 05:43:36 +0000 (05:43 +0000)
commit0e958795527d8014c6ec407d83d599ea88aef1eb
treee980d7de9b429703023c9f93ed5d0e71c9fb7963
parent4cd2a3e684ce6739a4fba408ca29af7597454e9e
Changes to compile under gnu-win32, from Marcus Daniels:
* stime.c (tzset): If tzset isn't provided, make it a NOP.
(scm_localtime): Change SCM_EOF to SCM_EOL.
(scm_mktime): Likewise.
* socket.c: Don't include sys/un.h unless autoconf tells
us Unix domain sockets are available.
(scm_fill_sockaddr): Ignore Unix domain code.
(scm_addr_vector): Likewise.
(scm_init_addr_buffer): Likewise.
(scm_socketpair): Don't include unless socketpair was
found during autoconf.
* simpos.c (SYSTNAME): Treat cygwin like Unix.
* scmsigs.c (scm_pause): Don't include unless pause was found
during autoconf.
* posix.c (scm_getgroups): Don't include unless support function
was found during autoconf (in this case, getgroups).
(scm_setpwent): For setpwent.
(scm_setegid): For setegid.
* net_db.c (scm_inet_netof): Don't include unless support
function was found during autoconf (in this case, inet_netof).
(scm_lnaof): For inet_lnaof.
(scm_inet_makeaddr): For inet_makeaddr.
(scm_getnet): For getnetent, getnetbyname, getnetbyaddr.
(scm_getproto): For getprotoent.
(scm_getserv): For getservent.
(scm_sethost): For sethostent, endhostent.
(scm_setnet): For setnetent, endnetent.
(scm_setproto): For setprotoent, endprotoent.
(scm_setserv): For setservent, endservent.
* scmconfig.h.in: Regenerated.
libguile/net_db.c
libguile/posix.c
libguile/scmconfig.h.in
libguile/scmsigs.c
libguile/simpos.c
libguile/socket.c
libguile/stime.c