From c4670d0b063ba483398ec6f6c6fc943c1cd57953 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 15 Jul 2005 15:37:58 +0000 Subject: more ifdef cleanup to match proper Linux macros git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6135 f38db490-d61c-443f-a65b-d21fe96a405b --- utils.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'utils.c') 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 #include #include @@ -559,4 +556,4 @@ char *ast_strndup(const char *s, size_t n) return memcpy(new, s, len); } -#endif /* !LINUX */ +#endif /* !__linux__ */ -- cgit v1.2.3