bind9/lib
Michał Kępień 8bdba2edeb Drop function wrapping as it is redundant for now
As currently used in the BIND source tree, the --wrap linker option is
redundant because:

  - static builds are no longer supported,

  - there is no need to wrap around existing functions - what is
    actually required (at least for now) is to replace them altogether
    in unit tests,

  - only functions exposed by shared libraries linked into unit test
    binaries are currently being replaced.

Given the above, providing the alternative implementations of functions
to be overridden in lib/ns/tests/nstest.c is a much simpler alternative
to using the --wrap linker option.  Drop the code detecting support for
the latter from configure.ac, simplify the relevant Makefile.am, and
remove lib/ns/tests/wrap.c, updating lib/ns/tests/nstest.c accordingly
(it is harmless for unit tests which are not calling the overridden
functions).
2020-09-28 09:09:21 +02:00
..
bind9 update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dns rndc dumpdb -expired: print when RRsets expired 2020-09-23 16:09:26 +02:00
irs update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
isc It appears that you can't change what you are polling for while connecting. 2020-09-23 13:54:06 +10:00
isccc update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
isccfg Update library API versions 2020-09-16 22:34:06 +02:00
ns Drop function wrapping as it is redundant for now 2020-09-28 09:09:21 +02:00
samples update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
win32/bindevt update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
.gitignore Provide unit test driver 2020-05-21 12:13:01 +02:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
unit-test-driver.sh.in Provide unit test driver 2020-05-21 12:13:01 +02:00