summaryrefslogtreecommitdiff
path: root/security/ssh/patches/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh/patches/patch-ar')
-rw-r--r--security/ssh/patches/patch-ar35
1 files changed, 0 insertions, 35 deletions
diff --git a/security/ssh/patches/patch-ar b/security/ssh/patches/patch-ar
deleted file mode 100644
index 57b7803f945..00000000000
--- a/security/ssh/patches/patch-ar
+++ /dev/null
@@ -1,35 +0,0 @@
-$NetBSD: patch-ar,v 1.2 2000/03/20 02:25:52 itojun Exp $
-
---- acconfig.h- Wed May 12 20:19:23 1999
-+++ acconfig.h Mon Mar 20 09:47:20 2000
-@@ -247,16 +247,23 @@
- /* Define this if your gettimeofday doesn't have TZ parameter */
- #undef HAVE_NO_TZ_IN_GETTIMEOFDAY
-
--/* Define this if you want to compile in Kerberos support. */
--#undef KERBEROS
--
- /* Define this if you want to compile in Kerberos V5 support.
-- KERBEROS must be compiled in as well. This can be done at configure
-- time with the --with-kerberos5 argument*/
-+ This can be done at configure time with the --with-krb5 argument. */
- #undef KRB5
-
--/* Define this if you want to pass the Kerberos TGT. */
--#undef KERBEROS_TGT_PASSING
-+/* Define this if you want to compile in Kerberos V4 support.
-+ This can be done at configure time with the --with-krb4 argument. */
-+#undef KRB4
-+
-+/* Define this if you what to build ssh with Hesiod support. */
-+#undef HESIOD
-+
-+/* Define this if you want to compile in AFS support.
-+ This can be done at configure time with the --with-afs argument. */
-+#undef AFS
-+
-+/* Define this if you have the AFS lifetime conversion routines. */
-+#undef HAVE_KRB_LIFE_TO_TIME
-
- /* Define this if you dont have SIGINFO as signal but some other macro */
- #undef HAVE_INCOMPATIBLE_SIGINFO