Differences From Artifact [568f3e906e]:
- Executable file configure — part of check-in [9a13922db2] at 2011-03-06 01:57:33 on branch trunk — it compiles and links properly. I don't guarantee ANYTHING else. This is a very major change - I have removed dotconf and am replacing with libconfig. Also did some cleanup along with it. Some parts are messy. I hope it's functional. (user: rmiller, size: 159761) [annotate] [blame] [check-ins using]
To Artifact [e5605732f1]:
- Executable file configure — part of check-in [2dad03cf84] at 2011-03-06 17:33:29 on branch trunk — move include stuff to the include file. add new include file for packetbl_getstat (user: rmiller, size: 159817) [annotate] [blame] [check-ins using]
| ︙ | |||
3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 | 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 | + |
$as_echo "$ac_cv_lib_netfilter_queue_nfq_set_verdict" >&6; }
if test "x$ac_cv_lib_netfilter_queue_nfq_set_verdict" = x""yes; then :
$as_echo "#define HAVE_NFQUEUE /**/" >>confdefs.h
LIBS="$LIBS -lnetfilter_queue"
INCLUDES="$INCLUDES -I/usr/include/libnetfilter_queue"
have_nfqueue='yes'
fi
if test "$have_nfqueue" != 'yes'; then
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
| ︙ |