summaryrefslogtreecommitdiffstats
path: root/source3/include/dynconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* couple of PIDDIR merges I missedGerald Carter2002-05-091-0/+1
| | | | (This used to be commit 6aa31435388fdd1569884479e7e0b80714658fb6)
* Removed version number from file header.Tim Potter2002-01-301-1/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* Move all other paths into dynconfigMartin Pool2001-11-191-0/+3
| | | | (This used to be commit d51ef6bfa3d194b58c3ee7706a7d475ef042676d)
* dyn_LOCKDIR should be const because it's never modified directly --Martin Pool2001-11-191-1/+2
| | | | | | it's just copied in to the parameter table and optionally overridden there. (This used to be commit 988fe772a39e08dec738b045021cd6e06b4e59c8)
* LIBDIR and LOCKDIR are dynamically configured too.Martin Pool2001-11-191-0/+1
| | | | (This used to be commit 868999ad3c82ad72f11d5b3208b0e42b1ed95096)
* LMHOSTSFILE is now dynamically configured too.Martin Pool2001-11-191-1/+1
| | | | (This used to be commit a779710fff5fddcbf65a8ddc8e9169b586b85481)
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-0/+31
default, rather than in preprocessor macros. (This used to be commit 79ec88f0da40faebe1e587f1b3e87b5f2b184f58)