Lines 1-5
Link Here
|
1 |
--- lib/config.h.proto- 2014-01-05 14:36:51.665354819 +0900 |
1 |
--- ../cvs-build/lib/config.h.proto- 2014-01-05 14:36:51.665354819 +0900 |
2 |
+++ lib/config.h.proto 2014-01-05 14:38:44.557348262 +0900 |
2 |
+++ ../cvs-build/lib/config.h.proto 2014-01-05 14:38:44.557348262 +0900 |
3 |
@@ -168,6 +168,9 @@ |
3 |
@@ -168,6 +168,9 @@ |
4 |
/* Define to 1 if you have the `krb_get_err_text' function. */ |
4 |
/* Define to 1 if you have the `krb_get_err_text' function. */ |
5 |
/* #undef HAVE_KRB_GET_ERR_TEXT */ |
5 |
/* #undef HAVE_KRB_GET_ERR_TEXT */ |
Lines 10-16
Link Here
|
10 |
/* Define to 1 if you have the `krb' library (-lkrb). */ |
10 |
/* Define to 1 if you have the `krb' library (-lkrb). */ |
11 |
/* #undef HAVE_LIBKRB */ |
11 |
/* #undef HAVE_LIBKRB */ |
12 |
|
12 |
|
13 |
@@ -189,6 +192,15 @@ |
13 |
@@ -189,5 +192,11 @@ |
14 |
/* Define to 1 if you support file names longer than 14 characters. */ |
14 |
/* Define to 1 if you support file names longer than 14 characters. */ |
15 |
#define HAVE_LONG_FILE_NAMES 1 |
15 |
#define HAVE_LONG_FILE_NAMES 1 |
16 |
|
16 |
|
Lines 17-25
Link Here
|
17 |
+/* Define if you have the getaddrinfo function. */ |
17 |
+/* Define if you have the getaddrinfo function. */ |
18 |
+#define HAVE_GETADDRINFO |
18 |
+#define HAVE_GETADDRINFO |
19 |
+ |
19 |
+ |
20 |
+/* Define if you have the getgroups function. */ |
|
|
21 |
+#define HAVE_GETGROUPS |
22 |
+ |
23 |
+/* Define if you have the getnameinfo function. */ |
20 |
+/* Define if you have the getnameinfo function. */ |
24 |
+#define HAVE_GETNAMEINFO |
21 |
+#define HAVE_GETNAMEINFO |
25 |
+ |
22 |
+ |