From: Hans Mulder Date: Sun, 15 Feb 1998 23:06:16 +0000 (+0100) Subject: netdb_host_type and netdb_hlen_type on NeXt X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=77172323415a4b61c8f98abfe2f753fd42bceeee;p=p5sagit%2Fp5-mst-13.2.git netdb_host_type and netdb_hlen_type on NeXt p4raw-id: //depot/perl@544 --- diff --git a/hints/next_3.sh b/hints/next_3.sh index 55e8959..542a313 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 316b339..d344002 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'