mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
cmake: remove unused configuration options
This commit is contained in:
parent
3a0dd79f46
commit
7d6026b0f6
@ -87,9 +87,6 @@ if(MSVC)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Include files
|
# Include files
|
||||||
check_include_files(sys/param.h HAVE_SYS_PARAM_H)
|
|
||||||
check_include_files(sys/socket.h HAVE_SYS_SOCKET_H)
|
|
||||||
check_include_files(netdb.h HAVE_NETDB_H)
|
|
||||||
check_include_files(fcntl.h HAVE_FCNTL_H)
|
check_include_files(fcntl.h HAVE_FCNTL_H)
|
||||||
check_include_files(unistd.h HAVE_UNISTD_H)
|
check_include_files(unistd.h HAVE_UNISTD_H)
|
||||||
check_include_files(limits.h HAVE_LIMITS_H)
|
check_include_files(limits.h HAVE_LIMITS_H)
|
||||||
@ -125,9 +122,6 @@ if(NOT WIN32)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Endian
|
|
||||||
test_big_endian(BIG_ENDIAN)
|
|
||||||
|
|
||||||
# Path to put FreeRDP data
|
# Path to put FreeRDP data
|
||||||
set(FREERDP_DATA_PATH "${CMAKE_INSTALL_PREFIX}/share/freerdp")
|
set(FREERDP_DATA_PATH "${CMAKE_INSTALL_PREFIX}/share/freerdp")
|
||||||
set(FREERDP_KEYMAP_PATH "${FREERDP_DATA_PATH}/keymaps")
|
set(FREERDP_KEYMAP_PATH "${FREERDP_DATA_PATH}/keymaps")
|
||||||
|
@ -12,9 +12,6 @@
|
|||||||
#define FREERDP_KEYMAP_PATH "${FREERDP_KEYMAP_PATH}"
|
#define FREERDP_KEYMAP_PATH "${FREERDP_KEYMAP_PATH}"
|
||||||
|
|
||||||
/* Include files */
|
/* Include files */
|
||||||
#cmakedefine HAVE_SYS_PARAM_H
|
|
||||||
#cmakedefine HAVE_SYS_SOCKET_H
|
|
||||||
#cmakedefine HAVE_NETDB_H
|
|
||||||
#cmakedefine HAVE_FCNTL_H
|
#cmakedefine HAVE_FCNTL_H
|
||||||
#cmakedefine HAVE_UNISTD_H
|
#cmakedefine HAVE_UNISTD_H
|
||||||
#cmakedefine HAVE_LIMITS_H
|
#cmakedefine HAVE_LIMITS_H
|
||||||
@ -24,17 +21,12 @@
|
|||||||
|
|
||||||
#cmakedefine HAVE_TM_GMTOFF
|
#cmakedefine HAVE_TM_GMTOFF
|
||||||
|
|
||||||
/* Endian */
|
|
||||||
#cmakedefine BIG_ENDIAN
|
|
||||||
|
|
||||||
/* Options */
|
/* Options */
|
||||||
#cmakedefine WITH_PROFILER
|
#cmakedefine WITH_PROFILER
|
||||||
#cmakedefine WITH_SSE2
|
#cmakedefine WITH_SSE2
|
||||||
#cmakedefine WITH_SSE2_TARGET
|
|
||||||
#cmakedefine WITH_NEON
|
#cmakedefine WITH_NEON
|
||||||
|
|
||||||
/* Debug */
|
/* Debug */
|
||||||
#cmakedefine WITH_DEBUG_ASSERT
|
|
||||||
#cmakedefine WITH_DEBUG_CERTIFICATE
|
#cmakedefine WITH_DEBUG_CERTIFICATE
|
||||||
#cmakedefine WITH_DEBUG_CHANNELS
|
#cmakedefine WITH_DEBUG_CHANNELS
|
||||||
#cmakedefine WITH_DEBUG_CLIPRDR
|
#cmakedefine WITH_DEBUG_CLIPRDR
|
||||||
|
Loading…
Reference in New Issue
Block a user