cmake FLB_HAVE_SYSTEMD_SDBUS examples

fluent/fluent-bit CMakeLists.txt :869

check_c_source_compiles("
    #include <systemd/sd-bus.h>
    int main() {
       return 0;
    }" FLB_HAVE_SYSTEMD_SDBUS)