Skip to content
Snippets Groups Projects
Commit d15ed439 authored by Yang Tse's avatar Yang Tse
Browse files

Change multiple header inclusion prevention definition to __ARES_INET_NET_PTON_H

parent b765e1f3
No related branches found
No related tags found
No related merge requests found
#ifndef __ARES_INET_NET_PTON_H
#define __ARES_INET_NET_PTON_H
/* $Id$ */
/*
......@@ -14,9 +17,6 @@
* without express or implied warranty.
*/
#ifndef INET_NET_PTON_H
#define INET_NET_PTON_H
#if defined(HAVE_INET_PTON) && defined(HAVE_INET_PTON_IPV6)
#define ares_inet_pton(x,y,z) inet_pton(x,y,z)
#else
......@@ -28,4 +28,4 @@ int ares_inet_pton(int af, const char *src, void *dst);
int ares_inet_net_pton(int af, const char *src, void *dst, size_t size);
#endif
#endif /* INET_NET_PTON_H */
#endif /* __ARES_INET_NET_PTON_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment