Analysis workflow, see if defines are causing ctime changes.

This commit is contained in:
W.C.A. Wijngaards 2021-06-25 14:07:11 +02:00
parent 66e9317edc
commit e45e73768f

View file

@ -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