1/* lib/config.h.  Generated from config.h.in by configure.  */
2/* Copyright (C) 1999-2003, 2005 Free Software Foundation, Inc.
3   This file is part of the GNU LIBICONV Library.
4
5   The GNU LIBICONV Library is free software; you can redistribute it
6   and/or modify it under the terms of the GNU Library General Public
7   License as published by the Free Software Foundation; either version 2
8   of the License, or (at your option) any later version.
9
10   The GNU LIBICONV Library is distributed in the hope that it will be
11   useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
12   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13   Library General Public License for more details.
14
15   You should have received a copy of the GNU Library General Public
16   License along with the GNU LIBICONV Library; see the file COPYING.LIB.
17   If not, write to the Free Software Foundation, Inc., 51 Franklin Street,
18   Fifth Floor, Boston, MA 02110-1301, USA.  */
19
20
21/* Define to 1 to enable a few rarely used encodings. */
22/* #undef ENABLE_EXTRA */
23
24/* Define to 1 if the package shall run at any location in the filesystem. */
25#define ENABLE_RELOCATABLE 1
26
27/* Define to a type if <wchar.h> does not define. */
28#define mbstate_t int
29
30/* Define if you have <iconv.h>, the iconv_t type, and the
31   iconv_open, iconv, iconv_close functions. */
32/* #undef HAVE_ICONV */
33/* Define as const if the declaration of iconv() needs const. */
34#define ICONV_CONST const
35
36/* Define to 1 if you have the getc_unlocked() function. */
37#define HAVE_GETC_UNLOCKED 1
38
39/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
40#define HAVE_LANGINFO_CODESET 1
41
42/* Define if you have the mbrtowc() function. */
43/* #undef HAVE_MBRTOWC */
44
45/* Define to 1 if you have the setlocale() function. */
46#define HAVE_SETLOCALE 1
47
48/* Define to 1 if you have the <stddef.h> header file. */
49#define HAVE_STDDEF_H 1
50
51/* Define to 1 if you have the <stdlib.h> header file. */
52#define HAVE_STDLIB_H 1
53
54/* Define to 1 if you have the <string.h> header file. */
55#define HAVE_STRING_H 1
56
57/* Define to 1 or 0, depending whether the compiler supports simple visibility
58   declarations. */
59#define HAVE_VISIBILITY 1
60
61/* Define if you have the wcrtomb() function. */
62/* #undef HAVE_WCRTOMB */
63
64/* Define if the machine's byte ordering is little endian. */
65#define WORDS_LITTLEENDIAN 1
66
67/* Define to the value of ${prefix}, as a string. */
68#define INSTALLPREFIX "/usr/local"
69
70