FS-3110 --comment-only phase 1 to replace udns with ldns in mod_enum may need to rerun bootstrap

This commit is contained in:
Anthony Minessale
2011-03-24 16:26:37 -05:00
parent 047110cd56
commit 1773b890eb
275 changed files with 115723 additions and 8338 deletions

13
libs/ldns/linktest.c Normal file
View File

@@ -0,0 +1,13 @@
#include "ldns/config.h"
#include <ldns/ldns.h>
int
main(void)
{
ldns_rr *rr = ldns_rr_new();
ldns_rr_free(rr);
return 0;
}