Global hostname and domainname
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@526 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -167,3 +167,5 @@ extern off_t restart_point;
|
||||
extern int NCMDS;
|
||||
|
||||
extern char username[32];
|
||||
extern char myhostname[];
|
||||
extern char *mydomain;
|
||||
|
@@ -69,3 +69,7 @@ struct macel macros[16];
|
||||
char macbuf[4096];
|
||||
|
||||
char username[32];
|
||||
|
||||
/* these are set in ruserpass */
|
||||
char myhostname[MaxHostNameLen];
|
||||
char *mydomain;
|
||||
|
Reference in New Issue
Block a user