aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2020-06-10 14:10:51 +0200
committerRoland Knall <rknall@gmail.com>2020-06-10 15:38:13 +0000
commit5a7b949398b93d3d726c81753b460e5ce6bbd2f3 (patch)
tree569ebb3045714799553383ac6f0ce6957d8e2c9d /cmakeconfig.h.in
parentb77a435aee80adbde54cb67ef549c6c948a7cdc9 (diff)
CMake: Remove unnecessary defines
Remove #defines not needed in any part of the sourcecode Change-Id: I042ed4ae5750c07e3316b9a18516359213cf7998 Reviewed-on: https://code.wireshark.org/review/37438 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 170b51a694..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 if LIBSSH has ssh_userauth_agent() function */
-#cmakedefine HAVE_SSH_USERAUTH_AGENT 1
-
/* Define if you have the 'dlget' function. */
#cmakedefine HAVE_DLGET 1
@@ -160,24 +157,12 @@
/* Define to use Lua */
#cmakedefine HAVE_LUA 1
-/* Define to 1 if you have the <lua.h> header file. */
-#cmakedefine HAVE_LUA_H 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#cmakedefine HAVE_MEMORY_H 1
-
/* Define to use MIT kerberos */
#cmakedefine HAVE_MIT_KERBEROS 1
/* Define to 1 if you have the `mkstemps' function. */
#cmakedefine HAVE_MKSTEMPS 1
-/* Define to 1 if you have the `mmap' function. */
-#cmakedefine HAVE_MMAP 1
-
-/* Define to 1 if you have the `mprotect' function. */
-#cmakedefine HAVE_MPROTECT 1
-
/* Define to 1 if you have the <netdb.h> header file. */
#cmakedefine HAVE_NETDB_H 1