Bugzilla – Attachment 83 Details for
Bug 222
configure finds getnameinfo() but not getaddrinfo()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fake HAVE_GETADDRINFO when [on]getaddrinfo exists
foo (text/plain), 1.53 KB, created by
Damien Miller
on 2002-04-18 23:08:41 AEST
(
hide
)
Description:
Fake HAVE_GETADDRINFO when [on]getaddrinfo exists
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2002-04-18 23:08:41 AEST
Size:
1.53 KB
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /var/cvs/openssh/configure.ac,v >retrieving revision 1.46 >diff -u -r1.46 configure.ac >--- configure.ac 18 Apr 2002 04:19:15 -0000 1.46 >+++ configure.ac 18 Apr 2002 13:06:26 -0000 >@@ -534,9 +534,9 @@ > getaddrinfo getcwd getgrouplist getnameinfo getopt \ > getrlimit getrusage getttyent glob inet_aton inet_ntoa \ > inet_ntop innetgr login_getcapbool md5_crypt memmove \ >- mkdtemp mmap openpty readpassphrase realpath recvmsg \ >- rresvport_af sendmsg setdtablesize setegid setenv seteuid \ >- setlogin setproctitle setresgid setreuid setrlimit \ >+ mkdtemp mmap ngetaddrinfo openpty ogetaddrinfo readpassphrase \ >+ realpath recvmsg rresvport_af sendmsg setdtablesize setegid \ >+ setenv seteuid setlogin setproctitle setresgid setreuid setrlimit \ > setsid setvbuf sigaction sigvec snprintf socketpair strerror \ > strlcat strlcpy strmode strsep sysconf tcgetpgrp utimes \ > vhangup vsnprintf waitpid __b64_ntop _getpty) >Index: defines.h >=================================================================== >RCS file: /var/cvs/openssh/defines.h,v >retrieving revision 1.86 >diff -u -r1.86 defines.h >--- defines.h 12 Apr 2002 03:35:40 -0000 1.86 >+++ defines.h 18 Apr 2002 13:06:26 -0000 >@@ -415,6 +415,10 @@ > > /* Function replacement / compatibility hacks */ > >+#if !defined(HAVE_GETADDRINFO) && (defined(HAVE_OGETADDRINFO) || defined(HAVE_NGETADDRINFO)) >+# define HAVE_GETADDRINFO >+#endif >+ > #ifndef HAVE_GETOPT_OPTRESET > #define getopt(ac, av, o) BSDgetopt(ac, av, o) > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222
: 83