summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/50-nonstop.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configurations/50-nonstop.conf b/Configurations/50-nonstop.conf
index 5792674788..7524c50016 100644
--- a/Configurations/50-nonstop.conf
+++ b/Configurations/50-nonstop.conf
@@ -168,13 +168,13 @@
'nonstop-model-put' => {
template => 1,
defines => ['_PUT_MODEL_',
- '_REENTRANT', '_ENABLE_FLOSS_THREADS'],
+ '_REENTRANT', '_THREAD_SUPPORT_FUNCTIONS'],
ex_libs => '-lput',
},
'nonstop-model-spt' => {
template => 1,
defines => ['_SPT_MODEL_',
- '_REENTRANT', '_THREAD_SUPPORT_FUNCTIONS'],
+ '_REENTRANT', '_ENABLE_FLOSS_THREADS'],
ex_libs => '-lspt',
},