1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Store some path names in global variables initialized to configure

default, rather than in preprocessor macros.
This commit is contained in:
Martin Pool
-
parent 91e07a7fdc
commit 79ec88f0da
41 changed files with 825 additions and 773 deletions

View File

@ -1379,7 +1379,7 @@ int main(int argc,char *argv[])
int argc_new = 0;
const char ** argv_new;
poptContext pc;
static char *servicesf = CONFIGFILE;
static char *servicesf = dyn_CONFIGFILE;
static char *target_workgroup = NULL;
static char *comment = "";
static char *user_name = NULL;