diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-18 01:08:25 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-18 01:08:25 +0000 |
commit | ecf07db8407ace687394c878c36944e861a20c9b (patch) | |
tree | 4ca30aabf39c59c21e8b531b3f60c2065681bf1d /hints/powerux.sh | |
parent | 121e869fb2aaab8c71b6af27ce8b64742ff5347e (diff) | |
download | perl-ecf07db8407ace687394c878c36944e861a20c9b.tar.gz |
hints fixups for PowerMAX (from Tom Horsley)
p4raw-id: //depot/perl@5792
Diffstat (limited to 'hints/powerux.sh')
-rw-r--r-- | hints/powerux.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hints/powerux.sh b/hints/powerux.sh index 547a6e173b..4070c01767 100644 --- a/hints/powerux.sh +++ b/hints/powerux.sh @@ -63,6 +63,12 @@ lddlflags='-Zlink=so' # i_ndbm='undef' +# I have no clude what perl thinks it wants <sys/mode.h> for, but if +# you include it in a program in PowerMAX without first including +# <sys/vnode.h> the code don't compile... +# +i_sysmode='undef' + # There is a bug in memcmp (which I hope will be fixed soon) which sometimes # fails to provide the correct compare status (it is data dependant), so just # pretend there is no memcmp... @@ -85,6 +91,15 @@ useshrplib='false' # dont_use_nlink=define +# Configure comes up with the wrong type for these for some reason. The +# pointers shouldn't have const in them. (And it looks like I have to +# provide netdb_hlen_type as well becuase when I predefine the others it +# comes up empty :-). +# +netdb_host_type='char *' +netdb_name_type='char *' +netdb_hlen_type='int' + # Misc other flags that might be able to change, but I know these work right. # d_suidsafe='define' |