Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
042cfb9f
Commit
042cfb9f
authored
Jun 14, 1999
by
Niels Möller
Browse files
* configure.in: Added option -with-tcp-forward.
Rev: acconfig.h:1.5 Rev: configure.in:1.17
parent
0441f01c
Changes
2
Hide whitespace changes
Inline
Side-by-side
acconfig.h
View file @
042cfb9f
...
...
@@ -24,6 +24,9 @@
/* Define if IDEA should be used */
#undef WITH_IDEA
/* Define to enable tcp forwarding */
#undef WITH_TCP_FORWARD
/* Define to indicate that shutdown seems to work properly */
#undef SHUTDOWN_WORKS_WITH_UNIX_SOCKETS
...
...
configure.in
View file @
042cfb9f
...
...
@@ -92,6 +92,14 @@ if test x$with_ssh2_dsa_kludge = xyes ; then
AC_DEFINE(DATAFELLOWS_SSH2_SSH_DSA_KLUDGE)
fi
AC_ARG_WITH(tcp_forward,
[--with-tcp-forward Support tcp forwarding],,
[with_tcp_forward=yes])
if test x$with_tcp_forward = xyes ; then
AC_DEFINE(WITH_TCP_FORWARD)
fi
dnl Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment