Home
last modified time | relevance | path

Searched refs:LOG_HINTS (Results 1 – 3 of 3) sorted by relevance

/dports/net/xisp/xisp-2.7p4/
H A Dcommon.h244 #define LOG_HINTS 0x1000 macro
248 #define LOG_OPTS (LOG_NONE|LOG_HINTS)
H A Dxisp.c2278 global.logOpts &= ~LOG_HINTS;
2283 global.logOpts |= LOG_HINTS;
3725 global.logOpts &= ~LOG_HINTS;
3730 global.logOpts |= LOG_HINTS;
8697 if (global.logOpts & LOG_HINTS) { /* if hints enabled from */
8699 global.logOpts &= ~LOG_HINTS; /* selected => disable */
H A Dxisprccv.c1300 g27->logOpts = g26->logOpts | LOG_HINTS; in initGlobal27()