]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
import HEAD's socket.h to address, in part, ITS#2643
authorKurt Zeilenga <kurt@openldap.org>
Mon, 26 Jan 2004 20:55:31 +0000 (20:55 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 26 Jan 2004 20:55:31 +0000 (20:55 +0000)
include/ac/socket.h

index c0590c2e3d28e5a67309ba8a3c246130ea18be95..e0b7ec945d2a3033a9f08e600d13a7ad2cd29eb7 100644 (file)
@@ -1,14 +1,17 @@
 /* Generic socket.h */
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 1998-2004 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted only as authorized by the OpenLDAP
- * Public License.  A copy of this license is available at
- * http://www.OpenLDAP.org/license.html or in file LICENSE in the
- * top-level directory of the distribution.
+ * Public License.
+ *
+ * A copy of this license is available in file LICENSE in the
+ * top-level directory of the distribution or, alternatively, at
+ * <http://www.OpenLDAP.org/license.html>.
  */
 
 #ifndef _AC_SOCKET_H_
@@ -192,7 +195,7 @@ LDAP_F (int) ldap_pvt_inet_aton LDAP_P(( const char *, struct in_addr * ));
 #      define INET6_ADDRSTRLEN 46
 #endif
 
-#ifdef HAVE_GETADDRINFO
+#if defined( HAVE_GETADDRINFO ) || defined( HAVE_GETNAMEINFO )
 #      ifdef HAVE_GAI_STRERROR
 #              define AC_GAI_STRERROR(x)       (gai_strerror((x)))
 #      else