diff options
Diffstat (limited to 'devel/cvs+ipv6/files/patch-lib-config.h.proto')
-rw-r--r-- | devel/cvs+ipv6/files/patch-lib-config.h.proto | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/cvs+ipv6/files/patch-lib-config.h.proto b/devel/cvs+ipv6/files/patch-lib-config.h.proto deleted file mode 100644 index 555c2783d4e6..000000000000 --- a/devel/cvs+ipv6/files/patch-lib-config.h.proto +++ /dev/null @@ -1,28 +0,0 @@ ---- 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 - |