Commit 98c276d1 98c276d195c57d716b1f00b0d860d3d75feaaacb by Sergey Poznyakoff

include <config.h>

1 parent a0f48f7c
......@@ -2,6 +2,10 @@
for those libc's that don't already have it. These variable are needed
by the argp_ functions. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef HAVE_PROGRAM_INVOCATION_NAME
char *program_invocation_short_name = 0;
char *program_invocation_name = 0;
......