22 October 2007: Wouter
- added donotquerylocalhost config option. Can be turned off for
out test cases.
+ - ISO C compat changes.
19 October 2007: Wouter
- added configure (and its files) to svn, so that the trunk is easier
r->total_large += ALIGNMENT+size;
*(char**)s = r->large_list;
r->large_list = (char*)s;
- return s+ALIGNMENT;
+ return (char*)s+ALIGNMENT;
}
/* create a new chunk */
if(a > r->available) {
#ifndef VALIDATOR_VAL_NSEC_H
#define VALIDATOR_VAL_NSEC_H
+#include "util/data/packed_rrset.h"
struct val_env;
struct module_env;
struct ub_packed_rrset_key;
-enum sec_status;
struct reply_info;
struct query_info;
struct key_entry_key;
#ifndef VALIDATOR_VAL_NSEC3_H
#define VALIDATOR_VAL_NSEC3_H
#include "util/rbtree.h"
+#include "util/data/packed_rrset.h"
struct val_env;
struct regional;
struct module_env;
struct ub_packed_rrset_key;
-enum sec_status;
struct reply_info;
struct query_info;
struct key_entry_key;
#ifndef VALIDATOR_VAL_SIGCRYPT_H
#define VALIDATOR_VAL_SIGCRYPT_H
+#include "util/data/packed_rrset.h"
struct val_env;
struct module_env;
struct ub_packed_rrset_key;
-enum sec_status;
struct rbtree_t;
struct regional;
#ifndef VALIDATOR_VAL_UTILS_H
#define VALIDATOR_VAL_UTILS_H
+#include "util/data/packed_rrset.h"
struct query_info;
struct reply_info;
struct val_env;
struct regional;
struct val_anchors;
struct rrset_cache;
-enum sec_status;
/**
* Response classifications for the validator. The different types of proofs.