diff options
author | rpj <rpj> | 2005-01-02 13:54:37 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-01-02 13:54:37 +0000 |
commit | b1869fa724256f0a99d5c2819124708eb093ab37 (patch) | |
tree | 53e8d8734edd26f6995e0e421ace18075de65b78 /config.h | |
parent | 80b7258cb239fe3c930f6e30abf8a99d1e16ccaa (diff) |
''
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -16,6 +16,9 @@ /* Define if you have the <signal.h> header file. */ #undef HAVE_SIGNAL_H +/* Define if you have the Borland TASM32 or compatible assembler. */ +#undef HAVE_TASM32 + /* Define if you don't have Win32 DuplicateHandle. (eg. WinCE) */ #undef NEED_DUPLICATEHANDLE @@ -87,6 +90,9 @@ /********************************************************************* * Target specific groups + * + * If you find that these are incorrect or incomplete please report it + * to the pthreads-win32 maintainer. Thanks. *********************************************************************/ #ifdef WINCE #define NEED_DUPLICATEHANDLE @@ -112,6 +118,9 @@ #define HAVE_MODE_T #endif +#ifdef __BORLANDC__ +#endif + #ifdef __WATCOMC__ #endif |