Add optional declaration for __progname.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1511 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -295,4 +295,8 @@ extern int optind;
|
|||||||
extern int opterr;
|
extern int opterr;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef NEED___PROGNAME_DECLARATION
|
||||||
|
extern const char *__progname;
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __ROKEN_H__ */
|
#endif /* __ROKEN_H__ */
|
||||||
|
@@ -295,4 +295,8 @@ extern int optind;
|
|||||||
extern int opterr;
|
extern int opterr;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef NEED___PROGNAME_DECLARATION
|
||||||
|
extern const char *__progname;
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __ROKEN_H__ */
|
#endif /* __ROKEN_H__ */
|
||||||
|
Reference in New Issue
Block a user