mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
actually make sqlite work again (tests passed because the writer
was not actually defined because of the define.)
This commit is contained in:
parent
2b8c2f2316
commit
6c99df508c
10 changed files with 179 additions and 98 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef USE_SQLITE
|
||||
|
||||
#include <string>
|
||||
#include <errno.h>
|
||||
#include <vector>
|
||||
|
@ -388,5 +386,3 @@ bool SQLite::DoRotate(const char* rotated_path, double open, double close, bool
|
|||
return true;
|
||||
}
|
||||
|
||||
#endif /* USE_SQLITE */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue