diff --git a/utils.c b/utils.c index b8891d417c..ba0b476bb0 100755 --- a/utils.c +++ b/utils.c @@ -9,9 +9,6 @@ * the GNU General Public License */ -#ifdef Linux /* For strcasestr */ -#define __USE_GNU -#endif #include #include #include @@ -559,4 +556,4 @@ char *ast_strndup(const char *s, size_t n) return memcpy(new, s, len); } -#endif /* !LINUX */ +#endif /* !__linux__ */