| # | Line 39 | Line 39 | |
|---|---|---|
| 39 | #include <math.h> | |
| 40 | ||
| 41 | #ifdef HAVE_NCURSES_H | |
| 42 | – | #include <ncurses.h> |
| 42 | #define COLOR_SUPPORT | |
| 44 | – | #else |
| 45 | – | #include <curses.h> |
| 43 | #endif | |
| 44 | + | #include CURSES_HEADER_FILE |
| 45 | ||
| 46 | #define THRESHOLD_LOAD 1.0 | |
| 47 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |