From: Jarkko Hietaniemi Date: Tue, 17 Jun 2003 04:51:33 +0000 (+0000) Subject: UNICOS: try papering over the Configure symbol scan problems X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7d4807dba83f8253564940c8bb1fc36759e49187;p=p5sagit%2Fp5-mst-13.2.git UNICOS: try papering over the Configure symbol scan problems by disavowing any knowledge of dynaloading. p4raw-id: //depot/perl@19802 --- diff --git a/hints/unicos.sh b/hints/unicos.sh index 2af5f28..4e8e427 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