Fixed documentation about unused struct fields and added a note about
[glib.git] / acconfig.h
blobbbf5617ac764d1e466e2c8b9398ef00b0b5c7ecc
1 /* GLIB - Library of useful routines for C programming
2 * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the
16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17 * Boston, MA 02111-1307, USA.
19 /* acconfig.h
20 This file is in the public domain.
22 Descriptive text for the C preprocessor macros that
23 the distributed Autoconf macros can define.
24 No software package will use all of them; autoheader copies the ones
25 your configure.in uses into your configuration header file templates.
27 The entries are in sort -df order: alphabetical, case insensitive,
28 ignoring punctuation (such as underscores). Although this order
29 can split up related entries, it makes it easier to check whether
30 a given entry is in the file.
32 Leave the following blank line there!! Autoheader needs it. */
35 /* Other stuff */
37 /* #undef PACKAGE */
38 /* #undef VERSION */
41 /* Leave that blank line there!! Autoheader needs it.
42 If you're adding to this file, keep in mind:
43 The entries are in sort -df order: alphabetical, case insensitive,
44 ignoring punctuation (such as underscores). */
46 #undef ENABLE_NLS
47 #undef GETTEXT_PACKAGE
48 #undef GLIB_LOCALE_DIR
49 #undef HAVE_GETTEXT
50 #undef HAVE_LC_MESSAGES
51 #undef SANE_MALLOC_PROTOS
52 #undef USE_LIBICONV_GNU
53 #undef USE_LIBICONV_NATIVE