summaryrefslogtreecommitdiff
path: root/source3/smbd/build_options.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-04-24 11:43:02 +0000
committerAndrew Tridgell <tridge@samba.org>2002-04-24 11:43:02 +0000
commit193225dd424c72209b54d867fac64b7415cff529 (patch)
tree9b355b4e98b6b7ae0e003704f622d5a60573e6d8 /source3/smbd/build_options.c
parentee8dad7b3de45fe0525a2b3a0d734469cd508084 (diff)
downloadsamba-193225dd424c72209b54d867fac64b7415cff529.tar.gz
samba-193225dd424c72209b54d867fac64b7415cff529.tar.bz2
samba-193225dd424c72209b54d867fac64b7415cff529.zip
patch from Alexander Bokovoy needed for dlopen on bsd systems
(This used to be commit 38fd99e84176106ed700f637e9292d2a4c1385b4)
Diffstat (limited to 'source3/smbd/build_options.c')
-rw-r--r--source3/smbd/build_options.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/source3/smbd/build_options.c b/source3/smbd/build_options.c
index 1d18f534b1..2c33819fd6 100644
--- a/source3/smbd/build_options.c
+++ b/source3/smbd/build_options.c
@@ -220,8 +220,17 @@ void build_options(BOOL screen)
#ifdef HAVE_CUPS_LANGUAGE_H
output(screen," HAVE_CUPS_LANGUAGE_H\n");
#endif
-#ifdef HAVE_LIBDL
- output(screen," HAVE_LIBDL\n");
+#ifdef HAVE_DLOPEN
+ output(screen," HAVE_DLOPEN\n");
+#endif
+#ifdef HAVE_DLCLOSE
+ output(screen," HAVE_DLCLOSE\n");
+#endif
+#ifdef HAVE_DLSYM
+ output(screen," HAVE_DLSYM\n");
+#endif
+#ifdef HAVE_DLERROR
+ output(screen," HAVE_DLERROR\n");
#endif
#ifdef HAVE_UNIXSOCKET
output(screen," HAVE_UNIXSOCKET\n");