netdb_host_type and netdb_hlen_type on NeXt
Hans Mulder [Sun, 15 Feb 1998 23:06:16 +0000 (00:06 +0100)]
p4raw-id: //depot/perl@544

hints/next_3.sh
hints/next_4.sh

index 55e8959..542a313 100644 (file)
@@ -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'
 #
index 316b339..d344002 100644 (file)
@@ -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'