Annotation of embedaddon/libiconv/lib/config.h.in, revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>