summaryrefslogtreecommitdiff
path: root/source3/dynconfig.c
AgeCommit message (Collapse)AuthorFilesLines
2003-01-17Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt ↵Jim McDonough1-1/+3
for instructions. (This used to be commit d51e12df78ff8fc721d693fedbd1c633f39edd49)
2002-11-05Remove DRIVERFILE constant. It was removed with the old win95Tim Potter1-4/+0
printer driver stuff. (This used to be commit cf6d2d9d9e2adbbb7a547784cb11d05ed624e410)
2002-05-09couple of PIDDIR merges I missedGerald Carter1-0/+1
(This used to be commit 6aa31435388fdd1569884479e7e0b80714658fb6)
2002-01-30Removed version number from file header.Tim Potter1-1/+1
Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
2001-11-19Move all other paths into dynconfigMartin Pool1-4/+13
(This used to be commit d51ef6bfa3d194b58c3ee7706a7d475ef042676d)
2001-11-19dyn_LOCKDIR should be const because it's never modified directly --Martin Pool1-1/+1
it's just copied in to the parameter table and optionally overridden there. (This used to be commit 988fe772a39e08dec738b045021cd6e06b4e59c8)
2001-11-19oopsum.Martin Pool1-1/+1
(This used to be commit 9b6667aa19c479fb27f557ca24129592bf94cbb7)
2001-11-19LIBDIR and LOCKDIR are dynamically configured too.Martin Pool1-0/+17
(This used to be commit 868999ad3c82ad72f11d5b3208b0e42b1ed95096)
2001-11-19LMHOSTSFILE is now dynamically configured too.Martin Pool1-0/+2
(This used to be commit a779710fff5fddcbf65a8ddc8e9169b586b85481)
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-1/+1
default, rather than in preprocessor macros. (This used to be commit 79ec88f0da40faebe1e587f1b3e87b5f2b184f58)
2001-11-19Source file defining global variables for configuration paths. ThisMartin Pool1-0/+45
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)