Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
70f54114
...
70f541144be11e179b3bf67ccc37fba3c933b911
authored
2002-02-18 08:32:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Define rl_completion_matches for readline < 4.2
1 parent
2148cb11
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
acconfig.h
acconfig.h
View file @
70f5411
...
...
@@ -99,3 +99,8 @@
#else
# define MU_PATH_MAILDIR _PATH_MAILDIR "/"
#endif
/* Newer versions of readline have rl_completion_matches */
#ifndef HAVE_RL_COMPLETION_MATCHES
# define rl_completion_matches completion_matches
#endif
...
...
Please
register
or
sign in
to post a comment