mirror of
https://github.com/samba-team/samba.git
synced 2025-11-09 20:23:51 +03:00
called from multiple backends. (ldb_sqlite3 needs it too.) Added parameter for a callback function that determines whether an attribute needs case folding. - begin to prepare for sqlite3 in build process - work-in-progress updates, on ldb_sqlite3
15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
SMB_MODULE_DEFAULT(libldb_ldap,NOT)
|
|
if test x"$with_ldap_support" = x"yes"; then
|
|
SMB_MODULE_DEFAULT(libldb_ldap,STATIC)
|
|
fi
|
|
|
|
SMB_MODULE_DEFAULT(libldb_sqlite3,NOT)
|
|
if test x"$with_sqlite3_support" = x"yes"; then
|
|
SMB_MODULE_DEFAULT(libldb_sqlite3,STATIC)
|
|
fi
|
|
|
|
SMB_LIBRARY_ENABLE(libldb,NO)
|
|
if test x"$experimental" = x"yes"; then
|
|
SMB_LIBRARY_ENABLE(libldb,YES)
|
|
fi
|