Switch to autoconf 2.72.
[libiconv.git] / lib / config.h.in
blobcc1e7268518d5f07966605a9702ee7124d976e91
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. */
20 #undef ENABLE_EXTRA
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. */
26 #undef mbstate_t
28 /* Define if you have <iconv.h>, the iconv_t type, and the
29 iconv_open, iconv, iconv_close functions. */
30 #undef HAVE_ICONV
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. */
41 #undef HAVE_MBRTOWC
43 /* Define to 1 if you have the setlocale() function. */
44 #undef HAVE_SETLOCALE
46 /* Define to 1 if you have the <stddef.h> header file. */
47 #undef HAVE_STDDEF_H
49 /* Define to 1 if you have the <stdlib.h> header file. */
50 #undef HAVE_STDLIB_H
52 /* Define to 1 if you have the <string.h> header file. */
53 #undef HAVE_STRING_H
55 /* Define to 1 or 0, depending whether the compiler supports simple visibility
56 declarations. */
57 #undef HAVE_VISIBILITY
59 /* Define if you have the wcrtomb() function. */
60 #undef HAVE_WCRTOMB
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. */
69 #undef INSTALLPREFIX
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. */
73 #ifndef __cplusplus
74 #undef inline
75 #endif
77 /* Define to 'int' if <sys/types.h> does not define. */
78 #undef mode_t
80 /* Define as a signed type of the same size as size_t. */
81 #undef ssize_t