mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-3110 --comment-only phase 1 to replace udns with ldns in mod_enum may need to rerun bootstrap
This commit is contained in:
13
libs/ldns/linktest.c
Normal file
13
libs/ldns/linktest.c
Normal 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user