Remove __CARES_BUILD_H CPP symbols

This commit is contained in:
Ryan Dahl 2011-06-28 13:31:32 +02:00
parent d743cd4884
commit f9b9bb44bd

View File

@ -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