summaryrefslogtreecommitdiff
path: root/config-win32.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-12-17 18:42:59 +0100
committerYang Tse <yangsita@gmail.com>2010-12-17 18:42:59 +0100
commit1cfd800d4ac1f9542f6ee93302d2e63709f7e7bf (patch)
tree92f8c025b1fbdb184c895dc2093e8c25665f4df0 /config-win32.h
parent7a4ec5ce61a6de4a11b5a681e31b1640463515b1 (diff)
downloadc-ares-1cfd800d4ac1f9542f6ee93302d2e63709f7e7bf.tar.gz
c-ares-1cfd800d4ac1f9542f6ee93302d2e63709f7e7bf.tar.bz2
c-ares-1cfd800d4ac1f9542f6ee93302d2e63709f7e7bf.zip
config-win32: provide HAVE_ASSERT_H definition
Diffstat (limited to 'config-win32.h')
-rw-r--r--config-win32.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/config-win32.h b/config-win32.h
index 898ba90..635845d 100644
--- a/config-win32.h
+++ b/config-win32.h
@@ -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
@@ -16,13 +16,16 @@
*/
/* ================================================================ */
-/* 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