1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Tim Potter
cf6d2d9d9e Remove DRIVERFILE constant. It was removed with the old win95
printer driver stuff.
0001-01-01 00:00:00 +00:00
Gerald Carter
6aa3143538 couple of PIDDIR merges I missed 0001-01-01 00:00:00 +00:00
Tim Potter
6a58c9bd06 Removed version number from file header.
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
0001-01-01 00:00:00 +00:00
Martin Pool
d51ef6bfa3 Move all other paths into dynconfig 0001-01-01 00:00:00 +00:00
Martin Pool
988fe772a3 dyn_LOCKDIR should be const because it's never modified directly --
it's just copied in to the parameter table and optionally overridden
there.
0001-01-01 00:00:00 +00:00
Martin Pool
9b6667aa19 oopsum. 0001-01-01 00:00:00 +00:00
Martin Pool
868999ad3c LIBDIR and LOCKDIR are dynamically configured too. 0001-01-01 00:00:00 +00:00
Martin Pool
a779710fff LMHOSTSFILE is now dynamically configured too. 0001-01-01 00:00:00 +00:00
Martin Pool
79ec88f0da Store some path names in global variables initialized to configure
default, rather than in preprocessor macros.
0001-01-01 00:00:00 +00:00
Martin Pool
f54c64babd 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.
0001-01-01 00:00:00 +00:00