#include <pwd.h>
#include <sys/resource.h>
+
+#ifdef USE_MINI_EVENT
+#include "util/mini_event.h"
+#else
+#include <event.h>
+#endif
+
/** global debug value to keep track of heap memory allocation */
void* unbound_start_brk = 0;
printf("-d do not fork into the background.\n");
printf("-v verbose (more times to increase verbosity)\n");
printf("Version %s\n", PACKAGE_VERSION);
+ printf("libevent %s, libldns %s\n",
+ event_get_version(), ldns_version());
printf("BSD licensed, see LICENSE in source package for details.\n");
printf("Report bugs to %s\n", PACKAGE_BUGREPORT);
}
+13 February 2008: Wouter
+ - 0.9 released.
+ - 1.0 development. Printout ldns version on unbound -h.
+
12 February 2008: Wouter
- fixup problem with configure calling itself if ldns-src tarball
is not present.