Skip to content
Snippets Groups Projects
Commit 83af2253 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Set DB_PRIVATE

parent b8569b2b
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,9 @@ int ldbm_initialize( void )
#endif
envFlags =
#if defined( DB_PRIVATE )
DB_PRIVATE |
#endif
#if defined( HAVE_BERKELEY_DB_THREAD )
DB_THREAD |
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment