mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-01 03:09:28 -05:00
portability.
git-svn-id: file:///svn/unbound/trunk@1005 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
3e103c2983
commit
372b4a1c12
4 changed files with 5 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
|||
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).
|
||||
|
|
|
|||
|
|
@ -68,11 +68,11 @@
|
|||
* 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;
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@
|
|||
* 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"
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ typedef unsigned int flex_uint32_t;
|
|||
|
||||
#else /* ! __cplusplus */
|
||||
|
||||
#if __STDC__
|
||||
#ifdef __STDC__
|
||||
|
||||
#define YY_USE_CONST
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue