]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dns.h
Update this to always run even if we have an inspircd_config.h, having to manually...
[user/henk/code/inspircd.git] / include / dns.h
index d823a04a802e7b234a21b570992dfab88725ffb0..3deb7d3c886b379289950015ac0a4bf9de7da0d0 100644 (file)
@@ -155,14 +155,14 @@ struct ResourceRecord;
  */
 enum QueryType
 {
-       DNS_QUERY_NONE  = 0,      /* Uninitialized Query */
-       DNS_QUERY_A     = 1,      /* 'A' record: an ipv4 address */
-       DNS_QUERY_CNAME = 5,      /* 'CNAME' record: An alias */
-       DNS_QUERY_PTR   = 12,     /* 'PTR' record: a hostname */
-       DNS_QUERY_AAAA  = 28,     /* 'AAAA' record: an ipv6 address */
-
-       DNS_QUERY_PTR4  = 0xFFFD, /* Force 'PTR' to use IPV4 scemantics */
-       DNS_QUERY_PTR6  = 0xFFFE, /* Force 'PTR' to use IPV6 scemantics */
+       DNS_QUERY_NONE  = 0,            /* Uninitialized Query */
+       DNS_QUERY_A     = 1,            /* 'A' record: an ipv4 address */
+       DNS_QUERY_CNAME = 5,            /* 'CNAME' record: An alias */
+       DNS_QUERY_PTR   = 12,           /* 'PTR' record: a hostname */
+       DNS_QUERY_AAAA  = 28,           /* 'AAAA' record: an ipv6 address */
+
+       DNS_QUERY_PTR4  = 0xFFFD,       /* Force 'PTR' to use IPV4 scemantics */
+       DNS_QUERY_PTR6  = 0xFFFE,       /* Force 'PTR' to use IPV6 scemantics */
 };
 
 #ifdef IPV6
@@ -368,7 +368,7 @@ class CoreExport DNS : public EventHandler
 
  public:
 
-        /**
+       /**
         * Server address being used currently
         */
        int socketfamily;