mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-05 20:59:33 +00:00
config-win32: provide HAVE_ASSERT_H definition
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
#define __ARES_CONFIG_WIN32_H
|
#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
|
* Permission to use, copy, modify, and distribute this software and its
|
||||||
* documentation for any purpose and without fee is hereby granted, provided
|
* 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 */
|
/* 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. */
|
/* Define if you have the <getopt.h> header file. */
|
||||||
#if defined(__MINGW32__) || defined(__POCC__)
|
#if defined(__MINGW32__) || defined(__POCC__)
|
||||||
#define HAVE_GETOPT_H 1
|
#define HAVE_GETOPT_H 1
|
||||||
|
Reference in New Issue
Block a user