blob: 6310a63b6a9029eec98c76a2525ebcbe72a40e78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ao,v 1.1 2004/09/08 12:14:59 wiz Exp $
--- plpftp/ftp.cc.orig 2002-07-14 08:35:33.000000000 +0200
+++ plpftp/ftp.cc
@@ -1053,6 +1053,11 @@ session(rfsv & a, rpcs & r, int xargc, c
return a.getStatus();
}
+#ifdef RL_READLINE_VERSION
+#undef READLINE_VERSION
+#define READLINE_VERSION RL_READLINE_VERSION
+#endif
+
#if HAVE_LIBREADLINE
#if (READLINE_VERSION >= 402)
#define FUNCAST(f) f
|