File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / lib / config.h.in
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 13:38:46 2021 UTC (3 years, 3 months ago) by misho
Branches: libiconv, MAIN
CVS tags: v1_16p0, HEAD
libiconv 1.16

    1: /* Copyright (C) 1999-2003, 2005, 2007, 2010, 2012 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, see <https://www.gnu.org/licenses/>.  */
   17: 
   18: 
   19: /* Define to 1 to enable a few rarely used encodings. */
   20: #undef ENABLE_EXTRA
   21: 
   22: /* Define to 1 if the package shall run at any location in the filesystem. */
   23: #undef ENABLE_RELOCATABLE
   24: 
   25: /* Define to a type if <wchar.h> does not define. */
   26: #undef mbstate_t
   27: 
   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 */
   33: 
   34: /* Define to 1 if you have the getc_unlocked() function. */
   35: #undef HAVE_GETC_UNLOCKED
   36: 
   37: /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
   38: #undef HAVE_LANGINFO_CODESET
   39: 
   40: /* Define if you have the mbrtowc() function. */
   41: #undef HAVE_MBRTOWC
   42: 
   43: /* Define to 1 if you have the setlocale() function. */
   44: #undef HAVE_SETLOCALE
   45: 
   46: /* Define to 1 if you have the <stddef.h> header file. */
   47: #undef HAVE_STDDEF_H
   48: 
   49: /* Define to 1 if you have the <stdlib.h> header file. */
   50: #undef HAVE_STDLIB_H
   51: 
   52: /* Define to 1 if you have the <string.h> header file. */
   53: #undef HAVE_STRING_H
   54: 
   55: /* Define to 1 or 0, depending whether the compiler supports simple visibility
   56:    declarations. */
   57: #undef HAVE_VISIBILITY
   58: 
   59: /* Define if you have the wcrtomb() function. */
   60: #undef HAVE_WCRTOMB
   61: 
   62: /* Define to 1 if O_NOFOLLOW works. */
   63: #undef HAVE_WORKING_O_NOFOLLOW
   64: 
   65: /* Define if the machine's byte ordering is little endian. */
   66: #undef WORDS_LITTLEENDIAN
   67: 
   68: /* Define to the value of ${prefix}, as a string. */
   69: #undef INSTALLPREFIX
   70: 
   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
   76: 
   77: /* Define to 'int' if <sys/types.h> does not define. */
   78: #undef mode_t
   79: 
   80: /* Define as a signed type of the same size as size_t. */
   81: #undef ssize_t
   82: 

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