From c614567b4940f31a7ce98ceb9eb48b1241b4727a Mon Sep 17 00:00:00 2001
From: rpj <rpj>
Date: Thu, 4 Nov 1999 14:56:51 +0000
Subject: Add WinCE patches to snap-1999-05-30-wince-patches branch.

---
 config.h.in | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

(limited to 'config.h.in')

diff --git a/config.h.in b/config.h.in
index 6671c7f..82805c1 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,8 +3,20 @@
 /* Do we know about the C type sigset_t? */
 #undef HAVE_SIGSET_T
 
+/* Do we have the `_stdcall' keyword? */
+#undef STDCALL
+
 /* Define if you have the <signal.h> header file.  */
 #undef HAVE_SIGNAL_H
 
-/* Define if you have the <windows.h> header file.  */
-#undef HAVE_WINDOWS_H
+/* Define if you don't have errno. (eg. WinCE) */
+#undef NEED_ERRNO
+
+/* Define if you don't have calloc. (eg. WinCE)  */
+#undef NEED_CALLOC
+
+/* Define if you don't have ftime. (eg. WinCE)  */
+#undef NEED_FTIME
+
+/* Define if you don't have semaphores. (eg. WinCE)  */
+#undef NEED_SEM
-- 
cgit v1.2.3