blob: 079ca66ab3b17b9b48262f30673c809e57b3cd27 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: hacks.mk,v 1.1 2005/11/04 18:25:33 tv Exp $
###
### Interix doesn't have this constant. There's no clear place to insert
### it into the source headers, so keep it here for now.
###
.if ${OPSYS} == "Interix"
PKG_HACKS+= inaddr-loopback-constant
CPPFLAGS+= -DINADDR_LOOPBACK=0x7F000001UL
.endif
|