From: Kevin P. Fleming Date: Fri, 15 Jul 2005 15:37:58 +0000 (+0000) Subject: more ifdef cleanup to match proper Linux macros X-Git-Tag: 1.2.0-beta1~272 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=494d253efeae5c79a7046466b13005120325ca15;p=thirdparty%2Fasterisk.git more ifdef cleanup to match proper Linux macros git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6135 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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__ */