version 1.1.1.1, 2012/02/21 22:57:48
|
version 1.1.1.3, 2021/03/17 13:38:46
|
Line 1
|
Line 1
|
/* Copyright (C) 1999-2003, 2005, 2007 Free Software Foundation, Inc. | /* Copyright (C) 1999-2003, 2005, 2007, 2010, 2012 Free Software Foundation, Inc. |
This file is part of the GNU LIBICONV Library. |
This file is part of the GNU LIBICONV Library. |
|
|
The GNU LIBICONV Library is free software; you can redistribute it |
The GNU LIBICONV Library is free software; you can redistribute it |
Line 13
|
Line 13
|
|
|
You should have received a copy of the GNU Library General Public |
You should have received a copy of the GNU Library General Public |
License along with the GNU LIBICONV Library; see the file COPYING.LIB. |
License along with the GNU LIBICONV Library; see the file COPYING.LIB. |
If not, write to the Free Software Foundation, Inc., 51 Franklin Street, | If not, see <https://www.gnu.org/licenses/>. */ |
Fifth Floor, Boston, MA 02110-1301, USA. */ | |
|
|
|
|
/* Define to 1 to enable a few rarely used encodings. */ |
/* Define to 1 to enable a few rarely used encodings. */ |
Line 60
|
Line 59
|
/* Define if you have the wcrtomb() function. */ |
/* Define if you have the wcrtomb() function. */ |
#undef HAVE_WCRTOMB |
#undef HAVE_WCRTOMB |
|
|
|
/* Define to 1 if O_NOFOLLOW works. */ |
|
#undef HAVE_WORKING_O_NOFOLLOW |
|
|
/* Define if the machine's byte ordering is little endian. */ |
/* Define if the machine's byte ordering is little endian. */ |
#undef WORDS_LITTLEENDIAN |
#undef WORDS_LITTLEENDIAN |
|
|
/* Define to the value of ${prefix}, as a string. */ |
/* Define to the value of ${prefix}, as a string. */ |
#undef INSTALLPREFIX |
#undef INSTALLPREFIX |
|
|
|
/* Define to '__inline__' or '__inline' if that's what the C compiler |
|
calls it, or to nothing if 'inline' is not supported under any name. */ |
|
#ifndef __cplusplus |
|
#undef inline |
|
#endif |
|
|
|
/* Define to 'int' if <sys/types.h> does not define. */ |
|
#undef mode_t |
|
|
|
/* Define as a signed type of the same size as size_t. */ |
|
#undef ssize_t |
|
|