commit | 350c1c6886f102100e86731840ae249bcdf49687 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 21 14:57:34 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 21 21:30:54 2016 +0100 |
tree | 050f180c9949d2ae60ee089b2717f3802dc7e133 | |
parent | b149eedd5aa4b770f940d608865672b0d418f526 [diff] |
CLEANUP: wurfl: move global settings out of the global section We replaced global.wurfl with global_wurfl since there's no need to store all this into the global section. This removes the last #ifdefs, and now the code is 100% self-contained in wurfl.c. It provides a good example of how to integrate code in the future without touching the core parts.