]> git.sur5r.net Git - openldap/commitdiff
Remove redefine on MSC
authorKurt Zeilenga <kurt@openldap.org>
Mon, 4 Sep 2000 02:16:40 +0000 (02:16 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 4 Sep 2000 02:16:40 +0000 (02:16 +0000)
include/ac/socket.h

index 8ab6dfe74e659570f0d5f754f1d996d54287267b..c7a1629490d0c62567bb5eb1943165772e42057e 100644 (file)
@@ -76,7 +76,6 @@
 #define sock_errstr(e) STRERROR(e)
 
 #ifdef HAVE_WINSOCK
-#      define tcp_close( s )           closesocket( s )
 #      define tcp_read( s, buf, len )  recv( s, buf, len, 0 )
 #      define tcp_write( s, buf, len ) send( s, buf, len, 0 )
 #      define ioctl( s, c, a )         ioctlsocket( (s), (c), (a) )