DNSConf-macros.h revision 51f90e94e4dcea187628175b50217bc525570b55
#define CONCAT(a,b) a ## b
#define DNSCONF_SET_STRING(FIELD) \
\
\
if (!DNSConf_initctx(cfg)) \
return; \
\
DBGPRINT("null pointer\n"); \
} else if (*arg == '\0') { \
DBGPRINT("empty string\n"); \
} else \
}
#define DNSCONF_GET_STRING(FIELD) \
\
return NULL; \
\
if (tmpres == ISC_R_NOTFOUND) \
return NULL; \
\
return result; \
} \
#define STRING_FIELD_DEFS(FIELD) \
#define INT_FIELD_DEFS(FIELD)