1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-05 17:39:36 +00:00

System's errno.h inclusion cleanup.

System's errno.h is conditionally included from setup_once.h
This commit is contained in:
Yang Tse
2011-03-22 14:02:23 +01:00
parent ef8e2ad601
commit 8c503ddf79
9 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,7 @@
#define __ARES_CONFIG_WIN32_H
/* Copyright (C) 2004 - 2010 by Daniel Stenberg et al
/* Copyright (C) 2004 - 2011 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
@ -26,6 +26,9 @@
/* Define if you have the <assert.h> header file. */
#define HAVE_ASSERT_H 1
/* Define if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
/* Define if you have the <getopt.h> header file. */
#if defined(__MINGW32__) || defined(__POCC__)
#define HAVE_GETOPT_H 1