From 7c38895c0104f4a2e77368f77fdc4df2ea4e70a1 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 29 Jan 2024 16:16:29 +0000 Subject: [PATCH] Remove unneeded define. --- P25Gateway/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P25Gateway/Makefile b/P25Gateway/Makefile index f774001..885445a 100644 --- a/P25Gateway/Makefile +++ b/P25Gateway/Makefile @@ -1,6 +1,6 @@ CC = cc CXX = c++ -CFLAGS = -g -O3 -Wall -DHAVE_LOG_H -DUDP_SOCKET_MAX=2 -std=c++0x -pthread +CFLAGS = -g -O3 -Wall -DHAVE_LOG_H -std=c++0x -pthread LIBS = -lpthread LDFLAGS = -g