1: #define dprintf if (Debug) fprintf
   2: 
   3: #define TIMEOUT 3600    /* seconds to read timeout in sfgets */
   4: 
   5: /* in goodbye() wait (or not) for QUIT response */
   6: #define WAIT        1
   7: #define DONT_WAIT   0
   8: #ifndef FAIL
   9: #define FAIL        (-1)
  10: #endif

Defined macros

FAIL defined in line 9; used 14 times
TIMEOUT defined in line 3; used 1 times
WAIT defined in line 6; used 1 times
dprintf defined in line 1; used 4 times

Usage of this include

Last modified: 1986-03-21
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 785
Valid CSS Valid XHTML 1.0 Strict