diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-04-08 16:07:58 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-04-08 16:07:58 +0300 |
commit | 4e51e58c2376e4f649db5118b137a77a71a0d8a7 (patch) | |
tree | 0c4cd314a2a556c6f56b20c2cf5a355a1ab1c82f /macros.in | |
parent | 4f6281c2bb1292e646276bea5aafc08cae886ceb (diff) | |
download | librpm-tizen-4e51e58c2376e4f649db5118b137a77a71a0d8a7.tar.gz librpm-tizen-4e51e58c2376e4f649db5118b137a77a71a0d8a7.tar.bz2 librpm-tizen-4e51e58c2376e4f649db5118b137a77a71a0d8a7.zip |
Eliminate "thread" BDB option
- this is not something that users should be tweaking
- its never been enabled, leave it that way for now
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -539,7 +539,6 @@ print (t)\ # cachesize=1Mb DBENV->set_cachesize, DB->set_cachesize #---------------------- DBENV->open and DB->open common bits: # create DB_CREATE -# thread ??? DB_THREAD (useless w/o posix mutexes on linux) #---------------------- DBENV->open bits: # joinenv DB_JOIN_ENV # cdb +++ DB_INIT_CDB |