Commit 439c107f 439c107f897d17676a33c2605d3b3bce9de5627a by Sergey Poznyakoff

Added placeholders for PROGRAM_INVOCATION_NAME_DECLARED and

HAVE_PROGRAM_INVOCATION_NAME.
(@BOTTOM@): Provide external declarations for program_invocation_.*name
if necessary.
1 parent d5b8ee98
......@@ -80,6 +80,9 @@
#undef MU_CONF_MAILDIR
#undef PROGRAM_INVOCATION_NAME_DEFINED
#undef HAVE_PROGRAM_INVOCATION_NAME
@BOTTOM@
#ifdef HAVE_PATHS_H
......@@ -104,3 +107,8 @@
#ifndef HAVE_RL_COMPLETION_MATCHES
# define rl_completion_matches completion_matches
#endif
#ifndef PROGRAM_INVOCATION_NAME_DECLARED
extern char *program_invocation_short_name;
extern char *program_invocation_name;
#endif
......