diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-09-19 09:44:12 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-09-19 09:44:12 +0000 |
commit | 6794b58a8c5941ede29e07247bda911328cd7b20 (patch) | |
tree | c57ea30d76a3b5d3c08cde0785ce42a86e873439 /source3/include/.cvsignore | |
parent | ebe02a7e8743e413113562150f40e7db3d2d378c (diff) | |
download | samba-6794b58a8c5941ede29e07247bda911328cd7b20.tar.gz samba-6794b58a8c5941ede29e07247bda911328cd7b20.tar.xz samba-6794b58a8c5941ede29e07247bda911328cd7b20.zip |
Add the ability to display Samba's build options with smbd -b and as a level 4
DEBUG(). Also included are details like build date/time, location and
compiler.
This should get most of the options we set, except those that don't affect
smbd, like WITH_PAM_SMBPASSWD or WITH_WINBINDD.
This work due to Vance Lankhaar <vlankhaar@hotmail.com>
Some work needs to be done to make it only rebuild when needed (ie smbd being
rebuilt) but its in pretty good shape already.
Also fix up some printf() -> d_printf().
Andrew Bartlett
(This used to be commit beff1d2beaf4337dba6bfc372c5e09a43cfd791a)
Diffstat (limited to 'source3/include/.cvsignore')
-rw-r--r-- | source3/include/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/.cvsignore b/source3/include/.cvsignore index 1ecaa14b76a..b07cf4c2c43 100644 --- a/source3/include/.cvsignore +++ b/source3/include/.cvsignore @@ -1,3 +1,4 @@ +build_env.h config.h stamp-h proto.h |