summaryrefslogtreecommitdiffstats
path: root/source/include/dynconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt ↵Jim McDonough2003-01-171-0/+2
| | | | for instructions.
* Remove DRIVERFILE constant. It was removed with the old win95Tim Potter2002-11-051-1/+0
| | | | printer driver stuff.
* couple of PIDDIR merges I missedGerald Carter2002-05-091-0/+1
|
* Removed version number from file header.Tim Potter2002-01-301-1/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Move all other paths into dynconfigMartin Pool2001-11-191-0/+3
|
* 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.
* LIBDIR and LOCKDIR are dynamically configured too.Martin Pool2001-11-191-0/+1
|
* LMHOSTSFILE is now dynamically configured too.Martin Pool2001-11-191-1/+1
|
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-0/+31
default, rather than in preprocessor macros.