mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
e53d640ca4
Tested and confirmed by: Robert Muir <rmuir@looksharp.net>, Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp>, Masahide -mac- NODA <mac@clave.gr.jp> Approved by: jkh Reviewed by: imp
21 lines
688 B
Plaintext
21 lines
688 B
Plaintext
--- include/socks.h.orig Wed Aug 4 04:59:30 1999
|
|
+++ include/socks.h Mon Feb 21 14:44:03 2000
|
|
@@ -52,6 +52,9 @@
|
|
#ifdef HAVE_GETHOSTBYNAME2
|
|
extern struct hostent *LIBPREFIX(gethostbyname2) P((char *, int));
|
|
#endif
|
|
+extern int LIBPREFIX(getaddrinfo) P((const char *, const char *,
|
|
+ const struct addrinfo *,
|
|
+ struct addrinfo **));
|
|
#endif /* include prototypes */
|
|
|
|
#ifndef LIBPREFIX
|
|
@@ -93,6 +96,7 @@
|
|
#ifdef HAVE_GETHOSTBYNAME2
|
|
#define gethostbyname2 LIBPREFIX(gethostbyname2)
|
|
#endif
|
|
+#define getaddrinfo LIBPREFIX(getaddrinfo)
|
|
#define gethostbyname LIBPREFIX(gethostbyname)
|
|
#define rresvport LIBPREFIX(rresvport)
|
|
#define connect LIBPREFIX(connect)
|