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
a294d65a
...
a294d65ab2ed140d598643cb668799f57da09403
authored
2006-09-10 12:48:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Include argp-namefrob.h is no longer needed
1 parent
1491b258
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
4 deletions
config/mailutils-config.c
mh/mh.h
mh/mh_getopt.c
movemail/movemail.c
config/mailutils-config.c
View file @
a294d65
...
...
@@ -23,7 +23,6 @@
#include <mailutils/mailutils.h>
#include <mailutils/argp.h>
#include <mu_asprintf.h>
#include <argp-namefrob.h>
const
char
*
program_version
=
"mailutils-config ("
PACKAGE_STRING
")"
;
static
char
doc
[]
=
N_
(
"GNU mailutils-config -- Display compiler and loader options needed for building a program with mailutils"
);
...
...
mh/mh.h
View file @
a294d65
...
...
@@ -57,7 +57,6 @@
#include <mu_asprintf.h>
#include <mu_umaxtostr.h>
#include <getline.h>
#include <argp-namefrob.h>
/* Declarations of program_invocation_.*name */
#if !HAVE_DECL_STRCHRNUL
extern
char
*
strchrnul
(
const
char
*
s
,
int
c_in
);
...
...
mh/mh_getopt.c
View file @
a294d65
...
...
@@ -28,7 +28,6 @@
#include <string.h>
#include <mh_getopt.h>
#include <mu_asprintf.h>
#include <argp-namefrob.h>
/* Declarations of program_invocation_.*name */
static
int
mh_optind
=
1
;
static
char
*
mh_optarg
;
...
...
movemail/movemail.c
View file @
a294d65
...
...
@@ -25,7 +25,6 @@
#include <mailutils/mailutils.h>
#include <mailutils/tls.h>
#include <mu_asprintf.h>
#include <argp-namefrob.h>
const
char
*
program_version
=
"movemail ("
PACKAGE_STRING
")"
;
static
char
doc
[]
=
N_
(
"GNU movemail"
);
...
...
Please
register
or
sign in
to post a comment