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

Comparing gvpe/configure (file contents):
Revision 1.43 by pcg, Sun Jan 18 03:45:28 2009 UTC vs.
Revision 1.44 by pcg, Fri Aug 7 20:58:15 2009 UTC

1360 --enable-cipher=CIPHER Select the symmetric cipher (default "aes-128"). 1360 --enable-cipher=CIPHER Select the symmetric cipher (default "aes-128").
1361 Must be one of "bf" (blowfish), "aes-128" 1361 Must be one of "bf" (blowfish), "aes-128"
1362 (rijndael), "aes-192" or "aes-256". 1362 (rijndael), "aes-192" or "aes-256".
1363 --enable-digest=CIPHER Select the digest algorithm to use (default 1363 --enable-digest=CIPHER Select the digest algorithm to use (default
1364 "ripemd160"). Must be one of "sha512", "sha256", 1364 "ripemd160"). Must be one of "sha512", "sha256",
1365 "sha1" (somewhat insecure), "ripemd160", "md5"
1365 "sha1", "ripemd160", "md5" or "md4" (insecure). 1366 (insecure) or "md4" (insecure).
1366 1367
1367Optional Packages: 1368Optional Packages:
1368 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1369 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1369 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1370 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1370 --with-gnu-ld assume the C compiler uses GNU ld default=no 1371 --with-gnu-ld assume the C compiler uses GNU ld default=no
8779 8780
8780 8781
8781 8782
8782 8783
8783 8784
8785
8784for 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 8786for 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 sys/signalfd.h
8785do 8787do
8786as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8788as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8787if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8789if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8788 { echo "$as_me:$LINENO: checking for $ac_header" >&5 8790 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8789echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8791echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8926 8928
8927 8929
8928 8930
8929 8931
8930 8932
8933
8931for ac_func in inotify_init epoll_ctl kqueue port_create poll select eventfd 8934for ac_func in inotify_init epoll_ctl kqueue port_create poll select eventfd signalfd
8932do 8935do
8933as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8936as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8934{ echo "$as_me:$LINENO: checking for $ac_func" >&5 8937{ echo "$as_me:$LINENO: checking for $ac_func" >&5
8935echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 8938echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
8936if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 8939if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9660_ACEOF 9663_ACEOF
9661 9664
9662 LIBS="-lm $LIBS" 9665 LIBS="-lm $LIBS"
9663 9666
9664fi 9667fi
9665
9666
9667 9668
9668 9669
9669 9670
9670 9671
9671ac_ext=cpp 9672ac_ext=cpp
10699#define RAND_SIZE $RAND 10700#define RAND_SIZE $RAND
10700_ACEOF 10701_ACEOF
10701 10702
10702 10703
10703MTU=1500 10704MTU=1500
10704# Check whether --enable-mtu was given. 10705# Check whether --enable-max-mtu was given.
10705if test "${enable_mtu+set}" = set; then 10706if test "${enable_max_mtu+set}" = set; then
10706 enableval=$enable_mtu; MTU=$enableval 10707 enableval=$enable_max_mtu; MTU=$enableval
10707 10708
10708fi 10709fi
10709 10710
10710 10711
10711cat >>confdefs.h <<_ACEOF 10712cat >>confdefs.h <<_ACEOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines