]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: contrib: dummy wurfl library
authorpaulborile <paul.borile@gmail.com>
Thu, 18 Apr 2019 10:31:25 +0000 (12:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 23 Apr 2019 09:00:23 +0000 (11:00 +0200)
commitcd9b9bd3e47cb2814eaab6c07d1facf222f013a9
tree586d3339e6f10bb21bb4645249db6d8798a46a0c
parent7714b1260478f286da9adf6cbf9ea2e6e61aab32
MINOR: contrib: dummy wurfl library

This is dummy version of the Scientiamobile WURFL C API that can be used
to successfully build/run haproxy compiled with USE_WURFL=1.
It is marked as version 1.11.2.100 to distinguish it from any real version
of the lib. It has no external dependencies so it should work out of the
box by building it like this :

   $ make -C contrib/wurfl

In order to use it, simply reference this directory as the WURFL include
and library paths :

   $ make TARGET=<target> USE_WURFL=1 WURFL_INC=$PWD/contrib/wurfl WURFL_LIB=$PWD/contrib/wurfl
contrib/wurfl/Makefile [new file with mode: 0644]
contrib/wurfl/dummy-wurfl.c [new file with mode: 0644]
contrib/wurfl/wurfl/wurfl.h [new file with mode: 0644]
doc/WURFL-device-detection.txt