config.h.in 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /* Copyright (C) 1999-2003, 2005, 2007, 2010, 2012 Free Software Foundation, Inc.
  2. This file is part of the GNU LIBICONV Library.
  3. The GNU LIBICONV Library is free software; you can redistribute it
  4. and/or modify it under the terms of the GNU Lesser General Public
  5. License as published by the Free Software Foundation; either version 2.1
  6. of the License, or (at your option) any later version.
  7. The GNU LIBICONV Library is distributed in the hope that it will be
  8. useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  10. Lesser General Public License for more details.
  11. You should have received a copy of the GNU Lesser General Public
  12. License along with the GNU LIBICONV Library; see the file COPYING.LIB.
  13. If not, see <https://www.gnu.org/licenses/>. */
  14. /* Define to 1 to enable a few rarely used encodings. */
  15. #undef ENABLE_EXTRA
  16. /* Define to 1 if the package shall run at any location in the filesystem. */
  17. #undef ENABLE_RELOCATABLE
  18. /* Define to a type if <wchar.h> does not define. */
  19. #undef mbstate_t
  20. /* Define if you have <iconv.h>, the iconv_t type, and the
  21. iconv_open, iconv, iconv_close functions. */
  22. #undef HAVE_ICONV
  23. /* Define as const if the declaration of iconv() needs const. */
  24. #define ICONV_CONST /* empty by default */
  25. /* Define to 1 if you have the getc_unlocked() function. */
  26. #undef HAVE_GETC_UNLOCKED
  27. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  28. #undef HAVE_LANGINFO_CODESET
  29. /* Define if you have the mbrtowc() function. */
  30. #undef HAVE_MBRTOWC
  31. /* Define to 1 if you have the setlocale() function. */
  32. #undef HAVE_SETLOCALE
  33. /* Define to 1 if you have the <stddef.h> header file. */
  34. #undef HAVE_STDDEF_H
  35. /* Define to 1 if you have the <stdlib.h> header file. */
  36. #undef HAVE_STDLIB_H
  37. /* Define to 1 if you have the <string.h> header file. */
  38. #undef HAVE_STRING_H
  39. /* Define to 1 or 0, depending whether the compiler supports simple visibility
  40. declarations. */
  41. #undef HAVE_VISIBILITY
  42. /* Define if you have the wcrtomb() function. */
  43. #undef HAVE_WCRTOMB
  44. /* Define to 1 if O_NOFOLLOW works. */
  45. #undef HAVE_WORKING_O_NOFOLLOW
  46. /* Define if the machine's byte ordering is little endian. */
  47. #undef WORDS_LITTLEENDIAN
  48. /* Define to the value of ${prefix}, as a string. */
  49. #undef INSTALLPREFIX
  50. /* Define to '__inline__' or '__inline' if that's what the C compiler
  51. calls it, or to nothing if 'inline' is not supported under any name. */
  52. #ifndef __cplusplus
  53. #undef inline
  54. #endif
  55. /* Define to 'int' if <sys/types.h> does not define. */
  56. #undef mode_t
  57. /* Define as a signed type of the same size as size_t. */
  58. #undef ssize_t