summaryrefslogtreecommitdiff
path: root/gl/netdb.in.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-11 17:18:46 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-11 17:18:46 +0100
commita042388ec5a063ca7f6cfe9f2d2b0c6e6c21a90f (patch)
tree4a418deb292d9014568ae0c62273daa59a740755 /gl/netdb.in.h
parent4fd3f55c593a5108956d86dd9627756463890046 (diff)
downloadgnutls-a042388ec5a063ca7f6cfe9f2d2b0c6e6c21a90f.tar.gz
Update gnulib files.
Diffstat (limited to 'gl/netdb.in.h')
-rw-r--r--gl/netdb.in.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gl/netdb.in.h b/gl/netdb.in.h
index 66f4fc6921..523136224a 100644
--- a/gl/netdb.in.h
+++ b/gl/netdb.in.h
@@ -36,7 +36,7 @@
#ifndef _GL_NETDB_H
#define _GL_NETDB_H
-#if @HAVE_NETDB_H@ && HAVE_STRUCT_ADDRINFO
+#if @HAVE_NETDB_H@ && @HAVE_STRUCT_ADDRINFO@
/* Declarations for a platform that has <netdb.h>. */
@@ -50,7 +50,7 @@
#if @GNULIB_GETADDRINFO@
-# ifndef HAVE_STRUCT_ADDRINFO
+# if !@HAVE_STRUCT_ADDRINFO@
/* Structure to contain information about address of a service provider. */
struct addrinfo
@@ -139,7 +139,7 @@ struct addrinfo
# endif
# endif
-# if !HAVE_DECL_GETADDRINFO
+# if !@HAVE_DECL_GETADDRINFO@
/* Translate name of a service location and/or a service name to set of
socket addresses.
For more details, see the POSIX:2001 specification
@@ -150,21 +150,21 @@ extern int getaddrinfo (const char *restrict nodename,
struct addrinfo **restrict res);
# endif
-# if !HAVE_DECL_FREEADDRINFO
+# if !@HAVE_DECL_FREEADDRINFO@
/* Free `addrinfo' structure AI including associated storage.
For more details, see the POSIX:2001 specification
<http://www.opengroup.org/susv3xsh/getaddrinfo.html>. */
extern void freeaddrinfo (struct addrinfo *ai);
# endif
-# if !HAVE_DECL_GAI_STRERROR
+# if !@HAVE_DECL_GAI_STRERROR@
/* Convert error return from getaddrinfo() to a string.
For more details, see the POSIX:2001 specification
<http://www.opengroup.org/susv3xsh/gai_strerror.html>. */
extern const char *gai_strerror (int ecode);
# endif
-# if !HAVE_DECL_GETNAMEINFO
+# if !@HAVE_DECL_GETNAMEINFO@
/* Convert socket address to printable node and service names.
For more details, see the POSIX:2001 specification
<http://www.opengroup.org/susv3xsh/getnameinfo.html>. */