include <config.h>
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -2,6 +2,10 @@ | ... | @@ -2,6 +2,10 @@ |
2 | for those libc's that don't already have it. These variable are needed | 2 | for those libc's that don't already have it. These variable are needed |
3 | by the argp_ functions. */ | 3 | by the argp_ functions. */ |
4 | 4 | ||
5 | #ifdef HAVE_CONFIG_H | ||
6 | # include <config.h> | ||
7 | #endif | ||
8 | |||
5 | #ifndef HAVE_PROGRAM_INVOCATION_NAME | 9 | #ifndef HAVE_PROGRAM_INVOCATION_NAME |
6 | char *program_invocation_short_name = 0; | 10 | char *program_invocation_short_name = 0; |
7 | char *program_invocation_name = 0; | 11 | char *program_invocation_name = 0; | ... | ... |
-
Please register or sign in to post a comment