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

Comparing gvpe/configure.ac (file contents):
Revision 1.1 by pcg, Sat Mar 1 15:53:02 2003 UTC vs.
Revision 1.4 by pcg, Tue Apr 8 03:00:44 2003 UTC

180 180
181dnl These are defined in files in m4/ 181dnl These are defined in files in m4/
182tinc_TUNTAP 182tinc_TUNTAP
183tinc_OPENSSL 183tinc_OPENSSL
184dnl tinc_ZLIB 184dnl tinc_ZLIB
185
186AC_ARG_ENABLE(icmp,
187 [AC_HELP_STRING(--enable-icmp, [enable icmp protocol support.])],
188 AC_DEFINE_UNQUOTED(ENABLE_ICMP, 1, [ICMP protocol support.])
189)
190
191AC_ARG_ENABLE(tcp,
192 [AC_HELP_STRING(--enable-tcp, [enable tcp protocol support.])],
193 AC_DEFINE_UNQUOTED(ENABLE_TCP, 1, [TCP protocol support.])
194)
195
196AC_ARG_ENABLE(http-proxy,
197 [AC_HELP_STRING(--enable-http-proxy, [enable http proxy connect support.])],
198 AC_DEFINE_UNQUOTED(ENABLE_HTTP_PROXY, 1, [http proxy connect support.])
199)
185 200
186HMAC=16 dnl see also the AC_HELP_STRING 201HMAC=16 dnl see also the AC_HELP_STRING
187AC_ARG_ENABLE(hmac-length, 202AC_ARG_ENABLE(hmac-length,
188 [AC_HELP_STRING(--enable-hmac-length=BYTES, [use a hmac of length BYTES bytes (default 16). Allowed values are 4, 8, 12, 16.])], 203 [AC_HELP_STRING(--enable-hmac-length=BYTES, [use a hmac of length BYTES bytes (default 16). Allowed values are 4, 8, 12, 16.])],
189 HMAC=$enableval 204 HMAC=$enableval

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines