1997-11-24 22:37:52 +00:00
|
|
|
|
/* GLIB - Library of useful routines for C programming
|
|
|
|
|
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
|
|
|
|
|
*
|
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
|
* modify it under the terms of the GNU Library General Public
|
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
|
*
|
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
* Library General Public License for more details.
|
|
|
|
|
*
|
|
|
|
|
* You should have received a copy of the GNU Library General Public
|
|
|
|
|
* License along with this library; if not, write to the Free
|
|
|
|
|
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
|
*/
|
|
|
|
|
/* acconfig.h
|
|
|
|
|
This file is in the public domain.
|
|
|
|
|
|
|
|
|
|
Descriptive text for the C preprocessor macros that
|
|
|
|
|
the distributed Autoconf macros can define.
|
|
|
|
|
No software package will use all of them; autoheader copies the ones
|
|
|
|
|
your configure.in uses into your configuration header file templates.
|
|
|
|
|
|
|
|
|
|
The entries are in sort -df order: alphabetical, case insensitive,
|
|
|
|
|
ignoring punctuation (such as underscores). Although this order
|
|
|
|
|
can split up related entries, it makes it easier to check whether
|
|
|
|
|
a given entry is in the file.
|
|
|
|
|
|
|
|
|
|
Leave the following blank line there!! Autoheader needs it. */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Other stuff */
|
1998-02-10 18:18:19 +00:00
|
|
|
|
#undef HAVE_BROKEN_WCTYPE
|
1997-11-24 22:37:52 +00:00
|
|
|
|
#undef HAVE_DOPRNT
|
|
|
|
|
#undef HAVE_FLOAT_H
|
|
|
|
|
#undef HAVE_LIMITS_H
|
|
|
|
|
#undef HAVE_LONG_DOUBLE
|
|
|
|
|
#undef HAVE_SYS_SELECT_H
|
|
|
|
|
#undef HAVE_STRERROR
|
|
|
|
|
#undef HAVE_STRSIGNAL
|
1998-01-21 00:46:48 +00:00
|
|
|
|
#undef HAVE_VSNPRINTF
|
1997-11-24 22:37:52 +00:00
|
|
|
|
#undef HAVE_VALUES_H
|
|
|
|
|
#undef HAVE_VPRINTF
|
1998-02-10 18:18:19 +00:00
|
|
|
|
#undef HAVE_WCHAR_H
|
|
|
|
|
#undef HAVE_WCTYPE_H
|
1997-11-24 22:37:52 +00:00
|
|
|
|
|
|
|
|
|
#undef NO_FD_SET
|
|
|
|
|
#undef NO_SYS_ERRLIST
|
|
|
|
|
#undef NO_SYS_SIGLIST
|
|
|
|
|
|
|
|
|
|
#undef SIZEOF_CHAR
|
|
|
|
|
#undef SIZEOF_SHORT
|
|
|
|
|
#undef SIZEOF_LONG
|
|
|
|
|
#undef SIZEOF_INT
|
|
|
|
|
#undef SIZEOF_VOID_P
|
|
|
|
|
|
1997-12-06 21:32:43 +00:00
|
|
|
|
|
1997-11-24 22:37:52 +00:00
|
|
|
|
/* #undef PACKAGE */
|
|
|
|
|
/* #undef VERSION */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Leave that blank line there!! Autoheader needs it.
|
|
|
|
|
If you're adding to this file, keep in mind:
|
|
|
|
|
The entries are in sort -df order: alphabetical, case insensitive,
|
|
|
|
|
ignoring punctuation (such as underscores). */
|