perl 4.0 patch 26: patch #20, continued
[p5sagit/p5-mst-13.2.git] / hints / isc_3_2_2.sh
1 set `echo $libswanted | sed -e 's/ x / /' -e 's/ PW / /' -e 's/ malloc / /'`
2 libswanted="inet malloc $*"
3 doio_cflags='ccflags="$ccflags -DENOTSOCK=103"'
4 tdoio_cflags='ccflags="$ccflags -DENOTSOCK=103"'
5 echo "<net/errno.h> defines error numbers for network calls, but"
6 echo "the definitions for ENAMETOOLONG and ENOTEMPTY conflict with"
7 echo "those in <sys/errno.h>.  Instead just define ENOTSOCK here."