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

/sendmail/include/sm/
H A Ddebug.h52 # define SM_DEBUG_UNKNOWN ((SM_ATOMIC_UINT_T)(-1)) macro
64 ** It is initialized to SM_DEBUG_UNKNOWN, which indicates
66 ** SM_DEBUG_UNKNOWN, then the access functions will look up
108 ((debug)->debug_level != SM_DEBUG_UNKNOWN || \
112 ((debug)->debug_level == SM_DEBUG_UNKNOWN \
115 # define sm_debug_unknown(debug) ((debug)->debug_level == SM_DEBUG_UNKNOWN)
130 SM_DEBUG_UNKNOWN, \

Completed in 11 milliseconds