checkpoint. turned off nagle and send buffering. also

added test to skip clipboard conversion if a previous
conversion from that owner failed.
This commit is contained in:
crs
2002-05-01 15:31:47 +00:00
parent 59c5e4bf13
commit f2e83e607d
5 changed files with 54 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ RMR = /bin/rm -rf
#
# compiler options
#
GCXXDEFS = -D_XOPEN_SOURCE=600
GCXXDEFS = -D_XOPEN_SOURCE=600 -D_SVID_SOURCE
GCXXINCS = -I$(DEPTH)/include -I/usr/X11R6/include
GCXXOPTS = -Wall -W -fexceptions
CXXOPTIMIZER = -g