29 February 2008: Wouter
- documentation update.
+ - fixup port to Solaris of perf test tool.
28 February 2008: Wouter
- fixed memory leaks in libunbound (during cancellation and wait).
* This creates a snapshot that represents the data as this resolver saw it.
*/
-#include <signal.h>
#include "config.h"
+#include <signal.h>
#include "libunbound/unbound.h"
#ifdef HAVE_SYS_STAT_H
-#include "sys/stat.h"
+#include <sys/stat.h>
#endif
struct todo_item;
struct labdata;
* This program estimates DNS name server performance.
*/
-#include <signal.h>
#include "config.h"
+#include <signal.h>
#include "util/log.h"
#include "util/locks.h"
#include "util/net_help.h"
#else /* ! __cplusplus */
-#if __STDC__
+#ifdef __STDC__
#define YY_USE_CONST