If mongoc is configured with ENABLE_SRV=OFF
the following error occurs:
invalid token at start of a preprocessor expression
#if MONGOC_HAVE_DNSAPI != 1
...
if a define directive doesn't have a token we cannot use comparator operator.
we can use only #ifdef and if defined