[Asterisk-cvs] asterisk/include/asterisk compat.h,1.1,1.2

kpfleming kpfleming
Wed Sep 7 22:26:17 CDT 2005


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv1112/include/asterisk

Modified Files:
	compat.h 
Log Message:
oops :-)


Index: compat.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/compat.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- compat.h	8 Sep 2005 02:19:02 -0000	1.1
+++ compat.h	8 Sep 2005 02:26:35 -0000	1.2
@@ -84,24 +84,4 @@
 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




More information about the svn-commits mailing list