aboutsummaryrefslogtreecommitdiff
path: root/ares_build.h
AgeCommit message (Collapse)Author
2015-07-20Build libcares.so on Android.Gilad Arnold
Adds ares_config.h (derived from ares_config.h.in) and Android.mk. Also, some small fixes to make the code build without errors: ares_build.h: CARES_SIZEOF_LONG defaults to sizeof(long) if no other case applies; while this seems to defeat the purpose of defining a macro, it works. ares_nowarn.c: If HAVE_LIMITS_H is defined, include limits.h and use INT_MAX and UINT_MAX as needed. Bug: 22545809 Change-Id: I628ce2659f6503a415d06db3e223d9ef00956ddb
2015-07-17Initial c-ares-1.7.5 distribution.Gilad Arnold
Includes NOTICE and MODULE_LICENSE_MIT files. Omitted: - m4/ - vc/ - *.pdf - *.[13] - Makefile.{Watcom,dj,m32,msvc,netware} Bug: 22545809