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

Comparing gvpe/configure.ac (file contents):
Revision 1.17 by pcg, Thu Oct 16 14:17:01 2003 UTC vs.
Revision 1.18 by pcg, Thu Oct 16 20:35:14 2003 UTC

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" 73 "tincd/openbsd"
74 "tincd/darwin"
74 "native/cygwin"; 75 "native/cygwin";
75 Untested combinations are: 76 Untested combinations are:
76 "tincd/netbsd" 77 "tincd/netbsd"
77 "tincd/darwin"
78 "tincd/solaris" 78 "tincd/solaris"
79 "tincd/mingw"; 79 "tincd/mingw";
80 Broken combinations are: 80 Broken combinations are:
81 "tincd/cygwin"; 81 "tincd/cygwin";
82 The default is to autodetect. 82 The default is to autodetect.
265AC_ARG_ENABLE(http-proxy, 265AC_ARG_ENABLE(http-proxy,
266 [AC_HELP_STRING(--enable-http-proxy, [enable http proxy connect support (default disabled).])], 266 [AC_HELP_STRING(--enable-http-proxy, [enable http proxy connect support (default disabled).])],
267 AC_DEFINE_UNQUOTED(ENABLE_HTTP_PROXY, 1, [http proxy connect support.]) 267 AC_DEFINE_UNQUOTED(ENABLE_HTTP_PROXY, 1, [http proxy connect support.])
268) 268)
269 269
270HMAC=12 dnl see also the AC_HELP_STRING 270HMAC=8 dnl see also the AC_HELP_STRING
271AC_ARG_ENABLE(hmac-length, 271AC_ARG_ENABLE(hmac-length,
272 [AC_HELP_STRING(--enable-hmac-length=BYTES, [use a hmac of length BYTES bytes (default 12). Allowed values are 4, 8, 12, 16.])], 272 [AC_HELP_STRING(--enable-hmac-length=BYTES, [use a hmac of length BYTES bytes (default 12). Allowed values are 4, 8, 12, 16.])],
273 HMAC=$enableval 273 HMAC=$enableval
274) 274)
275AC_DEFINE_UNQUOTED(HMACLENGTH, $HMAC, [Size of HMAC in each packet in bytes.]) 275AC_DEFINE_UNQUOTED(HMACLENGTH, $HMAC, [Size of HMAC in each packet in bytes.])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines