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
851a3597
...
851a3597810f37b0bf900c05684beb8fdbe010a7
authored
2002-12-24 10:19:15 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_conf_option): Added WITH_INCLUDED_LIBINTL.
1 parent
e0bbd2da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
mailbox/mu_argp.c
mailbox/mu_argp.c
View file @
851a359
...
...
@@ -304,7 +304,10 @@ static char *mu_conf_option[] = {
#endif
#ifdef ENABLE_SENDMAIL
"ENABLE_SENDMAIL"
,
#endif
#endif
#ifdef WITH_INCLUDED_LIBINTL
"WITH_INCLUDED_LIBINTL"
,
#endif
NULL
};
...
...
Please
register
or
sign in
to post a comment