config.h.in
changeset 109 2d2111cb5109
parent 95 f2f4c7810a72
child 115 47bed161e3b0
equal deleted inserted replaced
108:dedb85093c02 109:2d2111cb5109
    16 You should have received a copy of the GNU General Public License
    16 You should have received a copy of the GNU General Public License
    17 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
    17 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
    18 
    18 
    19 #ifndef MLUA_CONFIG_H
    19 #ifndef MLUA_CONFIG_H
    20 #define MLUA_CONFIG_H
    20 #define MLUA_CONFIG_H
       
    21 
       
    22 #include <mcabber/config.h>
       
    23 
       
    24 #if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 27
       
    25 #  define HAVE_CMD_ID
       
    26 #endif
    21 
    27 
    22 // define this to enable debugging output
    28 // define this to enable debugging output
    23 #cmakedefine DEBUG
    29 #cmakedefine DEBUG
    24 
    30 
    25 // define this to enable exporting mcabber connection for lua-loudmouth
    31 // define this to enable exporting mcabber connection for lua-loudmouth