summaryrefslogtreecommitdiff
path: root/regress/hcommon.c.m4
diff options
context:
space:
mode:
authorian <ian>2000-09-16 17:35:01 +0000
committerian <ian>2000-09-16 17:35:01 +0000
commit0ebff22d9b5832b18444f7c680ca71e24fc3734e (patch)
treef4358c7572b6ed7c8243711ff8269ed3dcbd2afa /regress/hcommon.c.m4
parent5a0be2445e09e1d0fc6ae995b6c0296bc28e657d (diff)
+ General Improvements:
@@ -3,6 +3,11 @@ Bugfixes: * Actually compile shared libraries by default ! + General Improvements: + * adnshost has --config option for overriding configuration. + * Regression tests now include `adnshost' invocations. + * Test cancellation both before and after query completion. + Portability fixes: * Fix <sys/fcntl.h> in client/adnsresfilter.c to <fcntl.h>. * #include <sys/types.h> and <unistd.h> for fcntl in */*.c. @@ -12,6 +17,7 @@ * adnstest: setvbuf(stdout,...) before we do first output. * Cast a sizeof(...) in src/event.c to unsigned long before printing. * #include <sys/select.h> if it exists. + * Regression tests work better if some syscalls are already macros. Portability cleanups: * Add list of tested platforms in INSTALL file.
Diffstat (limited to 'regress/hcommon.c.m4')
-rw-r--r--regress/hcommon.c.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/hcommon.c.m4 b/regress/hcommon.c.m4
index 2238cda..5807ddd 100644
--- a/regress/hcommon.c.m4
+++ b/regress/hcommon.c.m4
@@ -122,8 +122,9 @@ void Q$1(hm_args_massage($3,void)) {
}
')
-m4_include(`hsyscalls.i4')
+m4_define(`hm_specsyscall', `')
+m4_include(`hsyscalls.i4')
void Tvbaddr(const struct sockaddr *addr, int len) {
const struct sockaddr_in *ai= (const struct sockaddr_in*)addr;