config-win32: provide HAVE_ASSERT_H definition
authorYang Tse <yangsita@gmail.com>
Fri, 17 Dec 2010 17:42:59 +0000 (18:42 +0100)
committerYang Tse <yangsita@gmail.com>
Fri, 17 Dec 2010 17:42:59 +0000 (18:42 +0100)
config-win32.h

index 898ba904722fcb199e9d1a823d0a53b2286ac55e..635845d68eb1d5d1069327d06801d8e720b27af3 100644 (file)
@@ -2,7 +2,7 @@
 #define __ARES_CONFIG_WIN32_H
 
 
-/* Copyright (C) 2004 - 2008 by Daniel Stenberg et al
+/* Copyright (C) 2004 - 2010 by Daniel Stenberg et al
  *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation for any purpose and without fee is hereby granted, provided
  */
 
 /* ================================================================ */
-/*    ares/config-win32.h - Hand crafted config file for Windows    */
+/*   c-ares/config-win32.h - Hand crafted config file for Windows   */
 /* ================================================================ */
 
 /* ---------------------------------------------------------------- */
 /*                          HEADER FILES                            */
 /* ---------------------------------------------------------------- */
 
+/* Define if you have the <assert.h> header file.  */
+#define HAVE_ASSERT_H 1
+
 /* Define if you have the <getopt.h> header file.  */
 #if defined(__MINGW32__) || defined(__POCC__)
 #define HAVE_GETOPT_H 1