blob: ff47ab50b7b670912999c5e3f717fec6d3f859a3 (
plain)
1
2
3
4
5
6
7
8
9
|
The include files for BIND are in /usr/include/{isc,dns,dst,lwres}. If
you're compiling something that uses them, use something like
'-I/usr/include/isc'
and so on in the call to the compiler to pick up the BIND versions before
the normal system versions for files that have conflicting filenames.
|