diff options
Diffstat (limited to 'source4/param/loadparm.h')
-rw-r--r-- | source4/param/loadparm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/param/loadparm.h b/source4/param/loadparm.h index 842e1ce437..cd3c0b9595 100644 --- a/source4/param/loadparm.h +++ b/source4/param/loadparm.h @@ -59,6 +59,9 @@ struct parm_struct { } def; }; + + + #define FLAG_DEFAULT 0x0001 /* this option was a default */ #define FLAG_CMDLINE 0x0002 /* this option was set from the command line */ |