cmake: remove unused configuration options

This commit is contained in:
Mads Kiilerich 2012-03-22 13:33:54 +01:00
parent 3a0dd79f46
commit 7d6026b0f6
2 changed files with 0 additions and 14 deletions

View File

@ -87,9 +87,6 @@ if(MSVC)
endif()
# 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(unistd.h HAVE_UNISTD_H)
check_include_files(limits.h HAVE_LIMITS_H)
@ -125,9 +122,6 @@ if(NOT WIN32)
endif()
endif()
# Endian
test_big_endian(BIG_ENDIAN)
# Path to put FreeRDP data
set(FREERDP_DATA_PATH "${CMAKE_INSTALL_PREFIX}/share/freerdp")
set(FREERDP_KEYMAP_PATH "${FREERDP_DATA_PATH}/keymaps")

View File

@ -12,9 +12,6 @@
#define FREERDP_KEYMAP_PATH "${FREERDP_KEYMAP_PATH}"
/* Include files */
#cmakedefine HAVE_SYS_PARAM_H
#cmakedefine HAVE_SYS_SOCKET_H
#cmakedefine HAVE_NETDB_H
#cmakedefine HAVE_FCNTL_H
#cmakedefine HAVE_UNISTD_H
#cmakedefine HAVE_LIMITS_H
@ -24,17 +21,12 @@
#cmakedefine HAVE_TM_GMTOFF
/* Endian */
#cmakedefine BIG_ENDIAN
/* Options */
#cmakedefine WITH_PROFILER
#cmakedefine WITH_SSE2
#cmakedefine WITH_SSE2_TARGET
#cmakedefine WITH_NEON
/* Debug */
#cmakedefine WITH_DEBUG_ASSERT
#cmakedefine WITH_DEBUG_CERTIFICATE
#cmakedefine WITH_DEBUG_CHANNELS
#cmakedefine WITH_DEBUG_CLIPRDR