From b1869fa724256f0a99d5c2819124708eb093ab37 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 2 Jan 2005 13:54:37 +0000 Subject: '' --- config.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index a27fd01..8d581c8 100644 --- a/config.h +++ b/config.h @@ -16,6 +16,9 @@ /* Define if you have the 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 -- cgit v1.2.3