ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
(Generate patch)

Comparing gvpe/configure (file contents):
Revision 1.39 by pcg, Mon Jan 28 12:00:13 2008 UTC vs.
Revision 1.40 by pcg, Sun Aug 10 10:35:26 2008 UTC

1341 combinations are: "tincd/bsd" "tincd/solaris" 1341 combinations are: "tincd/bsd" "tincd/solaris"
1342 "tincd/mingw" "tincd/raw_socket" "tincd/uml_socket"; 1342 "tincd/mingw" "tincd/raw_socket" "tincd/uml_socket";
1343 Broken combinations are: "tincd/cygwin"; The default 1343 Broken combinations are: "tincd/cygwin"; The default
1344 is to autodetect. 1344 is to autodetect.
1345 --enable-static-daemon enable statically linked daemon. 1345 --enable-static-daemon enable statically linked daemon.
1346 --enable-rohc enable robust header compression (rfc3095).
1347 --enable-icmp enable icmp protocol support (default disabled). 1346 --enable-icmp enable icmp protocol support (default disabled).
1348 --enable-tcp enable tcp protocol support (default disabled). 1347 --enable-tcp enable tcp protocol support (default disabled).
1349 --enable-dns enable dns tunnel protocol support (DOES NOT WORK). 1348 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
1350 --enable-http-proxy enable http proxy connect support (default 1349 --enable-http-proxy enable http proxy connect support (default
1351 disabled). 1350 disabled).
9557 9556
9558 9557
9559 9558
9560 9559
9561 9560
9561
9562for ac_header in sys/inotify.h sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h 9562for ac_header in sys/inotify.h sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h sys/eventfd.h
9563do 9563do
9564as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9564as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9565if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9565if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9566 { echo "$as_me:$LINENO: checking for $ac_header" >&5 9566 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9567echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 9567echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9703 9703
9704 9704
9705 9705
9706 9706
9707 9707
9708
9708for ac_func in inotify_init epoll_ctl kqueue port_create poll select 9709for ac_func in inotify_init epoll_ctl kqueue port_create poll select eventfd
9709do 9710do
9710as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9711as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9711{ echo "$as_me:$LINENO: checking for $ac_func" >&5 9712{ echo "$as_me:$LINENO: checking for $ac_func" >&5
9712echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 9713echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
9713if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 9714if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11111 enableval=$enable_static_daemon; LDFLAGS_DAEMON=-static 11112 enableval=$enable_static_daemon; LDFLAGS_DAEMON=-static
11112 11113
11113fi 11114fi
11114 11115
11115 11116
11116
11117# Check whether --enable-rohc was given.
11118if test "${enable_rohc+set}" = set; then
11119 enableval=$enable_rohc;
11120 echo
11121 echo "**********************************************************************"
11122 echo "**********************************************************************"
11123 echo "**** --enable-rohc is highly experimental, do not use ****************"
11124 echo "**********************************************************************"
11125 echo "**********************************************************************"
11126 echo
11127 rohc=true
11128
11129cat >>confdefs.h <<_ACEOF
11130#define ENABLE_ROHC 1
11131_ACEOF
11132
11133
11134
11135fi
11136 11117
11137 11118
11138 11119
11139 11120
11140if test x$rohc = xtrue; then 11121if test x$rohc = xtrue; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines