Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -1/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | Move all other paths into dynconfig | Martin Pool | 2001-11-19 | 1 | -0/+3 |
| | |||||
* | dyn_LOCKDIR should be const because it's never modified directly -- | Martin Pool | 2001-11-19 | 1 | -1/+2 |
| | | | | | it's just copied in to the parameter table and optionally overridden there. | ||||
* | LIBDIR and LOCKDIR are dynamically configured too. | Martin Pool | 2001-11-19 | 1 | -0/+1 |
| | |||||
* | LMHOSTSFILE is now dynamically configured too. | Martin Pool | 2001-11-19 | 1 | -1/+1 |
| | |||||
* | Store some path names in global variables initialized to configure | Martin Pool | 2001-11-19 | 1 | -0/+31 |
default, rather than in preprocessor macros. |