Commit 968e08d6 by Zack Weinberg Committed by Gerald Pfeifer

internal.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H as well.

	* internal.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H
	as well.

Co-Authored-By: Gerald Pfeifer <gerald@pfeifer.com>

From-SVN: r90079
parent 106f5de5
2004-11-04 Zack Weinberg <zack@codesourcery.com>
Gerald Pfeifer <gerald@pfeifer.com>
* internal.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H
as well.
2004-10-27 Zack Weinberg <zack@codesourcery.com> 2004-10-27 Zack Weinberg <zack@codesourcery.com>
PR 18075 PR 18075
......
...@@ -26,7 +26,11 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ...@@ -26,7 +26,11 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "symtab.h" #include "symtab.h"
#include "cpp-id-data.h" #include "cpp-id-data.h"
#if defined HAVE_ICONV_H && defined HAVE_ICONV #ifndef HAVE_ICONV_H
#undef HAVE_ICONV
#endif
#if HAVE_ICONV
#include <iconv.h> #include <iconv.h>
#else #else
#define HAVE_ICONV 0 #define HAVE_ICONV 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment