View | Details | Raw Unified | Return to bug 113329
Collapse All | Expand All

(-)support/acttimes.c (-6 lines)
Lines 64-75 Link Here
64
64
65
/* ---------- End of configuration defines ---------- */
65
/* ---------- End of configuration defines ---------- */
66
66
67
#ifdef TERMIO
68
#include <termio.h>
69
#else
70
#include <sgtty.h>
71
#endif
72
73
#define TIMER_FIRST 1
67
#define TIMER_FIRST 1
74
#define TIMER_DEFAULT (10 * 60)
68
#define TIMER_DEFAULT (10 * 60)

Return to bug 113329