bind9/lib/ns
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
..
include Add separate prefetch nmhandle to ns_client_t 2020-09-22 09:56:26 +02:00
tests Drop function wrapping as it is redundant for now 2020-09-28 09:09:21 +02:00
win32 update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
api Update library API versions 2020-08-06 09:10:06 +02:00
client.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
hooks.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
interfacemgr.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
lib.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
listenlist.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
log.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Fix "make dist" 2020-06-05 13:19:49 +02:00
notify.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
query.c Purge memory pool upon plugin destruction 2020-09-25 13:32:34 -07:00
server.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
sortlist.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
stats.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
update.c Clone the saved / query message buffers 2020-09-23 10:37:42 +10:00
xfrout.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00