Skip to content

Commit

Permalink
cmake: remove unused configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
kiilerix committed Mar 22, 2012
1 parent 3a0dd79 commit 7d6026b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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")
Expand Down
8 changes: 0 additions & 8 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7d6026b

Please sign in to comment.