From b50f64944694707f1a51cf35a4d838f7880bc220 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 8 Sep 2005 02:26:35 +0000 Subject: [PATCH] oops :-) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6550 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/compat.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h index 8d40ab34bf..71c18f29ab 100755 --- a/include/asterisk/compat.h +++ b/include/asterisk/compat.h @@ -84,24 +84,4 @@ int unsetenv(const char *name); typedef unsigned long long uint64_t; #endif -#ifndef HAVE_STRCASESTR -char *strcasestr(const char *, const char *); -#endif - -#ifndef HAVE_STRNDUP -char *strndup(const char *, size_t); -#endif - -#ifndef HAVE_STRNLEN -size_t strnlen(const char *, size_t); -#endif - -#ifndef HAVE_VASPRINTF -int vasprintf(char **strp, const char *fmt, va_list ap); -#endif - -#ifndef HAVE_STRTOQ -uint64_t strtoq(const char *nptr, char **endptr, int base); -#endif - #endif