1 /* Copyright (C) 1999-2003, 2005, 2007, 2010, 2012 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 Lesser General Public
6 License as published by the Free Software Foundation; either version 2.1
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 Lesser General Public License for more details.
14 You should have received a copy of the GNU Lesser General Public
15 License along with the GNU LIBICONV Library; see the file COPYING.LIB.
16 If not, see <https://www.gnu.org/licenses/>. */
19 /* Define to 1 to enable a few rarely used encodings. */
22 /* Define to 1 if the package shall run at any location in the filesystem. */
23 #undef ENABLE_RELOCATABLE
25 /* Define to a type if <wchar.h> does not define. */
28 /* Define if you have <iconv.h>, the iconv_t type, and the
29 iconv_open, iconv, iconv_close functions. */
31 /* Define as const if the declaration of iconv() needs const. */
32 #define ICONV_CONST /* empty by default */
34 /* Define to 1 if you have the getc_unlocked() function. */
35 #undef HAVE_GETC_UNLOCKED
37 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
38 #undef HAVE_LANGINFO_CODESET
40 /* Define if you have the mbrtowc() function. */
43 /* Define to 1 if you have the setlocale() function. */
46 /* Define to 1 if you have the <stddef.h> header file. */
49 /* Define to 1 if you have the <stdlib.h> header file. */
52 /* Define to 1 if you have the <string.h> header file. */
55 /* Define to 1 or 0, depending whether the compiler supports simple visibility
57 #undef HAVE_VISIBILITY
59 /* Define if you have the wcrtomb() function. */
62 /* Define to 1 if O_NOFOLLOW works. */
63 #undef HAVE_WORKING_O_NOFOLLOW
65 /* Define if the machine's byte ordering is little endian. */
66 #undef WORDS_LITTLEENDIAN
68 /* Define to the value of ${prefix}, as a string. */
71 /* Define to '__inline__' or '__inline' if that's what the C compiler
72 calls it, or to nothing if 'inline' is not supported under any name. */
77 /* Define to 'int' if <sys/types.h> does not define. */
80 /* Define as a signed type of the same size as size_t. */