loudmouth/lm-asyncns-resolver.h
changeset 744 4ebe32453682
parent 690 7ccf2113ec5f
equal deleted inserted replaced
743:9098ee1972df 744:4ebe32453682
    17  */
    17  */
    18 
    18 
    19 #ifndef __LM_ASYNCNS_RESOLVER_H__
    19 #ifndef __LM_ASYNCNS_RESOLVER_H__
    20 #define __LM_ASYNCNS_RESOLVER_H__
    20 #define __LM_ASYNCNS_RESOLVER_H__
    21 
    21 
       
    22 #include <config.h>
       
    23 
    22 #include <glib-object.h>
    24 #include <glib-object.h>
       
    25 
       
    26 #ifdef HAVE_ASYNCNS
       
    27 #define freeaddrinfo(x) asyncns_freeaddrinfo(x)
       
    28 #endif
    23 
    29 
    24 #include "lm-resolver.h"
    30 #include "lm-resolver.h"
    25 
    31 
    26 G_BEGIN_DECLS
    32 G_BEGIN_DECLS
    27 
    33