1 /* Copyright (C) 1999-2003, 2005, 2007, 2010 Free Software Foundation, Inc.
2 This file is part of the GNU LIBICONV Library.
4 The GNU LIBICONV Library is free software; you can redistribute it
5 and/or modify it under the terms of the GNU Library General Public
6 License as published by the Free Software Foundation; either version 2
7 of the License, or (at your option) any later version.
9 The GNU LIBICONV Library is distributed in the hope that it will be
10 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 Library General Public License for more details.
14 You should have received a copy of the GNU Library General Public
15 License along with the GNU LIBICONV Library; see the file COPYING.LIB.
16 If not, write to the Free Software Foundation, Inc., 51 Franklin Street,
17 Fifth Floor, Boston, MA 02110-1301, USA. */
20 /* Define to 1 to enable a few rarely used encodings. */
23 /* Define to 1 if the package shall run at any location in the filesystem. */
24 #undef ENABLE_RELOCATABLE
26 /* Define to a type if <wchar.h> does not define. */
29 /* Define if you have <iconv.h>, the iconv_t type, and the
30 iconv_open, iconv, iconv_close functions. */
32 /* Define as const if the declaration of iconv() needs const. */
33 #define ICONV_CONST /* empty by default */
35 /* Define to 1 if you have the getc_unlocked() function. */
36 #undef HAVE_GETC_UNLOCKED
38 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
39 #undef HAVE_LANGINFO_CODESET
41 /* Define if you have the mbrtowc() function. */
44 /* Define to 1 if you have the setlocale() function. */
47 /* Define to 1 if you have the <stddef.h> header file. */
50 /* Define to 1 if you have the <stdlib.h> header file. */
53 /* Define to 1 if you have the <string.h> header file. */
56 /* Define to 1 or 0, depending whether the compiler supports simple visibility
58 #undef HAVE_VISIBILITY
60 /* Define if you have the wcrtomb() function. */
63 /* Define to 1 if O_NOFOLLOW works. */
64 #undef HAVE_WORKING_O_NOFOLLOW
66 /* Define if the machine's byte ordering is little endian. */
67 #undef WORDS_LITTLEENDIAN
69 /* Define to the value of ${prefix}, as a string. */