diff options
Diffstat (limited to 'src/common/socket.h')
-rw-r--r-- | src/common/socket.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/socket.h b/src/common/socket.h index a78b71ad1..6793cfdb5 100644 --- a/src/common/socket.h +++ b/src/common/socket.h @@ -14,11 +14,6 @@ #include <netinet/in.h> #endif #include <time.h> -// SO_REUSEPORT is predefined in FreeBSD in sys/socket.h so we only have to define if it's not -#ifndef SO_REUSEPORT -#define SO_REUSEPORT -#endif - #include "malloc.h" extern time_t tick_; |