Go to the documentation of this file.
2 #ifndef ARES__VERSION_H
3 #define ARES__VERSION_H
6 #define ARES_COPYRIGHT "2004 - 2020 Daniel Stenberg, <daniel@haxx.se>."
8 #define ARES_VERSION_MAJOR 1
9 #define ARES_VERSION_MINOR 17
10 #define ARES_VERSION_PATCH 0
11 #define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\
12 (ARES_VERSION_MINOR<<8)|\
14 #define ARES_VERSION_STR "1.17.0"
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
grpc
Author(s):
autogenerated on Thu Mar 13 2025 02:58:33