summaryrefslogtreecommitdiff
path: root/hints/isc_3_2_2.sh
blob: ff591082a35bf6155f817c2c0caaa0d7a8b6a11c (plain)
1
2
3
4
5
6
7
set `echo $libswanted | sed -e 's/ x / /' -e 's/ PW / /' -e 's/ malloc / /'`
libswanted="inet malloc $*"
doio_cflags='ccflags="$ccflags -DENOTSOCK=103"'
tdoio_cflags='ccflags="$ccflags -DENOTSOCK=103"'
echo "<net/errno.h> defines error numbers for network calls, but"
echo "the definitions for ENAMETOOLONG and ENOTEMPTY conflict with"
echo "those in <sys/errno.h>.  Instead just define ENOTSOCK here."