summaryrefslogtreecommitdiff
path: root/devel/cvs+ipv6/files/patch-lib-config.h.proto
blob: 555c2783d4e6ed3792204aad0ce12497b5394917 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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