]> Pileus Git - ~andy/gtk/blob - glib/acconfig.h
Generated file removed from repository.
[~andy/gtk] / glib / 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 Free
16  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17  */
18 /* acconfig.h
19    This file is in the public domain.
20
21    Descriptive text for the C preprocessor macros that
22    the distributed Autoconf macros can define.
23    No software package will use all of them; autoheader copies the ones
24    your configure.in uses into your configuration header file templates.
25
26    The entries are in sort -df order: alphabetical, case insensitive,
27    ignoring punctuation (such as underscores).  Although this order
28    can split up related entries, it makes it easier to check whether
29    a given entry is in the file.
30
31    Leave the following blank line there!!  Autoheader needs it.  */
32 \f
33
34 /* Other stuff */
35 #undef HAVE_DOPRNT
36 #undef HAVE_FLOAT_H
37 #undef HAVE_LIMITS_H
38 #undef HAVE_LONG_DOUBLE
39 #undef HAVE_SYS_SELECT_H
40 #undef HAVE_STRERROR
41 #undef HAVE_STRSIGNAL
42 #undef HAVE_VALUES_H
43 #undef HAVE_VPRINTF
44
45 #undef NO_FD_SET
46 #undef NO_SYS_ERRLIST
47 #undef NO_SYS_SIGLIST
48
49 #undef SIZEOF_CHAR
50 #undef SIZEOF_SHORT
51 #undef SIZEOF_LONG
52 #undef SIZEOF_INT
53 #undef SIZEOF_VOID_P
54
55 #undef HAVE_WCHAR_H
56 #undef HAVE_WCSTR_H
57 #undef HAVE_WCTYPE_H
58
59
60 /* #undef PACKAGE */
61 /* #undef VERSION */
62
63 \f
64 /* Leave that blank line there!!  Autoheader needs it.
65    If you're adding to this file, keep in mind:
66    The entries are in sort -df order: alphabetical, case insensitive,
67    ignoring punctuation (such as underscores).  */