/opensource.apple.com/source/netinfo/netinfo-324.2.1/resolver/res_debug.h
# · C++ Header · 59 lines · 42 code · 3 blank · 14 comment · 3 complexity · 7163329d138935387281d7d164ce1031 MD5 · raw file
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>res_debug.h</title>
- <style type="text/css">
- .enscript-comment { font-style: italic; color: rgb(178,34,34); }
- .enscript-function-name { font-weight: bold; color: rgb(0,0,255); }
- .enscript-variable-name { font-weight: bold; color: rgb(184,134,11); }
- .enscript-keyword { font-weight: bold; color: rgb(160,32,240); }
- .enscript-reference { font-weight: bold; color: rgb(95,158,160); }
- .enscript-string { font-weight: bold; color: rgb(188,143,143); }
- .enscript-builtin { font-weight: bold; color: rgb(218,112,214); }
- .enscript-type { font-weight: bold; color: rgb(34,139,34); }
- .enscript-highlight { text-decoration: underline; color: 0; }
- </style>
- </head>
- <body id="top">
- <h1 style="margin:8px;" id="f1">res_debug.h <span style="font-weight: normal; font-size: 0.5em;">[<a href="?txt">plain text</a>]</span></h1>
- <hr/>
- <div></div>
- <pre>
- <span class="enscript-comment">/*
- * Copyright (c) 1999 by Internet Software Consortium.
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
- * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
- * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
- * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
- * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
- * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
- * SOFTWARE.
- */</span>
- #<span class="enscript-reference">ifndef</span> <span class="enscript-variable-name">_RES_DEBUG_H_</span>
- #<span class="enscript-reference">define</span> <span class="enscript-variable-name">_RES_DEBUG_H_</span>
- #<span class="enscript-reference">ifndef</span> <span class="enscript-variable-name">DEBUG</span>
- # <span class="enscript-reference">define</span> <span class="enscript-function-name">Dprint</span>(cond, args) <span class="enscript-comment">/*empty*/</span>
- # <span class="enscript-reference">define</span> <span class="enscript-function-name">DprintQ</span>(cond, args, query, size) <span class="enscript-comment">/*empty*/</span>
- # <span class="enscript-reference">define</span> <span class="enscript-function-name">Aerror</span>(statp, file, string, error, address) <span class="enscript-comment">/*empty*/</span>
- # <span class="enscript-reference">define</span> <span class="enscript-function-name">Perror</span>(statp, file, string, error) <span class="enscript-comment">/*empty*/</span>
- #<span class="enscript-reference">else</span>
- # <span class="enscript-reference">define</span> <span class="enscript-function-name">Dprint</span>(cond, args) if (cond) {fprintf args;} else {}
- # <span class="enscript-reference">define</span> <span class="enscript-function-name">DprintQ</span>(cond, args, query, size) if (cond) {\
- fprintf args;\
- res_pquery(statp, query, size, stdout);\
- } <span class="enscript-keyword">else</span> {}
- #<span class="enscript-reference">endif</span>
- #<span class="enscript-reference">endif</span> <span class="enscript-comment">/* _RES_DEBUG_H_ */</span>
- </pre>
- <hr />
- </body></html>