[ds6-devel] nc6/config ai_constants.m4,1.2,1.3 proto_inet6.m4,1.3,1.4
chris at deepspace6.net
chris at deepspace6.net
Sat Jan 4 16:25:49 CET 2003
Update of /cvs/nc6/config
Modified Files:
ai_constants.m4 proto_inet6.m4
Log Message:
%s/nc_cv_/ds6_cv_/g
Index: ai_constants.m4
===================================================================
RCS file: /cvs/nc6/config/ai_constants.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ai_constants.m4 1 Jan 2003 23:35:37 -0000 1.2
+++ ai_constants.m4 4 Jan 2003 15:25:47 -0000 1.3
@@ -1,6 +1,6 @@
AC_DEFUN([GETADDRINFO_AI_ADDRCONFIG],[
AC_CACHE_CHECK([if getaddrinfo supports AI_ADDRCONFIG],
- [nc_cv_gai_ai_addrconfig],[
+ [ds6_cv_gai_ai_addrconfig],[
AC_TRY_CPP([
#include <netdb.h>
@@ -8,13 +8,13 @@
#error Missing AI_ADDRCONFIG
#endif
],[
- nc_cv_gai_ai_addrconfig=yes
+ ds6_cv_gai_ai_addrconfig=yes
],[
- nc_cv_gai_ai_addrconfig=no
+ ds6_cv_gai_ai_addrconfig=no
])
])
- if test "X$nc_cv_gai_ai_addrconfig" = "Xyes"; then :
+ if test "X$ds6_cv_gai_ai_addrconfig" = "Xyes"; then :
$1
else :
$2
@@ -24,7 +24,7 @@
AC_DEFUN([GETADDRINFO_AI_ALL],[
- AC_CACHE_CHECK([if getaddrinfo supports AI_ALL],[nc_cv_gai_ai_all],[
+ AC_CACHE_CHECK([if getaddrinfo supports AI_ALL],[ds6_cv_gai_ai_all],[
AC_TRY_CPP([
#include <netdb.h>
@@ -32,13 +32,13 @@
#error Missing AI_ALL
#endif
],[
- nc_cv_gai_ai_all=yes
+ ds6_cv_gai_ai_all=yes
],[
- nc_cv_gai_ai_all=no
+ ds6_cv_gai_ai_all=no
])
])
- if test "X$nc_cv_gai_ai_all" = "Xyes"; then :
+ if test "X$ds6_cv_gai_ai_all" = "Xyes"; then :
$1
else :
$2
@@ -48,7 +48,7 @@
AC_DEFUN([GETADDRINFO_AI_V4MAPPED],[
- AC_CACHE_CHECK([if getaddrinfo supports AI_V4MAPPED],[nc_cv_gai_ai_v4mapped],[
+ AC_CACHE_CHECK([if getaddrinfo supports AI_V4MAPPED],[ds6_cv_gai_ai_v4mapped],[
AC_TRY_CPP([
#include <netdb.h>
@@ -56,13 +56,13 @@
#error Missing AI_V4MAPPED
#endif
],[
- nc_cv_gai_ai_v4mapped=yes
+ ds6_cv_gai_ai_v4mapped=yes
],[
- nc_cv_gai_ai_v4mapped=no
+ ds6_cv_gai_ai_v4mapped=no
])
])
- if test "X$nc_cv_gai_ai_v4mapped" = "Xyes"; then :
+ if test "X$ds6_cv_gai_ai_v4mapped" = "Xyes"; then :
$1
else :
$2
Index: proto_inet6.m4
===================================================================
RCS file: /cvs/nc6/config/proto_inet6.m4,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- proto_inet6.m4 1 Jan 2003 23:35:37 -0000 1.3
+++ proto_inet6.m4 4 Jan 2003 15:25:47 -0000 1.4
@@ -1,5 +1,5 @@
AC_DEFUN([PROTO_INET6],[
- AC_CACHE_CHECK([for INET6 protocol support], [nc_cv_proto_inet6],[
+ AC_CACHE_CHECK([for INET6 protocol support], [ds6_cv_proto_inet6],[
AC_TRY_CPP([
#include <sys/types.h>
#include <sys/socket.h>
@@ -11,13 +11,13 @@
#error Mlssing AF_INET6
#endif
],[
- nc_cv_proto_inet6=yes
+ ds6_cv_proto_inet6=yes
],[
- nc_cv_proto_inet6=no
+ ds6_cv_proto_inet6=no
])
])
- if test "X$nc_cv_proto_inet6" = "Xyes"; then :
+ if test "X$ds6_cv_proto_inet6" = "Xyes"; then :
$1
else :
$2
More information about the ds6-devel
mailing list