fi
install-pinger:
- chown root $(DEFAULT_PINGER)
- chmod 4711 $(DEFAULT_PINGER)
+ chown root $(DESTDIR)$(DEFAULT_PINGER)
+ chmod 4711 $(DESTDIR)$(DEFAULT_PINGER)
all-am:
@echo "Build Successful."
+
for ac_header in \
ipl.h \
libc.h \
limits.h \
+ machine/byte_swap.h \
malloc.h \
math.h \
memory.h \
+
for ac_header in \
net/if.h \
netinet/if_ether.h\
netinet/ip_icmp.h\
netinet/ipl.h \
netinet/ip_nat.h\
+ net/pf/pfvar.h \
net/pfvar.h \
sys/mount.h\
resolv.h
{ $as_echo "$as_me:$LINENO: checking if PF header file is installed" >&5
$as_echo_n "checking if PF header file is installed... " >&6; }
# hold on to your hats...
- if test "$ac_cv_header_net_pfvar_h" = "yes"; then
+ if test "$ac_cv_header_net_pfvar_h" = "yes" || test "$ac_cv_header_net_pf_pfvar_h" = "yes"; then
PF_TRANSPARENT="yes"
cat >>confdefs.h <<\_ACEOF
#define PF_TRANSPARENT 1
/* Define to 1 if you have the `lrand48' function. */
#undef HAVE_LRAND48
+/* Define to 1 if you have the <machine/byte_swap.h> header file. */
+#undef HAVE_MACHINE_BYTE_SWAP_H
+
/* Define to 1 if you have the `mallinfo' function. */
#undef HAVE_MALLINFO
/* Define to 1 if you have the <net/pfvar.h> header file. */
#undef HAVE_NET_PFVAR_H
+/* Define to 1 if you have the <net/pf/pfvar.h> header file. */
+#undef HAVE_NET_PF_PFVAR_H
+
/* off_t is defined by the system headers */
#undef HAVE_OFF_T