-/* $Id: benchmark.c,v 1.4 2004-01-26 21:05:34 mike Exp $
+/* $Id: benchmark.c,v 1.5 2004-05-19 05:32:47 oleg Exp $
* Copyright (C) 2003-2004 Index Data Aps
*
* This file is part of the YAZ toolkit.
static int test(char *host, int port);
+#ifndef HAVE_DPRINTF
static void dprintf(int level, char *fmt, ...);
-
+#endif
int main(int argc, char **argv)
{
return 1;
}
-
+#ifndef HAVE_DPRINTF
static void dprintf(int level, char *fmt, ...)
{
va_list ap;
fputc('\n', stderr);
va_end(ap);
}
+#endif