diff options
Diffstat (limited to 'hints/unicos.sh')
-rw-r--r-- | hints/unicos.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/unicos.sh b/hints/unicos.sh index 2af5f283ed..4e8e427770 100644 --- a/hints/unicos.sh +++ b/hints/unicos.sh @@ -40,6 +40,9 @@ d_setregid='undef' d_setreuid='undef' # No shared libraries. so='none' +# No dynaloading. +d_dlopen='undef' +i_dlfcn='undef' # Threads call-back unit. cat > UU/usethreads.cbu <<'EOCBU' # This script UU/usethreads.cbu will get 'called-back' by Configure |