summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorrpj <rpj>2005-01-02 13:54:37 +0000
committerrpj <rpj>2005-01-02 13:54:37 +0000
commitb1869fa724256f0a99d5c2819124708eb093ab37 (patch)
tree53e8d8734edd26f6995e0e421ace18075de65b78 /config.h
parent80b7258cb239fe3c930f6e30abf8a99d1e16ccaa (diff)
''
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 9 insertions, 0 deletions
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 <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