summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/talloc-internal.h
Commit message (Collapse)AuthorAgeFilesLines
* remove our internal copy of talloc, use system libtallocHarald Welte2015-12-051-189/+0
| | | | | | | Shipping our own private copy of talloc was a good idea in 2008, when it was not readily available on most target platforms. Today, the situation is quite different, as it is a standard library on major Linux distributions.
* use system-wide libtalloc with --enable-system-tallocHarald Welte2015-11-211-0/+189
This introduces a new configure flag by which the libosmocore-internal talloc code is not compiled, but rather a system-wide libtalloc is used. When we started openbsc/libosmocore in 2008, libtalloc was not widely present on systems yet. This has changed meanwhile, and we should simply use the system-wide library