rsyslog/tests/have_relpEngineSetTLSLibByName.c

11 lines
184 B
C

#include "config.h"
int main(int argc __attribute__((unused)), char *argv[]__attribute__((unused)))
{
#if defined(HAVE_RELPENGINESETTLSLIBBYNAME)
return 0;
#else
return 1;
#endif
}