summaryrefslogtreecommitdiff
path: root/ace/config-tandem.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-07-12 17:01:16 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-07-12 17:01:16 +0000
commitef5421ec59f7ff5c4d5fffa4286a219719ba94b4 (patch)
tree2b6cc297a95dbc49a6e5cfaed3c29c08f8679119 /ace/config-tandem.h
parent849560fb0b65dd6dfd11ca735cca0ff61b694ec8 (diff)
downloadATCD-ef5421ec59f7ff5c4d5fffa4286a219719ba94b4.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-tandem.h')
-rw-r--r--ace/config-tandem.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/ace/config-tandem.h b/ace/config-tandem.h
index df135d282fe..7f18a15d39f 100644
--- a/ace/config-tandem.h
+++ b/ace/config-tandem.h
@@ -172,23 +172,21 @@
// Defines the page size of the system (not used on Win32 or
// with ACE_HAS_GETPAGESIZE).
-
/****** THREAD SPECIFIC **********/
+/* If you want to remove threading then comment out the following four #defines .*/
+#define ACE_MT_SAFE //Compile using multi-thread libraries
#define ACE_HAS_THREADS //Platform supports threads
#define ACE_HAS_STHREADS //Platform supports Solaris threads
-#define ACE_HAS_THR_MINSTACK // Tandem uses thr_minstack instead of thr_min_stack
-#define ACE_LACKS_PRI_T // Tandem lacks pri_t
-#define ACE_MT_SAFE //Compile using multi-thread libraries
-//ACE_HAS_MT_SAFE_SOCKETS Sockets may be called in multi-
-// threaded programs
// Compiler/platform has threadspecific storage
#define ACE_HAS_THREAD_SPECIFIC_STORAGE
//Platform supports thr_keydelete (e.g,. UNIXWARE)
-#define ACE_HAS_THR_KEYDELETE
-
+#define ACE_HAS_THR_MINSTACK // Tandem uses thr_minstack instead of thr_min_stack
+#define ACE_LACKS_PRI_T // Tandem lacks pri_t
+#define ACE_HAS_THR_KEYDELETE
+#define ACE_HAS_MT_SAFE_SOCKETS // Sockets may be called in multi-threaded programs
//ACE_HAS_REENTRANT_FUNCTIONS Platform supports reentrant
// functions (i.e., all the POSIX *_r functions).