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

Comparing gvpe/configure.ac (file contents):
Revision 1.16 by pcg, Wed Oct 15 06:06:41 2003 UTC vs.
Revision 1.19 by pcg, Thu Oct 16 21:57:54 2003 UTC

68 Use kernel/net device interface TYPE/SUBTYPE. 68 Use kernel/net device interface TYPE/SUBTYPE.
69 Working combinations are: 69 Working combinations are:
70 "native/linux" 70 "native/linux"
71 "tincd/linux" 71 "tincd/linux"
72 "tincd/freebsd" 72 "tincd/freebsd"
73 "tincd/openbsd"
74 "tincd/darwin"
73 "native/cygwin"; 75 "native/cygwin";
74 Untested combinations are: 76 Untested combinations are:
75 "tincd/netbsd" 77 "tincd/netbsd"
76 "tincd/darwin"
77 "tincd/solaris" 78 "tincd/solaris"
78 "tincd/openbsd"; 79 "tincd/mingw";
79 Broken combinations are: 80 Broken combinations are:
80 "tincd/cygwin"; 81 "tincd/cygwin";
81 The default is to autodetect. 82 The default is to autodetect.
82 ])], 83 ])],
83 [ 84 [
132 esac 133 esac
133fi 134fi
134AC_MSG_RESULT($IFTYPE/$IFSUBTYPE) 135AC_MSG_RESULT($IFTYPE/$IFSUBTYPE)
135AC_SUBST(IFTYPE,$IFTYPE) 136AC_SUBST(IFTYPE,$IFTYPE)
136AC_SUBST(IFSUBTYPE,$IFSUBTYPE) 137AC_SUBST(IFSUBTYPE,$IFSUBTYPE)
138AC_DEFINE_UNQUOTED(IFTYPE,"$IFTYPE",[kernel interface type])
139AC_DEFINE_UNQUOTED(IFSUBTYPE,"$IFSUBTYPE",[kernel interface subtype])
137 140
138AC_CACHE_SAVE 141AC_CACHE_SAVE
139 142
140dnl Checks for libraries. 143dnl Checks for libraries.
141 144
264AC_ARG_ENABLE(http-proxy, 267AC_ARG_ENABLE(http-proxy,
265 [AC_HELP_STRING(--enable-http-proxy, [enable http proxy connect support (default disabled).])], 268 [AC_HELP_STRING(--enable-http-proxy, [enable http proxy connect support (default disabled).])],
266 AC_DEFINE_UNQUOTED(ENABLE_HTTP_PROXY, 1, [http proxy connect support.]) 269 AC_DEFINE_UNQUOTED(ENABLE_HTTP_PROXY, 1, [http proxy connect support.])
267) 270)
268 271
269HMAC=12 dnl see also the AC_HELP_STRING 272HMAC=8 dnl see also the AC_HELP_STRING
270AC_ARG_ENABLE(hmac-length, 273AC_ARG_ENABLE(hmac-length,
271 [AC_HELP_STRING(--enable-hmac-length=BYTES, [use a hmac of length BYTES bytes (default 12). Allowed values are 4, 8, 12, 16.])], 274 [AC_HELP_STRING(--enable-hmac-length=BYTES, [use a hmac of length BYTES bytes (default 12). Allowed values are 4, 8, 12, 16.])],
272 HMAC=$enableval 275 HMAC=$enableval
273) 276)
274AC_DEFINE_UNQUOTED(HMACLENGTH, $HMAC, [Size of HMAC in each packet in bytes.]) 277AC_DEFINE_UNQUOTED(HMACLENGTH, $HMAC, [Size of HMAC in each packet in bytes.])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines