summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorrpj <rpj>1999-11-04 14:56:51 +0000
committerrpj <rpj>1999-11-04 14:56:51 +0000
commitc614567b4940f31a7ce98ceb9eb48b1241b4727a (patch)
treeaaa362d4c46c13f7fb7546b1ee14264e32b22ec1 /config.h
parentefa438832bc1343c08c334e88aec4266040ddec3 (diff)
Add WinCE patches to snap-1999-05-30-wince-patches branch.
Diffstat (limited to 'config.h')
-rw-r--r--config.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/config.h b/config.h
index 920b9c4..82805c1 100644
--- a/config.h
+++ b/config.h
@@ -9,5 +9,14 @@
/* 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