Displaying 2 results from an estimated 2 matches for "have_readlin".
Did you mean:
have_readlink
2001 Apr 07
1
samba on NetBSD - some patches
...dir)/script/uninstallscripts.sh $(INSTALLPERMS) $(BINDIR) $(SCRIPTS)
$NetBSD: patch-ac,v 1.5 2000/09/03 09:17:00 kei Exp $
--- acconfig.h.orig Tue Jul 11 02:37:45 2000
+++ acconfig.h Sun Sep 3 06:23:07 2000
@@ -80,7 +80,9 @@
#undef SIZEOF_INO_T
#undef SIZEOF_OFF_T
#undef STAT_STATVFS64
+#undef HAVE_READLINE
#undef HAVE_LIBREADLINE
+#undef HAVE_LIBEDIT
#undef HAVE_KERNEL_OPLOCKS
#undef HAVE_IRIX_SPECIFIC_CAPABILITIES
#undef HAVE_INT16_FROM_RPC_RPC_H
$NetBSD: patch-ad,v 1.3 2001/04/07 10:00:42 hubertf Exp $
--- client/client.c.orig Wed May 10 16:28:49 2000
+++ client/client.c
@@ -1165,7 +1165,7 @@...
1998 Jan 16
2
ESS-mode and X-emacs problem
...e -noreadline flag properly then my guess is that
the call to initialize the readline library (probably in
$RHOME/src/unix/system.c) is not being protected by an if statement
that checks for this flag.
Earlier I reported a problem in $RHOME/src/unix/system.c that some
ifdef's were checking for HAVE_READLINE_HISTORY_H but that variable
was not being defined by the autoconfigure script. I'm not sure if
that has been corrected yet.
When I was looking for those definitions I noticed the
autoconfiguration on the version I compiled for Debian Linux 2.0 does
not set HAVE_READLINE but that version on D...