Remove __CARES_BUILD_H CPP symbols
This commit is contained in:
parent
d743cd4884
commit
f9b9bb44bd
@ -41,9 +41,6 @@
|
||||
* the libuv build process.
|
||||
*/
|
||||
|
||||
#ifndef __CARES_BUILD_H
|
||||
#define __CARES_BUILD_H
|
||||
|
||||
|
||||
#if defined(WIN32)
|
||||
/* Configure process defines this to 1 when it finds out that system */
|
||||
@ -75,8 +72,6 @@
|
||||
/* Data type definition of ares_socklen_t. */
|
||||
typedef int ares_socklen_t;
|
||||
|
||||
#endif /* __CARES_BUILD_H */
|
||||
|
||||
#if 0 /* libuv disabled */
|
||||
#include "ares_rules.h" /* c-ares rules enforcement */
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user