diff options
author | Tim Potter <tpot@samba.org> | 2002-11-05 03:05:29 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-11-05 03:05:29 +0000 |
commit | cf6d2d9d9e2adbbb7a547784cb11d05ed624e410 (patch) | |
tree | eb6535fd63a86e5bf46955ac4031f45898db6249 /source/include | |
parent | 49a0ba46e6693bb819440d4ab40045afc4a7ae17 (diff) | |
download | samba-cf6d2d9d9e2adbbb7a547784cb11d05ed624e410.tar.gz samba-cf6d2d9d9e2adbbb7a547784cb11d05ed624e410.tar.xz samba-cf6d2d9d9e2adbbb7a547784cb11d05ed624e410.zip |
Remove DRIVERFILE constant. It was removed with the old win95
printer driver stuff.
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/dynconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/include/dynconfig.h b/source/include/dynconfig.h index f8b3bbb791d..fcc4c88b2b9 100644 --- a/source/include/dynconfig.h +++ b/source/include/dynconfig.h @@ -32,6 +32,5 @@ extern pstring dyn_LOGFILEBASE, dyn_LMHOSTSFILE; extern pstring dyn_LIBDIR; extern const pstring dyn_LOCKDIR; extern const pstring dyn_PIDDIR; -extern const pstring dyn_DRIVERFILE; extern const pstring dyn_SMB_PASSWD_FILE; extern const pstring dyn_PRIVATE_DIR; |