comparison plugins/gevolution/gevolution.h @ 10835:c5f8b6e66455

[gaim-migrate @ 12507] the gevolution plugin works with evolution-data-server 1.0 or 1.2 committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 17 Apr 2005 15:36:28 +0000
parents ff4be2d1401d
children 5a8bc4b1f5b6
comparison
equal deleted inserted replaced
10834:76d85ccf7d90 10835:c5f8b6e66455
22 #define _GEVOLUTION_H_ 22 #define _GEVOLUTION_H_
23 23
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 # include "config.h" 25 # include "config.h"
26 #endif 26 #endif
27
28 #define EBOOK_CHECK_VERSION(major, minor, micro) \
29 (LIBEBOOK_MAJOR_VER > (major) || \
30 (LIBEBOOK_MAJOR_VER == (major) && LIBEBOOK_MINOR_VER > (minor)) || \
31 (LIBEBOOK_MAJOR_VER == (major) && LIBEBOOK_MINOR_VER == (minor) && \
32 LIBEBOOK_MICRO_VER >= (micro)))
33 27
34 #include <libebook/e-book.h> 28 #include <libebook/e-book.h>
35 29
36 enum 30 enum
37 { 31 {