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

Comparing gvpe/configure (file contents):
Revision 1.3 by pcg, Wed Oct 15 00:25:14 2003 UTC vs.
Revision 1.10 by pcg, Sun Oct 19 17:11:14 2003 UTC

868 --disable-rpath do not hardcode runtime library paths 868 --disable-rpath do not hardcode runtime library paths
869 --disable-nls do not use Native Language Support 869 --disable-nls do not use Native Language Support
870 --enable-iftype=TYPE/SUBTYPE 870 --enable-iftype=TYPE/SUBTYPE
871 Use kernel/net device interface TYPE/SUBTYPE. 871 Use kernel/net device interface TYPE/SUBTYPE.
872 Working combinations are: "native/linux" 872 Working combinations are: "native/linux"
873 "tincd/linux" "tincd/freebsd"; Untested combinations 873 "tincd/linux" "tincd/freebsd" "tincd/openbsd"
874 "tincd/darwin" "native/cygwin"; Untested
874 are: "tincd/netbsd" "tincd/darwin" "tincd/solaris" 875 combinations are: "tincd/netbsd" "tincd/solaris"
875 "tincd/openbsd" "tincd/cygwin"; Broken combinations 876 "tincd/mingw"; Broken combinations are:
876 are: "native/cygwin"; The default is to autodetect. 877 "tincd/cygwin"; The default is to autodetect.
877 --enable-rohc enable robust header compression (rfc3095). 878 --enable-rohc enable robust header compression (rfc3095).
878 --enable-icmp enable icmp protocol support (default disabled). 879 --enable-icmp enable icmp protocol support (default disabled).
879 --enable-tcp enable tcp protocol support (default disabled). 880 --enable-tcp enable tcp protocol support (default disabled).
880 --enable-http-proxy enable http proxy connect support (default 881 --enable-http-proxy enable http proxy connect support (default
881 disabled). 882 disabled).
6283#define HAVE_NETBSD 1 6284#define HAVE_NETBSD 1
6284_ACEOF 6285_ACEOF
6285 6286
6286 ;; 6287 ;;
6287 *cygwin*) 6288 *cygwin*)
6288 IFTYPE=tincd 6289 IFTYPE=native
6289 IFSUBTYPE=cygwin 6290 IFSUBTYPE=cygwin
6290 6291
6291cat >>confdefs.h <<\_ACEOF 6292cat >>confdefs.h <<\_ACEOF
6292#define HAVE_CYGWIN 1 6293#define HAVE_CYGWIN 1
6293_ACEOF 6294_ACEOF
6303echo "$as_me:$LINENO: result: $IFTYPE/$IFSUBTYPE" >&5 6304echo "$as_me:$LINENO: result: $IFTYPE/$IFSUBTYPE" >&5
6304echo "${ECHO_T}$IFTYPE/$IFSUBTYPE" >&6 6305echo "${ECHO_T}$IFTYPE/$IFSUBTYPE" >&6
6305IFTYPE=$IFTYPE 6306IFTYPE=$IFTYPE
6306 6307
6307IFSUBTYPE=$IFSUBTYPE 6308IFSUBTYPE=$IFSUBTYPE
6309
6310
6311cat >>confdefs.h <<_ACEOF
6312#define IFTYPE "$IFTYPE"
6313_ACEOF
6314
6315
6316cat >>confdefs.h <<_ACEOF
6317#define IFSUBTYPE "$IFSUBTYPE"
6318_ACEOF
6308 6319
6309 6320
6310cat >confcache <<\_ACEOF 6321cat >confcache <<\_ACEOF
6311# This file is a shell script that caches the results of configure 6322# This file is a shell script that caches the results of configure
6312# tests run on this system so they can be shared between configure 6323# tests run on this system so they can be shared between configure
6984 6995
6985 6996
6986 6997
6987 6998
6988for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \ 6999for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
6989 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h cygwin.h arpa/inet.h \ 7000 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h arpa/inet.h \
6990 sys/poll.h sys/mman.h netinet/in.h 7001 sys/poll.h sys/mman.h netinet/in.h
6991do 7002do
6992as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7003as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6993if eval "test \"\${$as_ac_Header+set}\" = set"; then 7004if eval "test \"\${$as_ac_Header+set}\" = set"; then
6994 echo "$as_me:$LINENO: checking for $ac_header" >&5 7005 echo "$as_me:$LINENO: checking for $ac_header" >&5
8747fi 8758fi
8748 8759
8749 8760
8750 8761
8751 8762
8763
8752 tinc_ac_save_CPPFLAGS="$CPPFLAGS" 8764 tinc_ac_save_CPPFLAGS="$CPPFLAGS"
8753 8765
8754 8766
8755# Check whether --with-openssl-include or --without-openssl-include was given. 8767# Check whether --with-openssl-include or --without-openssl-include was given.
8756if test "${with_openssl_include+set}" = set; then 8768if test "${with_openssl_include+set}" = set; then
9217 9229
9218 9230
9219fi 9231fi
9220 9232
9221 9233
9234if test "x$openssl_include" != x; then
9222CXXFLAGS="-I$openssl_include" 9235 CXXFLAGS="$CXXFLAGS -I$openssl_include"
9236fi
9223 9237
9224# Check whether --enable-rohc or --disable-rohc was given. 9238# Check whether --enable-rohc or --disable-rohc was given.
9225if test "${enable_rohc+set}" = set; then 9239if test "${enable_rohc+set}" = set; then
9226 enableval="$enable_rohc" 9240 enableval="$enable_rohc"
9227 9241
9274_ACEOF 9288_ACEOF
9275 9289
9276 9290
9277fi; 9291fi;
9278 9292
9279HMAC=12 # Check whether --enable-hmac-length or --disable-hmac-length was given. 9293HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9280if test "${enable_hmac_length+set}" = set; then 9294if test "${enable_hmac_length+set}" = set; then
9281 enableval="$enable_hmac_length" 9295 enableval="$enable_hmac_length"
9282 HMAC=$enableval 9296 HMAC=$enableval
9283 9297
9284fi; 9298fi;
9365 9379
9366if $CXX -v --help 2>&1 | grep -q fexceptions; then 9380if $CXX -v --help 2>&1 | grep -q fexceptions; then
9367 CXXFLAGS="$CXXFLAGS -fno-exceptions" 9381 CXXFLAGS="$CXXFLAGS -fno-exceptions"
9368fi 9382fi
9369 9383
9370if $CXX -v --help 2>&1 | grep -q ffunction-sections; then
9371 CXXFLAGS="$CXXFLAGS -ffunction-sections"
9372fi
9373
9374if $LD -v --help 2>&1 | grep -q gc-sections; then
9375 LDFLAGS="$LDFLAGS -Wl,--gc-sections"
9376fi
9377 9384
9378 9385
9379 9386
9380 9387
9381 9388

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines