config.h.in 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /* Copyright (C) 1999-2003, 2005, 2007 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 Library General Public
  5. License as published by the Free Software Foundation; either version 2
  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. Library General Public License for more details.
  11. You should have received a copy of the GNU Library General Public
  12. License along with the GNU LIBICONV Library; see the file COPYING.LIB.
  13. If not, write to the Free Software Foundation, Inc., 51 Franklin Street,
  14. Fifth Floor, Boston, MA 02110-1301, USA. */
  15. /* Define to 1 to enable a few rarely used encodings. */
  16. #undef ENABLE_EXTRA
  17. /* Define to 1 if the package shall run at any location in the filesystem. */
  18. #undef ENABLE_RELOCATABLE
  19. /* Define to a type if <wchar.h> does not define. */
  20. #undef mbstate_t
  21. /* Define if you have <iconv.h>, the iconv_t type, and the
  22. iconv_open, iconv, iconv_close functions. */
  23. #undef HAVE_ICONV
  24. /* Define as const if the declaration of iconv() needs const. */
  25. #define ICONV_CONST /* empty by default */
  26. /* Define to 1 if you have the getc_unlocked() function. */
  27. #undef HAVE_GETC_UNLOCKED
  28. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  29. #undef HAVE_LANGINFO_CODESET
  30. /* Define if you have the mbrtowc() function. */
  31. #undef HAVE_MBRTOWC
  32. /* Define to 1 if you have the setlocale() function. */
  33. #undef HAVE_SETLOCALE
  34. /* Define to 1 if you have the <stddef.h> header file. */
  35. #undef HAVE_STDDEF_H
  36. /* Define to 1 if you have the <stdlib.h> header file. */
  37. #undef HAVE_STDLIB_H
  38. /* Define to 1 if you have the <string.h> header file. */
  39. #undef HAVE_STRING_H
  40. /* Define to 1 or 0, depending whether the compiler supports simple visibility
  41. declarations. */
  42. #undef HAVE_VISIBILITY
  43. /* Define if you have the wcrtomb() function. */
  44. #undef HAVE_WCRTOMB
  45. /* Define if the machine's byte ordering is little endian. */
  46. #undef WORDS_LITTLEENDIAN
  47. /* Define to the value of ${prefix}, as a string. */
  48. #undef INSTALLPREFIX