From a92a43343af35dcf61b23ede9d5620082169a73e Mon Sep 17 00:00:00 2001 From: Munechika SUMIKAWA Date: Sun, 5 Jan 2014 05:55:48 +0000 Subject: Sync with devel/cvs and apply latest IPv6 patch. --- devel/cvs+ipv6/files/patch-lib-config.h.proto | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 devel/cvs+ipv6/files/patch-lib-config.h.proto (limited to 'devel/cvs+ipv6/files/patch-lib-config.h.proto') diff --git a/devel/cvs+ipv6/files/patch-lib-config.h.proto b/devel/cvs+ipv6/files/patch-lib-config.h.proto new file mode 100644 index 000000000000..555c2783d4e6 --- /dev/null +++ b/devel/cvs+ipv6/files/patch-lib-config.h.proto @@ -0,0 +1,28 @@ +--- lib/config.h.proto- 2014-01-05 14:36:51.665354819 +0900 ++++ lib/config.h.proto 2014-01-05 14:38:44.557348262 +0900 +@@ -168,6 +168,9 @@ + /* Define to 1 if you have the `krb_get_err_text' function. */ + /* #undef HAVE_KRB_GET_ERR_TEXT */ + ++/* Define if IPv6 is supported. */ ++#define ENABLE_IPV6 ++ + /* Define to 1 if you have the `krb' library (-lkrb). */ + /* #undef HAVE_LIBKRB */ + +@@ -189,6 +192,15 @@ + /* Define to 1 if you support file names longer than 14 characters. */ + #define HAVE_LONG_FILE_NAMES 1 + ++/* Define if you have the getaddrinfo function. */ ++#define HAVE_GETADDRINFO ++ ++/* Define if you have the getgroups function. */ ++#define HAVE_GETGROUPS ++ ++/* Define if you have the getnameinfo function. */ ++#define HAVE_GETNAMEINFO ++ + /* Define if you have memchr (always for CVS). */ + #define HAVE_MEMCHR 1 + -- cgit v1.2.3