]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
more ifdef cleanup to match proper Linux macros
authorKevin P. Fleming <kpfleming@digium.com>
Fri, 15 Jul 2005 15:37:58 +0000 (15:37 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Fri, 15 Jul 2005 15:37:58 +0000 (15:37 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6135 65c4cc65-6c06-0410-ace0-fbb531ad65f3

utils.c

diff --git a/utils.c b/utils.c
index b8891d417c4d99b7c987bdcfa7d158939ec369ce..ba0b476bb0cf3844306036b4a8f80ecab040c03b 100755 (executable)
--- 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__ */