+2002-09-12 H.J. Lu <hjl@lucon.org>
+
+ * support/nfs/svc_socket.c: Remove HAVE_SVCTCP_SOCKET and
+ HAVE_SVCUDP_SOCKET.
+
2002-09-12 H.J. Lu <hjl@lucon.org>
* configure.in: Remove checking svctcp_socket and svcudp_socket.
#ifdef _LIBC
# include <libintl.h>
#else
-# include "config.h"
# ifndef _
# define _(s) (s)
# endif
# define __close(f) close ((f))
#endif
-#if !defined HAVE_SVCTCP_SOCKET || !defined HAVE_SVCUDP_SOCKET
static int
svc_socket (u_long number, int type, int protocol, int reuse)
{
return sock;
}
-#endif
-#ifndef HAVE_SVCTCP_SOCKET
/*
* Create and bind a TCP socket based on program number
*/
{
return svc_socket (number, SOCK_STREAM, IPPROTO_TCP, reuse);
}
-#endif
-#ifndef HAVE_SVCUDP_SOCKET
/*
* Create and bind a UDP socket based on program number
*/
{
return svc_socket (number, SOCK_DGRAM, IPPROTO_UDP, reuse);
}
-#endif
#ifdef TEST
static int