mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 10:30:40 +01:00
11 lines
184 B
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
|
|
}
|