add support for RcB2 build system
commit1933b31e75ab8736600291c97f2fd1ee1804b59a
authorrofl0r <retnyg@gmx.net>
Wed, 10 Apr 2019 00:36:05 +0000 (10 01:36 +0100)
committerrofl0r <retnyg@gmx.net>
Wed, 10 Apr 2019 00:40:46 +0000 (10 01:40 +0100)
treeefb863a1fd31db3b427f65586e3bf4e5cf0a8277
parentf43ea2822b842843f75233b5609f3dc0d7bcadaa
add support for RcB2 build system

as the libulz include files, when installed systemwide, live in an "ulz" prefix,
e.g. /include/ulz/foo.h, but not when they're in their native source tree, an
additional USE_LIBULZ_SYS ifdef was added for the former case. when compiling
with RcB2 and the wish to use USE_LIBULZ, you need to specify the path to its
include dir with a -I switch added to C/CPPFLAGS.

micclient/server have not been adapted so far because they have pending changes.
12 files changed:
examples/polite_echoserver.c
examples/portscanner.c
examples/rocksock_test3.c
rocksock.c
rocksock.h
rocksock_cyassl.c
rocksock_openssl.c
rocksock_ssl.c
rocksock_ssl_internal.h
rocksockirc/rsirc.c
rocksockirc/rsirc.h
rocksockserver.h