ldns-config(1) - Linux man page
Name
ldns-config - show compiler and linker flags for ldns usage.Synopsis
ldns-config [ OPTIONS ]Description
When writing programs using ldns, you have to tell the compiler where to look for include files and what libraries from which location to link to. ldns-config can be used to find out what flags to use with the C compiler and the linker.Options
- --cflags
- Show the C compiler flags
needed to compile with ldns
- --libs
- Show the flags to be used to link with
ldns
- --version
- Shows the version of the installed ldns library
- --help
- Show
ldns-config usage description