2 #ifndef ARES__VERSION_H
3 #define ARES__VERSION_H
5 /* This is the global package copyright */
6 #define ARES_COPYRIGHT "2004 - 2010 Daniel Stenberg, <daniel@haxx.se>."
8 #define ARES_VERSION_MAJOR 1
9 #define ARES_VERSION_MINOR 7
10 #define ARES_VERSION_PATCH 4
11 #define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\
12 (ARES_VERSION_MINOR<<8)|\
14 #define ARES_VERSION_STR "1.7.4"
16 #if (ARES_VERSION >= 0x010700)
17 # define CARES_HAVE_ARES_LIBRARY_INIT 1
18 # define CARES_HAVE_ARES_LIBRARY_CLEANUP 1
20 # undef CARES_HAVE_ARES_LIBRARY_INIT
21 # undef CARES_HAVE_ARES_LIBRARY_CLEANUP