Define IP_MULTICAST to get the IP multicast macro/struct definitions

in netinet/in.h on SINIX 5.43.  We acknowledge the help of Sanjay
Gupta <gupta@informix.com>.
This commit is contained in:
wtc 1998-05-06 19:53:26 +00:00
Родитель 57bb659a79
Коммит c389b52b5b
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -55,6 +55,13 @@ endif
ODD_CFLAGS += -DSVR4 -DSNI -DRELIANTUNIX -Dsinix -D_SVID_GETTOD
# On SINIX 5.43, need to define IP_MULTICAST in order to get the
# IP multicast macro and struct definitions in netinet/in.h.
# (SINIX 5.42 does not have IP multicast at all.)
ifeq ($(OS_RELEASE),5.43)
ODD_CFLAGS += -DIP_MULTICAST
endif
CPU_ARCH = mips
RANLIB = /bin/true