diff options
author | Hans Mulder <hansmu@xs4all.nl> | 1998-02-16 00:06:16 +0100 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-20 12:36:26 +0000 |
commit | 77172323415a4b61c8f98abfe2f753fd42bceeee (patch) | |
tree | 9af3a589161e49f7440a5fe660465e940e03f22d | |
parent | b63effbb08570586defa552dbb1d3b8a239b3c18 (diff) | |
download | perl-77172323415a4b61c8f98abfe2f753fd42bceeee.tar.gz |
netdb_host_type and netdb_hlen_type on NeXt
p4raw-id: //depot/perl@544
-rw-r--r-- | hints/next_3.sh | 4 | ||||
-rw-r--r-- | hints/next_4.sh | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/hints/next_3.sh b/hints/next_3.sh index 55e89591d8..542a313a11 100644 --- a/hints/next_3.sh +++ b/hints/next_3.sh @@ -72,7 +72,7 @@ cccdlflags=' ' # If you want to build for specific architectures, change the line # below to something like # -# archs=(m68k i386) +# archs='m68k i386' # archs=`/bin/lipo -info /usr/lib/libm.a | sed -n 's/^[^:]*:[^:]*: //p'` @@ -99,6 +99,8 @@ ld='cc' i_utime='undef' groupstype='int' direntrytype='struct direct' +netdb_host_type='char *' +netdb_hlen_type='int' d_strcoll='undef' d_uname='define' # diff --git a/hints/next_4.sh b/hints/next_4.sh index 316b339212..d34400200b 100644 --- a/hints/next_4.sh +++ b/hints/next_4.sh @@ -33,7 +33,7 @@ ld='cc' # If you want to build for specific architectures, change the line # below to something like # -# archs=(m68k i386) +# archs='m68k i386' # archs=`/bin/lipo -info /usr/lib/libm.a | sed -n 's/^[^:]*:[^:]*: //p'` @@ -83,6 +83,8 @@ i_dbm='define' i_utime='undef' groupstype='int' direntrytype='struct direct' +netdb_host_type='const char *' +netdb_hlen_type='int' usemymalloc='y' clocktype='int' |