浏览代码

docs: remove documentation about removed dns related defines as well

Henning Westerholt 7 年之前
父节点
当前提交
3741a8abb4
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      doc/tutorials/dns.txt

+ 0 - 9
doc/tutorials/dns.txt

@@ -170,12 +170,6 @@ DNS Resolver Compile Options
       NAPTR support still has to be enabled from Kamailio's config file (it's
       off by default).
 
-   RESOLVE_DBG - if defined, the resolver will be very verbose: it will log
-      a lot of debugging information at L_DBG level.
-
-   NAPTR_DBG - if defined the NAPTR related resolver functions will be very
-       verbose.
-
 
 DNS Cache and Failover Config Variables
 ---------------------------------------
@@ -307,9 +301,6 @@ DNS Cache Compile Options
        If this option is not defined (experimental), everything in the AR
        section will be added to the cache.
 
-   DNS_CACHE_DEBUG - if defined the DNS cache will be very verbose (it will
-       log lots of messages at the L_DBG levell).
- 
  Note: To remove a compile options,  edit Kamailio's Makefile.defs and remove it 
    from DEFS list. To add a compile options add it to the make command line,
      e.g.: make proper; make all extra_defs=-DUSE_DNS_FAILOVER