blob: 0736d3d3033d779c6c7bce31c46da2d5d507684e (
plain)
1
2
3
4
5
6
7
|
set `echo $libswanted | sed -e 's/ x / /' -e 's/ PW / /'`
libswanted="$*"
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."
|