summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-25 12:27:09 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-25 12:27:09 +0000
commite520d4be5e30c7dcbabbed7438079dc5805a13a0 (patch)
tree47b8d9e798bed2cf7290e3eac266745bec1389e6 /source3/smbd
parent49871190206ea4fc693f4f346c09cf0c838df072 (diff)
downloadsamba-e520d4be5e30c7dcbabbed7438079dc5805a13a0.tar.gz
samba-e520d4be5e30c7dcbabbed7438079dc5805a13a0.tar.bz2
samba-e520d4be5e30c7dcbabbed7438079dc5805a13a0.zip
Print list of builtin modules in 'smbd -b'
(This used to be commit 3a2ed0da40c9709cdae061927f44a38f58e44df0)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/build_options.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/smbd/build_options.c b/source3/smbd/build_options.c
index bedfb5ef73..43335666a6 100644
--- a/source3/smbd/build_options.c
+++ b/source3/smbd/build_options.c
@@ -523,6 +523,9 @@ void build_options(BOOL screen)
output(screen," sizeof(uint32): %d\n",sizeof(uint32));
output(screen," sizeof(short): %d\n",sizeof(short));
output(screen," sizeof(void*): %d\n",sizeof(void*));
+
+ output(screen,"\nBuiltin modules:\n");
+ output(screen,"%s\n", STRING_STATIC_MODULES);
}