config.h.in
changeset 59 19cfaceda6bb
parent 57 37ed3c7ac1b6
child 63 c17f3295f52c
--- a/config.h.in	Sat Mar 05 14:57:58 2016 +0200
+++ b/config.h.in	Sat Mar 05 15:43:04 2016 +0200
@@ -1,5 +1,5 @@
 
-/* Copyright 2009 Myhailo Danylenko
+/* Copyright 2009-2016 Myhailo Danylenko
 
 This file is part of lua-lm.
 
@@ -34,6 +34,12 @@
 // define this, if your loudmouth have lm_connection_unregister_reply_handler ()
 #cmakedefine HAVE_LM_CONNECTION_UNREGISTER_REPLY_HANDLER
 
+// define this, if your loudmouth have lm_ssl_set_ca ()
+#cmakedefine HAVE_LM_SSL_SET_CA
+
+// define this, if your loudmouth have lm_ssl_set_cipher_list ()
+#cmakedefine HAVE_LM_SSL_SET_CIPHER_LIST
+
 #ifndef HAVE_LUA52
 #  define lua_rawlen lua_objlen
 #  define luaL_setfuncs(STATE, REGTABLE, IGZERO) luaL_register ( STATE, NULL, REGTABLE )