From 7ec2d1c53b753238509bf7a89587509305b9216d Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sun, 19 Oct 2008 20:06:14 +0000 Subject: move to asio socket libary for sync bugs / todos: * new connections don't sync * anyrtpproxy broken * anytun-controlld doesn't send data --- src/Sockets/Makefile.Defines.macosx | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/Sockets/Makefile.Defines.macosx (limited to 'src/Sockets/Makefile.Defines.macosx') diff --git a/src/Sockets/Makefile.Defines.macosx b/src/Sockets/Makefile.Defines.macosx deleted file mode 100644 index 9b54559..0000000 --- a/src/Sockets/Makefile.Defines.macosx +++ /dev/null @@ -1,28 +0,0 @@ -CXX = g++ - -CFLAGS += -Wall -g $(INCLUDE) -MD -D_VERSION='"$(VERSION)"' - -# turn off optimization if compiling with gcc 2.9.x: -#CFLAGS += -O0 -CFLAGS += -O2 - - -# uncomment depending on your operating system -#CFLAGS += -DLINUX -CFLAGS += -DMACOSX -# solaris > 8 -#CFLAGS += -DSOLARIS -# solaris 8 -#CFLAGS += -DSOLARIS8 -# windows and/or cygwin -#CFLAGS += -D_WIN32 -# cygwin -#CFLAGS += -D__CYGWIN__ - - -LIBS += \ - -lssl -lcrypto \ - -lpthread - -OBJS += Semaphore.o - -- cgit v1.2.3