Skip to content
Snippets Groups Projects
Commit 82fff7f4 authored by deuce's avatar deuce
Browse files

New usage of _THREAD_SAFE define to indicated threaded calls are needed

parent e0b90f86
Branches
Tags
No related merge requests found
......@@ -75,7 +75,6 @@ DELETE = rm -f
CFLAGS += -DJAVASCRIPT -I../../include/mozilla/js -I$(XPDEV) -I$(UIFC)
ifdef BSD # BSD
CFLAGS += -D_THREAD_SAFE
# Math libraries needed and uses pthread
LFLAGS := -lm -pthread -lutil
else # Linux / Other UNIX
......
......@@ -4,4 +4,4 @@
# $Id$
SBBSDEFS= -DSBBS -DSBBS_EXPORTS -DSMB_EXPORTS -DWRAPPER_EXPORTS
SBBSDEFS= -DSBBS -DSBBS_EXPORTS -DSMB_EXPORTS -DWRAPPER_EXPORTS -D_THREAD_SAFE
......@@ -45,7 +45,7 @@ DELETE = rm -f
OUTLIB = -o
CFLAGS += -MMD
CFLAGS += -Wall -I$(UIFC) -I$(XPDEV) -I../ -D_THREAD_SAFE
CFLAGS += -Wall -I$(UIFC) -I$(XPDEV) -I../
LFLAGS := -L/usr/local/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment