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)
commitf4f65ea9a3c9c99871bb76381541b7f1703c60c8
tree899ea580069793db251842f44a6cf17f58414579
parent60906f657cb070929e96b4c81b8e24bae3a4ed61
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.
(This used to be commit f54c64babd31abf9f5bbf960316d4b9502b9477d)
source3/dynconfig.c [new file with mode: 0644]