summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1a4bc662..660008e0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,13 +17,6 @@ ENDIF()
ADD_DEFINITIONS(-DSUPPORT_GAMMA)
ADD_DEFINITIONS(-DUSE_PRECISE_CMOVIE)
-# Which socket implementation are we using?
-IF(WIN32)
-ADD_DEFINITIONS(-DUSE_WINSOCK)
-ELSE()
-ADD_DEFINITIONS(-DUSE_UNIXSOCK)
-ENDIF()
-
#
# X11 support (OPTIONAL)
#