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.
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. */
37 #undef ENABLE_MEM_CHECK
38 #undef ENABLE_MEM_PROFILE
39 #undef ENABLE_GC_FRIENDLY
41 #undef REALLOC_0_WORKS
43 #undef G_COMPILED_WITH_DEBUGGING
44 #undef G_ENABLE_MSG_PREFIX
45 #undef G_THREADS_ENABLED
47 #undef GLIB_SIZEOF_GMUTEX
48 #undef GLIB_SIZEOF_INTMAX_T
49 #undef GLIB_SIZEOF_PTRDIFF_T
50 #undef GLIB_SIZEOF_SIZE_T
51 #undef GLIB_SIZEOF_SYSTEM_THREAD
53 #undef GLIB_BYTE_CONTENTS_GMUTEX
54 #undef GLIB_BYTE_CONTENTS_GRECMUTEX
56 #undef HAVE_BROKEN_WCTYPE
60 #undef HAVE_GETPWUID_R
61 #undef HAVE_GETPWUID_R_POSIX
63 #undef HAVE_LONG_DOUBLE
65 #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
69 #undef HAVE_SYS_PARAM_H
70 #undef HAVE_SYS_POLL_H
71 #undef HAVE_SYS_SELECT_H
72 #undef HAVE_SYS_TIME_H
73 #undef HAVE_SYS_TIMES_H
80 #undef HAVE_WORKING_BCOPY
85 #undef NO_SYS_SIGLIST_DECL
94 #undef G_VA_COPY_AS_ARRAY
95 #undef G_HAVE___INLINE
96 #undef G_HAVE___INLINE__
99 #undef GLIB_MAJOR_VERSION
100 #undef GLIB_MINOR_VERSION
101 #undef GLIB_MICRO_VERSION
102 #undef GLIB_INTERFACE_AGE
103 #undef GLIB_BINARY_AGE
105 #undef G_THREAD_SOURCE
106 #undef POSIX_MIN_PRIORITY
107 #undef POSIX_MAX_PRIORITY
108 #undef POSIX_YIELD_FUNC
116 /* Leave that blank line there!! Autoheader needs it.
117 If you're adding to this file, keep in mind:
118 The entries are in sort -df order: alphabetical, case insensitive,
119 ignoring punctuation (such as underscores). */