aboutsummaryrefslogtreecommitdiff
path: root/src/win32/orconfig.h
diff options
context:
space:
mode:
authorvalerino <valerino@te4i.com>2010-05-22 03:02:32 +0200
committerNick Mathewson <nickm@torproject.org>2010-05-24 11:46:54 -0400
commit076063ca90cc784363127e24a83e38bd54b0e003 (patch)
tree33d780ea00896dc38e9f82dbe4f3dd7a0b08196e /src/win32/orconfig.h
parent8d31141ccbdbeee9589d04ea99819af7aa35193b (diff)
downloadtor-076063ca90cc784363127e24a83e38bd54b0e003.tar
tor-076063ca90cc784363127e24a83e38bd54b0e003.tar.gz
moved wince related includes and defs to compat.h where possible, removed unused/redundant wince includes
Diffstat (limited to 'src/win32/orconfig.h')
-rw-r--r--src/win32/orconfig.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 4915597c0..0a9ecfd22 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -88,11 +88,18 @@
#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