Commit a0f2f757 a0f2f757edee050bc8ab3ea0b83b4ee21e9d77f3 by Sergey Poznyakoff

Fix bug#126755: compilation on 64-bit machines

1 parent cfa1b43b
1 2002-02-18 Sergey Poznyakoff
2
3 * acconfig.h: Define rl_completion_matches for readline < 4.2
4 * configure.in: Check for rl_completion_matches being present.
5 * guimb/guimb.h: Include <string.h>.
6 * mail/mailline.c: Changed declaration of ml_command_generator().
7 (ml_command_completion): use rl_completion_matches(). Patch
8 provided by John R. Daily.
9
1 2002-02-18 Jeff Bailey <jbailey@outpost.dnsalias.org> 10 2002-02-18 Jeff Bailey <jbailey@outpost.dnsalias.org>
2 11
3 * mail.local/Makefile.am: Fix install_exec_hook so that 12 * mail.local/Makefile.am: Fix install_exec_hook so that
......