Remove ctl:ruleUpdateTarget* and add ctl:ruleRemovetarget*

This commit is contained in:
brenosilva
2012-08-02 18:04:53 +00:00
parent 543a7db8a7
commit 592ec392d1
8 changed files with 189 additions and 48 deletions

View File

@@ -569,8 +569,8 @@ char *file_basename(apr_pool_t *mp, const char *filename) {
return d;
}
#if defined(WIN32) || !defined(HAVE_STRCASESTR)
/*
#if (defined(WIN32) || (HAVE_STRCASESTR == 0))
char *strcasestr(const char *haystack, const char *needle) {
char aux, lower_aux;
int length;
@@ -589,6 +589,7 @@ char *strcasestr(const char *haystack, const char *needle) {
return ((char *)haystack);
}
#endif
*/
#ifdef WIN32
int inet_pton(int family, const char *src, void *dst) {
struct addrinfo addr;