diff options
Diffstat (limited to 'tests/have_relpSrvSetTlsConfigCmd.c')
-rw-r--r-- | tests/have_relpSrvSetTlsConfigCmd.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/have_relpSrvSetTlsConfigCmd.c b/tests/have_relpSrvSetTlsConfigCmd.c new file mode 100644 index 0000000..fef068c --- /dev/null +++ b/tests/have_relpSrvSetTlsConfigCmd.c @@ -0,0 +1,10 @@ +#include "config.h" + +int main(int argc __attribute__((unused)), char *argv[]__attribute__((unused))) +{ +#if defined(HAVE_RELPENGINESETTLSCFGCMD) + return 0; +#else + return 1; +#endif +} |