Include argp-namefrob.h is no longer needed
Showing
4 changed files
with
0 additions
and
4 deletions
... | @@ -23,7 +23,6 @@ | ... | @@ -23,7 +23,6 @@ |
23 | #include <mailutils/mailutils.h> | 23 | #include <mailutils/mailutils.h> |
24 | #include <mailutils/argp.h> | 24 | #include <mailutils/argp.h> |
25 | #include <mu_asprintf.h> | 25 | #include <mu_asprintf.h> |
26 | #include <argp-namefrob.h> | ||
27 | 26 | ||
28 | const char *program_version = "mailutils-config (" PACKAGE_STRING ")"; | 27 | const char *program_version = "mailutils-config (" PACKAGE_STRING ")"; |
29 | static char doc[] = N_("GNU mailutils-config -- Display compiler and loader options needed for building a program with mailutils"); | 28 | static char doc[] = N_("GNU mailutils-config -- Display compiler and loader options needed for building a program with mailutils"); | ... | ... |
... | @@ -57,7 +57,6 @@ | ... | @@ -57,7 +57,6 @@ |
57 | #include <mu_asprintf.h> | 57 | #include <mu_asprintf.h> |
58 | #include <mu_umaxtostr.h> | 58 | #include <mu_umaxtostr.h> |
59 | #include <getline.h> | 59 | #include <getline.h> |
60 | #include <argp-namefrob.h> /* Declarations of program_invocation_.*name */ | ||
61 | 60 | ||
62 | #if !HAVE_DECL_STRCHRNUL | 61 | #if !HAVE_DECL_STRCHRNUL |
63 | extern char *strchrnul (const char *s, int c_in); | 62 | extern char *strchrnul (const char *s, int c_in); | ... | ... |
... | @@ -28,7 +28,6 @@ | ... | @@ -28,7 +28,6 @@ |
28 | #include <string.h> | 28 | #include <string.h> |
29 | #include <mh_getopt.h> | 29 | #include <mh_getopt.h> |
30 | #include <mu_asprintf.h> | 30 | #include <mu_asprintf.h> |
31 | #include <argp-namefrob.h> /* Declarations of program_invocation_.*name */ | ||
32 | 31 | ||
33 | static int mh_optind = 1; | 32 | static int mh_optind = 1; |
34 | static char *mh_optarg; | 33 | static char *mh_optarg; | ... | ... |
... | @@ -25,7 +25,6 @@ | ... | @@ -25,7 +25,6 @@ |
25 | #include <mailutils/mailutils.h> | 25 | #include <mailutils/mailutils.h> |
26 | #include <mailutils/tls.h> | 26 | #include <mailutils/tls.h> |
27 | #include <mu_asprintf.h> | 27 | #include <mu_asprintf.h> |
28 | #include <argp-namefrob.h> | ||
29 | 28 | ||
30 | const char *program_version = "movemail (" PACKAGE_STRING ")"; | 29 | const char *program_version = "movemail (" PACKAGE_STRING ")"; |
31 | static char doc[] = N_("GNU movemail"); | 30 | static char doc[] = N_("GNU movemail"); | ... | ... |
-
Please register or sign in to post a comment