diff options
| author | Elvis Angelaccio <[email protected]> | 2019-01-28 22:38:21 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2019-01-28 22:38:21 +0100 |
| commit | 8bc93b564c283a677e02dc2ac71b40b63a990e38 (patch) | |
| tree | b0838ad5e265d42dd5da7f8ff58532aac95daca4 /src/config-terminal.h.cmake | |
| parent | 52c019c9cbf679af5c24438bbe840ef890ae3f92 (diff) | |
Introduce HAVE_TERMINAL
Source code should check for features detected during configure-time,
rather than checking for a specific OS.
See also commit 87e8d0ba5f.
Diffstat (limited to 'src/config-terminal.h.cmake')
| -rw-r--r-- | src/config-terminal.h.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config-terminal.h.cmake b/src/config-terminal.h.cmake new file mode 100644 index 000000000..ef77ac709 --- /dev/null +++ b/src/config-terminal.h.cmake @@ -0,0 +1 @@ +#cmakedefine HAVE_TERMINAL |
