aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 72b7f9be6..b8891d417 100755
--- a/utils.c
+++ b/utils.c
@@ -496,7 +496,7 @@ int ast_false(const char *s)
}
/* Case-insensitive substring matching */
-#ifndef LINUX
+#ifndef __linux__
static char *upper(const char *orig, char *buf, int bufsize)
{
int i;