Attention is currently required from: pespin.
Timur Davydov has posted comments on this change by Timur Davydov. ( https://gerrit.osmocom.org/c/osmo-trx/+/42654?usp=email )
Change subject: build: detect pthread_setname_np and sched_* APIs, guard usage ......................................................................
Patch Set 2:
(1 comment)
File CommonLibs/Threads.cpp:
https://gerrit.osmocom.org/c/osmo-trx/+/42654/comment/019d7587_d1d1309e?usp=... : PS1, Line 39:
In general config. […]
Ack, makes sense.
I moved `config.h` to the top of the file and wrapped it with `#ifdef HAVE_CONFIG_H`.
I also added config.h to a few other files which include uhd_specific.h indirectly via other headers, namely `ms.h`, `ms_trxcon_if.h` and `ms_upper.h`, to ensure consistent configuration visibility.