aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-07-16 02:03:08 -0700
committerGuy Harris <gharris@sonic.net>2020-07-16 09:26:43 +0000
commit92966774721fe914403cebbcbc38ceb7e4c01ea3 (patch)
tree255aad427320437ffa65584c02ff0289724c2da2 /cmakeconfig.h.in
parenta1d2d18cb8367cc62395be1bbfa9fee6433e4386 (diff)
extcap: assume we're using libssh 0.6 or later.
We require 0.6 or later in CMakeLists.txt, and both ssh_version() and LIBSSH_VERSION having to be fed to SSH_STRINGIFY() date back before 0.5, so just assume ssh_version() is available and LIBSSH_VERSION has to be fed to SSH_STRINGIFY(). Change-Id: I4f62a720424383f88e0410cad07dbe67d0c69297 Reviewed-on: https://code.wireshark.org/review/37881 Petri-Dish: Guy Harris <gharris@sonic.net> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Guy Harris <gharris@sonic.net>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index b16baa11e3..b1c466c989 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -61,9 +61,6 @@
/* Define if LIBSSH support is enabled */
#cmakedefine HAVE_LIBSSH 1
-/* Define to 1 if you have the `ssh_version' function. */
-#cmakedefine HAVE_SSH_VERSION 1
-
/* Define if you have the 'dlget' function. */
#cmakedefine HAVE_DLGET 1