Loading ares/configure.ac +0 −1 Original line number Diff line number Diff line Loading @@ -553,7 +553,6 @@ AC_CHECK_MEMBER(struct addrinfo.ai_flags, AC_CHECK_FUNCS( bitncmp \ isblank \ if_indextoname, dnl if found [], Loading ares/setup_once.h +0 −4 Original line number Diff line number Diff line Loading @@ -124,12 +124,8 @@ #define ISUPPER(x) (isupper((int) ((unsigned char)x))) #define ISLOWER(x) (islower((int) ((unsigned char)x))) #ifdef HAVE_ISBLANK #define ISBLANK(x) (isblank((int) ((unsigned char)x))) #else #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ (((unsigned char)x) == '\t')) #endif /* Loading configure.ac +0 −1 Original line number Diff line number Diff line Loading @@ -1770,7 +1770,6 @@ AC_CHECK_FUNCS( strtoll \ getprotobyname \ getrlimit \ setrlimit \ isblank \ fork, dnl if found [], Loading lib/cookie.c +0 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,6 @@ Example set of cookies: #include <stdlib.h> #include <string.h> #include <ctype.h> #define _MPRINTF_REPLACE /* without this on windows OS we get undefined reference to snprintf */ #include <curl/mprintf.h> Loading lib/setup_once.h +0 −4 Original line number Diff line number Diff line Loading @@ -131,12 +131,8 @@ #define ISUPPER(x) (isupper((int) ((unsigned char)x))) #define ISLOWER(x) (islower((int) ((unsigned char)x))) #ifdef HAVE_ISBLANK #define ISBLANK(x) (isblank((int) ((unsigned char)x))) #else #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ (((unsigned char)x) == '\t')) #endif /* Loading Loading
ares/configure.ac +0 −1 Original line number Diff line number Diff line Loading @@ -553,7 +553,6 @@ AC_CHECK_MEMBER(struct addrinfo.ai_flags, AC_CHECK_FUNCS( bitncmp \ isblank \ if_indextoname, dnl if found [], Loading
ares/setup_once.h +0 −4 Original line number Diff line number Diff line Loading @@ -124,12 +124,8 @@ #define ISUPPER(x) (isupper((int) ((unsigned char)x))) #define ISLOWER(x) (islower((int) ((unsigned char)x))) #ifdef HAVE_ISBLANK #define ISBLANK(x) (isblank((int) ((unsigned char)x))) #else #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ (((unsigned char)x) == '\t')) #endif /* Loading
configure.ac +0 −1 Original line number Diff line number Diff line Loading @@ -1770,7 +1770,6 @@ AC_CHECK_FUNCS( strtoll \ getprotobyname \ getrlimit \ setrlimit \ isblank \ fork, dnl if found [], Loading
lib/cookie.c +0 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,6 @@ Example set of cookies: #include <stdlib.h> #include <string.h> #include <ctype.h> #define _MPRINTF_REPLACE /* without this on windows OS we get undefined reference to snprintf */ #include <curl/mprintf.h> Loading
lib/setup_once.h +0 −4 Original line number Diff line number Diff line Loading @@ -131,12 +131,8 @@ #define ISUPPER(x) (isupper((int) ((unsigned char)x))) #define ISLOWER(x) (islower((int) ((unsigned char)x))) #ifdef HAVE_ISBLANK #define ISBLANK(x) (isblank((int) ((unsigned char)x))) #else #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ (((unsigned char)x) == '\t')) #endif /* Loading