summaryrefslogtreecommitdiff
path: root/src/lib/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* lib: Re-enable multi-block supportdimitri staessens2017-10-131-0/+1
| | | | | | Multi-block support was forgotten during the update of the build system. This enables it again and fixes some bugs when it is disabled and larger SDUs are sent.
* lib: Provide RIB API to export internals via fusedimitri staessens2017-09-181-2/+5
| | | | | | | This adds a virtual RIB that is accessible as a filesystem that is accessed through a fuse mountpoint (configurable , default is /tmp/ouroboros). Currently, each IPCP will export its link state database.
* lib: Fix check for robust mutexesSander Vrijders2017-08-221-2/+2
| | | | | There was an else clause matched with the wrong if statement, resulting in robust mutexes being enabled even in glibc 2.25.
* build: Revise the build systemdimitri staessens2017-08-211-0/+57
This revises the build system to have configuration per system component. System settings can now be set using cmake. The standard compliance defines were removed from configuration header and are set in the sources where needed. Also some small code refactors, such as moving the data for shims out of the ipcp structure to the respective shims were performed.