forked from osmocom/wireshark
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>osmith/wip
parent
b77a435aee
commit
5a7b949398
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue