summaryrefslogtreecommitdiffstats
path: root/tests/have_relpEngineSetTLSLibByName.c
blob: f8e5d88c5fe8004c675c3cdf70a4ebdbae8d0006 (plain)
1
2
3
4
5
6
7
8
9
10
#include "config.h"

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