mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-11 12:41:37 +01:00
-include win32/ares/setup.h, -HAVE_INET_PTON etc... ..... ... a r g h
This commit is contained in:
parent
ef64b411c8
commit
baa7d5f4f3
3 changed files with 0 additions and 7 deletions
|
@ -30,10 +30,8 @@
|
|||
#define __u_l unsigned long
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
extern int inet_pton(int af, const char *src, void *dst);
|
||||
extern const char *inet_ntop(int af, const void *src, char *dst, size_t cnt);
|
||||
#endif
|
||||
|
||||
#ifdef __STDC__
|
||||
# ifndef _WIN32
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
/* OMG... OMG! WHAT AN INCLUDE HORROR !!! */
|
||||
#undef strcasecmp
|
||||
#undef strncasecmp
|
||||
#ifdef WIN32
|
||||
#include <win32/ares/setup.h>
|
||||
#endif
|
||||
#include <ares.h>
|
||||
#include <ares_version.h>
|
||||
#undef strcasecmp
|
||||
|
|
|
@ -44,8 +44,6 @@
|
|||
#undef TIMES_2
|
||||
#undef GETRUSAGE_2
|
||||
#define HAVE_ALLOCA
|
||||
#define HAVE_INET_NTOP
|
||||
#define HAVE_INET_PTON
|
||||
/* vc 2005 */
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1400
|
||||
# define HAVE_VSNPRINTF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue