diff options
| author | rpj <rpj> | 1999-11-04 17:18:43 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 1999-11-04 17:18:43 +0000 | 
| commit | 7fdb900bc169f0105bf5fb2cd282f6448f3f11f7 (patch) | |
| tree | 3f3c80cb9efa420e259c407a28b77713985ca23b /config.h.in | |
| parent | efa438832bc1343c08c334e88aec4266040ddec3 (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.in')
| -rw-r--r-- | config.h.in | 19 | 
1 files changed, 17 insertions, 2 deletions
| diff --git a/config.h.in b/config.h.in index 6671c7f..41f703f 100644 --- a/config.h.in +++ b/config.h.in @@ -6,5 +6,20 @@  /* 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 | 
