config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 11 Apr 2010 22:36:21 +0300
changeset 22 de39c033fbc8
parent 20 d5748ae53a17
child 26 7845d23ad8fc
permissions -rw-r--r--
Update config.h.in


#ifndef LOCAL_CONFIG_H
#define LOCAL_CONFIG_H

#include <mcabber/config.h>

#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 27
#  define HAVE_CMD_ID
#endif

#define PROJECT_VERSION ( "${PROJECT_VERSION}" )

#endif