summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorrpj <rpj>1999-11-04 17:18:43 +0000
committerrpj <rpj>1999-11-04 17:18:43 +0000
commit7fdb900bc169f0105bf5fb2cd282f6448f3f11f7 (patch)
tree3f3c80cb9efa420e259c407a28b77713985ca23b /config.h
parentefa438832bc1343c08c334e88aec4266040ddec3 (diff)
1999-11-05 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* general: Patched for portability to WinCE. The details are described in the file WinCE-PORT. Follow the instructions in README.WinCE to make the appropriate changes in config.h. - Tristan Savatier <tristan@mpegtv.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h22
1 files changed, 17 insertions, 5 deletions
diff --git a/config.h b/config.h
index 920b9c4..41f703f 100644
--- a/config.h
+++ b/config.h
@@ -3,11 +3,23 @@
/* 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 Win32 DuplicateHandle. (eg. WinCE) */
+#undef NEED_DUPLICATEHANDLE
+
+/* Define if you don't have Win32 _beginthreadex. (eg. WinCE) */
+#undef NEED_CREATETHREAD
+
+/* Define if you don't have Win32 errno. (eg. WinCE) */
+#undef NEED_ERRNO
+
+/* Define if you don't have Win32 calloc. (eg. WinCE) */
+#undef NEED_CALLOC
+
+/* Define if you don't have Win32 ftime. (eg. WinCE) */
+#undef NEED_FTIME
+
+/* Define if you don't have Win32 semaphores. (eg. WinCE) */
+#undef NEED_SEM