aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/compat.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-08 02:26:35 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-08 02:26:35 +0000
commit0a3567c3fc7e5fd89c747982bb7c1294ed89d941 (patch)
tree99c7dccf60e75d3ce81d21d95708243991cf714d /include/asterisk/compat.h
parent2bc1763642774e63b260abacfb08926164448232 (diff)
oops :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6550 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/compat.h')
-rwxr-xr-xinclude/asterisk/compat.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h
index 8d40ab34b..71c18f29a 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