From 5b4ee475aa00bb30675e819a0096209e5e427668 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 20 Jun 2014 09:49:36 -0400 Subject: Remove code for Windows CE support As far as I know, nobody has used this in ages. It would be a pretty big surprise if it had worked. Closes ticket 11446. --- src/win32/orconfig.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/win32') diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 2f1a53c86..d12d6676e 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -86,18 +86,11 @@ #define HAVE_STRING_H /* Define to 1 if you have the `strlcat' function. */ -#if defined (WINCE) -#define HAVE_STRLCAT -#else #undef HAVE_STRLCAT -#endif /* Define to 1 if you have the `strlcpy' function. */ -#if defined (WINCE) -#define HAVE_STRLCPY -#else #undef HAVE_STRLCPY -#endif + /* Define to 1 if you have the `strptime' function. */ #undef HAVE_STRPTIME -- cgit v1.2.3