Source file defining global variables for configuration paths. This
authorMartin Pool <mbp@samba.org>
Mon, 19 Nov 2001 02:24:05 +0000 (02:24 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 19 Nov 2001 02:24:05 +0000 (02:24 +0000)
commitf54c64babd31abf9f5bbf960316d4b9502b9477d
tree7a544ec74ec2df513c775f411501141ee0c5ef63
parent37edaeddce09193450b18b1b85aa41960cb39741
Source file defining global variables for configuration paths.  This
has two purposes:

 - If ./configure is re-run to configure Samba for a new set of path
   or prefix, then when Samba is re-built it really will use the new
   paths.

 - This is a step towards making sure all programs can be consistently
   told to use a different configuration file or prefix directory,
   which is required for testing.  Possibly not true at the moment.
source/dynconfig.c [new file with mode: 0644]