]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/fake-rfc2553.h
Import of OpenSSH 3.7.1p2
[gssapi-openssh.git] / openssh / openbsd-compat / fake-rfc2553.h
index 1ebabf998392b83f16ad732e8e313d2d1a38955c..955986b50218d3f6bd81162e22f0d6bcf5101cb6 100644 (file)
@@ -137,7 +137,7 @@ int getaddrinfo(const char *, const char *,
     const struct addrinfo *, struct addrinfo **);
 #endif /* !HAVE_GETADDRINFO */
 
-#ifndef HAVE_GAI_STRERROR
+#if !defined(HAVE_GAI_STRERROR) && !defined(HAVE_CONST_GAI_STRERROR_PROTO)
 char *gai_strerror(int);
 #endif /* !HAVE_GAI_STRERROR */
 
This page took 0.031076 seconds and 4 git commands to generate.