diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2019-01-23 08:56:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-23 08:56:40 +0100 |
commit | a57cdc84e2f38ea99fd464d8b5b6446c769cc545 (patch) | |
tree | 48ba736e56b8212d2c3e47cce83864d798e2fa46 /include | |
parent | 7efbeeaf6ce9232f7479f76c1c79ff73c0db49e4 (diff) |
Switch to autotools (#316)
Diffstat (limited to 'include')
-rw-r--r-- | include/i3status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i3status.h b/include/i3status.h index 7c22cbc..f3a8941 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -38,7 +38,7 @@ extern char *pct_mark; #define DECOMPOSE_MUTED(cvol) (((cvol) & (1 << 30)) != 0) #define MAX_SINK_DESCRIPTION_LEN (128) /* arbitrary */ -#if defined(LINUX) +#if defined(__linux__) #define THERMAL_ZONE "/sys/class/thermal/thermal_zone%d/temp" |