* support/include/nfslib.h (svctcp_socket): Protect it with
HAVE_SVCTCP_SOCKET.
(svcudp_socket): Protect it with HAVE_SVCUDP_SOCKET.
+2002-09-12 H.J. Lu <hjl@lucon.org>
+
+ * support/include/nfslib.h (svctcp_socket): Protect it with
+ HAVE_SVCTCP_SOCKET.
+ (svcudp_socket): Protect it with HAVE_SVCUDP_SOCKET.
+
2002-09-12 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "1.0.2".
/* lockd. */
int lockdsvc();
+#ifndef HAVE_SVCTCP_SOCKET
extern int svctcp_socket (u_long __number, int __reuse);
+#endif
+#ifndef HAVE_SVCUDP_SOCKET
extern int svcudp_socket (u_long __number, int __reuse);
+#endif
#endif /* NFSLIB_H */