mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-30 19:39:34 -05:00
Analysis workflow, see if defines are causing ctime changes.
This commit is contained in:
parent
66e9317edc
commit
e45e73768f
1 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,9 @@
|
|||
#include "testcode/testpkts.h"
|
||||
#include "testcode/fake_event.h"
|
||||
#include "sldns/str2wire.h"
|
||||
#ifdef ctime_r
|
||||
#undef ctime_r
|
||||
#endif
|
||||
|
||||
/** max length of lines in file */
|
||||
#define MAX_LINE_LEN 10240
|
||||
|
|
|
|||
Loading…
Reference in a new issue