Add files from parent branch HEAD:
[pkgsrc.git] / sysutils / fam / hacks.mk
1 # $NetBSD: hacks.mk,v 1.1 2005/10/31 15:23:54 tv Exp $
2
3 ###
4 ### Interix doesn't have this constant.  There's no clear place to insert
5 ### it into the source headers, so keep it here for now.
6 ###
7 .if ${OPSYS} == "Interix"
8 PKG_HACKS+=     inaddr-loopback-constant
9 CPPFLAGS+=      -DINADDR_LOOPBACK=0x7F000001UL
10 .endif