diff options
author | Jim McDonough <jmcd@samba.org> | 2003-02-14 00:48:28 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2003-02-14 00:48:28 +0000 |
commit | 49d3f7bc81d3ce96513128f3e504ae1228e53d68 (patch) | |
tree | 3dcf850272d78fef0d576a941bb0ac08d1ff5c01 /source3/include | |
parent | 3807a1dadf1905567d70a7dd2b6344b884cf0ef7 (diff) | |
download | samba-49d3f7bc81d3ce96513128f3e504ae1228e53d68.tar.gz samba-49d3f7bc81d3ce96513128f3e504ae1228e53d68.tar.bz2 samba-49d3f7bc81d3ce96513128f3e504ae1228e53d68.zip |
merge from HEAD - enable dynamic RPC modules
(This used to be commit d9c485b01017594d113502f9de2248d6c120cfa3)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/dynconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h index fcc4c88b2b..ce256f0613 100644 --- a/source3/include/dynconfig.h +++ b/source3/include/dynconfig.h @@ -1,6 +1,7 @@ /* Unix SMB/CIFS implementation. Copyright (C) 2001 by Martin Pool <mbp@samba.org> + Copyright (C) 2003 by Anthony Liguori <aliguor@us.ibm.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,6 +31,7 @@ extern char const *dyn_SBINDIR, extern pstring dyn_CONFIGFILE; extern pstring dyn_LOGFILEBASE, dyn_LMHOSTSFILE; extern pstring dyn_LIBDIR; +extern const fstring dyn_SHLIBEXT; extern const pstring dyn_LOCKDIR; extern const pstring dyn_PIDDIR; extern const pstring dyn_SMB_PASSWD_FILE; |