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:
Johan Danielsson
1997-03-30 09:56:19 +00:00
parent b218c58430
commit ca29d05fdd
2 changed files with 8 additions and 0 deletions

View File

@@ -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__ */

View File

@@ -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__ */