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