config.h 2.4 KB

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