summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rwxr-xr-xutils.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/utils.c b/utils.c
index b8891d417..ba0b476bb 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 <ctype.h>
#include <string.h>
#include <unistd.h>
@@ -559,4 +556,4 @@ char *ast_strndup(const char *s, size_t n)
return memcpy(new, s, len);
}
-#endif /* !LINUX */
+#endif /* !__linux__ */