diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-06-17 04:51:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-06-17 04:51:33 +0000 |
commit | 7d4807dba83f8253564940c8bb1fc36759e49187 (patch) | |
tree | 9971198e535402c91fb514d8946601680e7dbd72 /hints/unicos.sh | |
parent | f48583aa2d2b7c9a2c44c530083c6fdd7e6f9713 (diff) | |
download | perl-7d4807dba83f8253564940c8bb1fc36759e49187.tar.gz |
UNICOS: try papering over the Configure symbol scan problems
by disavowing any knowledge of dynaloading.
p4raw-id: //depot/perl@19802
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 |