From a57cdc84e2f38ea99fd464d8b5b6446c769cc545 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 23 Jan 2019 08:56:40 +0100 Subject: Switch to autotools (#316) --- include/i3status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/i3status.h') 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" -- cgit v1.2.3