(applies to prior changeset along with this one)
bk: 4af7c209M7vFzc5e7UID2-4b0KlgmQ
+* Stub out isc/mem.h, shaving 47k from a MIPS ntpd binary.
(4.2.5p238-RC) 2009/10/27 Released by Harlan Stenn <stenn@ntp.org>
* Changes from Dave Mills.
* driver4.html updates from Dave Mills.
#define isc_mem_strdup(c, str) estrdup((str))
#define isc_mem_attach(src, ptgt) do { *(ptgt) = (src); } while (0)
#define isc_mem_detach(c) ((void)(c))
+#define isc_mem_printallactive(s) fprintf(s, "isc_mem_printallactive() stubbed.\n")
#endif /* ISC_MEM_H */