diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-04-24 11:43:02 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-04-24 11:43:02 +0000 |
commit | 193225dd424c72209b54d867fac64b7415cff529 (patch) | |
tree | 9b355b4e98b6b7ae0e003704f622d5a60573e6d8 /source3/acconfig.h | |
parent | ee8dad7b3de45fe0525a2b3a0d734469cd508084 (diff) | |
download | samba-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/acconfig.h')
-rw-r--r-- | source3/acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h index 00c14ca97b..9f395a9947 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -124,7 +124,10 @@ #undef USE_SETRESUID #undef USE_SETREUID #undef USE_SETUIDX -#undef HAVE_LIBDL +#undef HAVE_DLOPEN +#undef HAVE_DLCLOSE +#undef HAVE_DLSYM +#undef HAVE_DLERROR #undef SYSCONF_SC_NGROUPS_MAX #undef HAVE_UT_UT_NAME #undef HAVE_UT_UT_USER |