Module: ADNS::IF

Defined in:
ext/adns/mod_adns.c,
ext/adns/mod_adns.c

Overview

Module defines collection of adns init flags.

Constant Summary collapse

NONE =
INT2FIX(adns_if_none)
NOENV =
INT2FIX(adns_if_noenv)
NOERRPRINT =
INT2FIX(adns_if_noerrprint)
NOSERVWarn =
INT2FIX(adns_if_noserverwarn)
DEBUG =
INT2FIX(adns_if_debug)
LOGPID =
INT2FIX(adns_if_logpid)
NOAUTOSYS =
INT2FIX(adns_if_noautosys)
EINTR =
INT2FIX(adns_if_eintr)
NOSIGPIPE =
INT2FIX(adns_if_nosigpipe)
CHECKC_ENTEX =
INT2FIX(adns_if_checkc_entex)
CHECKC_FREQ =
INT2FIX(adns_if_checkc_freq)