ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/evdns.c
(Generate patch)

Comparing libev/evdns.c (file contents):
Revision 1.8 by root, Sun Nov 4 16:52:52 2007 UTC vs.
Revision 1.9 by root, Sun Nov 4 18:15:16 2007 UTC

1/* $Id: evdns.c,v 1.8 2007/11/04 16:52:52 root Exp $ */ 1/* $Id: evdns.c,v 1.9 2007/11/04 18:15:16 root Exp $ */
2 2
3/* The original version of this module was written by Adam Langley; for 3/* The original version of this module was written by Adam Langley; for
4 * a history of modifications, check out the subversion logs. 4 * a history of modifications, check out the subversion logs.
5 * 5 *
6 * When editing this module, try to keep it re-mergeable by Adam. Don't 6 * When editing this module, try to keep it re-mergeable by Adam. Don't
38#ifdef HAVE_CONFIG_H 38#ifdef HAVE_CONFIG_H
39#include "config.h" 39#include "config.h"
40#endif 40#endif
41 41
42#ifdef WIN32 42#ifdef WIN32
43#ifndef EV_EMBED 43#ifndef EV_STANDALONE
44#include "misc.h" 44#include "misc.h"
45#endif 45#endif
46#endif 46#endif
47 47
48/* #define NDEBUG */ 48/* #define NDEBUG */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines