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
47a5ab6b
...
47a5ab6b6717268111d098234be652fb1f63b131
authored
2002-09-12 11:07:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Conditionally include gnu/argp.h
1 parent
de63e9ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
include/mailutils/argp.h
include/mailutils/argp.h
View file @
47a5ab6
...
...
@@ -20,7 +20,11 @@
#include <mailutils/types.h>
#include <argp.h>
#ifdef HAVE_ARGP_H
# include <argp.h>
#else
# include <mailutils/gnu/argp.h>
#endif
#define MODE_INTERACTIVE 0
#define MODE_DAEMON 1
...
...
Please
register
or
sign in
to post a comment