]> git.sur5r.net Git - openldap/commit - servers/ldapd/main.c
Rework ac/socket.h for HAVE_WINSOCK:
authorKurt Zeilenga <kurt@openldap.org>
Mon, 29 Mar 1999 05:15:59 +0000 (05:15 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 29 Mar 1999 05:15:59 +0000 (05:15 +0000)
commitff23537bcb84998aa03156c89ee597ca02e86866
treee41a8e7afc3c2833d41ba737d7554aa9b0f91d5f
parent30665cb19abc18c29707fa9746aae9800522bb51
Rework ac/socket.h for HAVE_WINSOCK:
  tcp_close -> closesocket
  ioctl -> ioctlsocket
Modify codes to use tcp_close() instead of close() for sockets.
Modify ioctl codes to be compatible with WINSOCK.
clients/gopher/go500.c
clients/gopher/go500gw.c
include/ac/socket.h
libraries/liblber/sockbuf.c
libraries/libldap/cldap.c
servers/ldapd/main.c
servers/slapd/daemon.c