Displaying 1 result from an estimated 1 matches for "have_libkeyutil".
2005 Jul 26
1
Linux in-kernel keys support
....in 2005-05-25 14:26:09.000000000 +0200
+++ openssh-4.1p1-hacked/config.h.in 2005-07-25 23:18:17.000000000 +0200
@@ -694,6 +694,9 @@
/* Define to 1 if you have the <libgen.h> header file. */
#undef HAVE_LIBGEN_H
+/* Define to 1 if you have the `keyutil' library (-lkeyutil). */
+#undef HAVE_LIBKEYUTIL
+
/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL
diff -ubr -x configure openssh-4.1p1/configure.ac openssh-4.1p1-hacked/configure.ac
--- openssh-4.1p1/configure.ac 2005-04-24 09:52:23.000000000 +0200
+++ openssh-4.1p1-hacked/configure.ac 2005-07-25 23:15:32.0000...