Searched defs:DLZ_DLOPEN_VERSION (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Ddlz_dlopen.h25 #define DLZ_DLOPEN_VERSION 3 macro
30 * should return DLZ_DLOPEN_VERSION
/bind-9.11.3/contrib/dlz/modules/include/
H A Ddlz_minimal.h43 * Define DLZ_DLOPEN_VERSION to different values to use older versions
46 #ifndef DLZ_DLOPEN_VERSION
47 #define DLZ_DLOPEN_VERSION 3 macro
96 #if DLZ_DLOPEN_VERSION > 1
135 #endif /* DLZ_DLOPEN_VERSION > 1 */
153 #if DLZ_DLOPEN_VERSION < 3
156 #else /* DLZ_DLOPEN_VERSION >= 3 */
160 #endif /* DLZ_DLOPEN_VERSION */
168 * return DLZ_DLOPEN_VERSION. 'flags' is updated to indicate capabilities
193 #if DLZ_DLOPEN_VERSION <
[all...]

Completed in 8 milliseconds