Lines Matching full:cares
57 os.path.join("third_party", "cares", "cares", "include"),
58 os.path.join("third_party", "cares"),
59 os.path.join("third_party", "cares", "cares"),
62 CARES_INCLUDE += (os.path.join("third_party", "cares", "config_darwin"),)
64 CARES_INCLUDE += (os.path.join("third_party", "cares", "config_freebsd"),)
66 CARES_INCLUDE += (os.path.join("third_party", "cares", "config_linux"),)
68 CARES_INCLUDE += (os.path.join("third_party", "cares", "config_openbsd"),)
152 # Export this variable to use the system installation of cares. You need to
295 CORE_C_FILES = filter(lambda x: "third_party/cares" not in x, CORE_C_FILES)
309 CORE_C_FILES = filter(lambda x: "third_party/cares" not in x, CORE_C_FILES)
358 EXTENSION_LIBRARIES += ("cares",)