diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2014-01-05 05:55:48 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2014-01-05 05:55:48 +0000 |
commit | a92a43343af35dcf61b23ede9d5620082169a73e (patch) | |
tree | c3f9bdb095a1e28cd6f6777507e869e15fd6f478 /devel/cvs+ipv6/files/patch-lib-config.h.proto | |
parent | Update to 2.14.9. (diff) |
Sync with devel/cvs and apply latest IPv6 patch.
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, 28 insertions, 0 deletions
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 + |