config.h.in
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 08 Apr 2010 15:00:06 +0300
changeset 17 2c47fa36d473
parent 16 543bd8927354
child 19 80394a515782
permissions -rw-r--r--
Fix typo (reported by Hermitifier)


#ifndef LOCAL_CONFIG_H
#define LOCAL_CONFIG_H

#include <mcabber/config.h>

#if MCABBER_BRANCH_EXPERIMENTAL && MCABBER_API_VERSION >= 23
#  define HAVE_CMD_ID
#  if MCABBER_API_VERSION >= 24
#    define HAVE_CMD_SAFE
#  endif
#endif

#define PROJECT_VERSION ( "${PROJECT_VERSION}" )

#endif