version bump to 1.1.1, binary age 1, interface age 0. updates. updates.
[platform/upstream/glib.git] / acconfig.h
1 /* GLIB - Library of useful routines for C programming
2  * Copyright (C) 1995-1997  Peter Mattis, Spencer Kimball and Josh MacDonald
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Library 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.
8  *
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  * 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 this library; if not, write to the
16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17  * Boston, MA 02111-1307, USA.
18  */
19 /* acconfig.h
20    This file is in the public domain.
21
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.
26
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.
31
32    Leave the following blank line there!!  Autoheader needs it.  */
33 \f
34
35 /* Other stuff */
36
37 #undef ENABLE_MEM_CHECK
38 #undef ENABLE_MEM_PROFILE
39
40 #undef G_COMPILED_WITH_DEBUGGING
41 #undef HAVE_BROKEN_WCTYPE
42 #undef HAVE_DOPRNT
43 #undef HAVE_FLOAT_H
44 #undef HAVE_LIMITS_H
45 #undef HAVE_LONG_DOUBLE
46 #undef HAVE_SYS_SELECT_H
47 #undef HAVE_STRERROR
48 #undef HAVE_STRSIGNAL
49 #undef HAVE_VSNPRINTF
50 #undef HAVE_VALUES_H
51 #undef HAVE_VPRINTF
52 #undef HAVE_WCHAR_H
53 #undef HAVE_WCTYPE_H
54
55 #undef NO_FD_SET
56 #undef NO_SYS_ERRLIST
57 #undef NO_SYS_SIGLIST
58
59 #undef SIZEOF_CHAR
60 #undef SIZEOF_SHORT
61 #undef SIZEOF_LONG
62 #undef SIZEOF_INT
63 #undef SIZEOF_VOID_P
64
65 #undef GLIB_MAJOR_VERSION
66 #undef GLIB_MINOR_VERSION
67 #undef GLIB_MICRO_VERSION
68 #undef GLIB_INTERFACE_AGE
69 #undef GLIB_BINARY_AGE
70
71 /* #undef PACKAGE */
72 /* #undef VERSION */
73
74 \f
75 /* Leave that blank line there!!  Autoheader needs it.
76    If you're adding to this file, keep in mind:
77    The entries are in sort -df order: alphabetical, case insensitive,
78    ignoring punctuation (such as underscores).  */