summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordscho <dscho>2001-10-04 18:03:37 +0000
committerdscho <dscho>2001-10-04 18:03:37 +0000
commit48eb9b22c7097c4af61760ce3fdc7f5135e657bc (patch)
tree16987447acfe4c26cee592fdc26fa25c9be962ab /Makefile
parent1ed7f54eefa8d55640fcb4b6776b79db14a8c064 (diff)
downloadlibvncserver-48eb9b22c7097c4af61760ce3fdc7f5135e657bc.zip
libvncserver-48eb9b22c7097c4af61760ce3fdc7f5135e657bc.tar.gz
rfbDoCopyRect/Region and rfbScheduleCopyRect/Region.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c456673..08b972e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ INCLUDES=-I.
VNCSERVERLIB=-L. -lvncserver -L/usr/local/lib -lz -ljpeg
# Uncomment these two lines to enable use of PThreads
-PTHREADDEF = -DHAVE_PTHREADS
-PTHREADLIB = -lpthread
+#PTHREADDEF = -DHAVE_PTHREADS
+#PTHREADLIB = -lpthread
# Comment the following line to disable the use of 3 Bytes/Pixel.
# The code for 3 Bytes/Pixel is not very efficient!
OpenPOWER on IntegriCloud