aboutsummaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-06-20 09:49:36 -0400
committerNick Mathewson <nickm@torproject.org>2014-06-20 09:49:36 -0400
commit5b4ee475aa00bb30675e819a0096209e5e427668 (patch)
tree633b04a111458921fbd5908faed7f47641b9c362 /src/win32
parent456184c2a005d282df4bb1c92e0f3d80b52e99cb (diff)
downloadtor-5b4ee475aa00bb30675e819a0096209e5e427668.tar
tor-5b4ee475aa00bb30675e819a0096209e5e427668.tar.gz
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.
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/orconfig.h9
1 files changed, 1 insertions, 8 deletions
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