Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / glib / acconfig.h
blob14d303342caa97ab21b474235c3cfef895f64354
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 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.
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.
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.
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 ENABLE_MEM_CHECK
38 #undef ENABLE_MEM_PROFILE
40 #undef REALLOC_0_WORKS
42 #undef G_COMPILED_WITH_DEBUGGING
43 #undef G_THREADS_ENABLED
45 #undef GLIB_SIZEOF_GMUTEX
46 #undef GLIB_BYTE_CONTENTS_GMUTEX
48 #undef HAVE_BROKEN_WCTYPE
49 #undef HAVE_DOPRNT
50 #undef HAVE_FLOAT_H
51 #undef HAVE_GETPWUID_R
52 #undef HAVE_GETPWUID_R_POSIX
53 #undef HAVE_LIMITS_H
54 #undef HAVE_LONG_DOUBLE
55 #undef HAVE_POLL
56 #undef HAVE_PTHREAD_COND_TIMEDWAIT_POSIX
57 #undef HAVE_PTHREAD_GETSPECIFIC_POSIX
58 #undef HAVE_PTHREAD_MUTEX_TRYLOCK_POSIX
59 #undef HAVE_PWD_H
60 #undef HAVE_SYS_PARAM_H
61 #undef HAVE_SYS_POLL_H
62 #undef HAVE_SYS_SELECT_H
63 #undef HAVE_SYS_TIME_H
64 #undef HAVE_SYS_TIMES_H
65 #undef HAVE_STRERROR
66 #undef HAVE_STRSIGNAL
67 #undef HAVE_UNISTD_H
68 #undef HAVE_VALUES_H
69 #undef HAVE_WCHAR_H
70 #undef HAVE_WCTYPE_H
72 #undef NO_FD_SET
73 #undef NO_SYS_ERRLIST
74 #undef NO_SYS_SIGLIST
75 #undef NO_SYS_SIGLIST_DECL
77 #undef SIZEOF_CHAR
78 #undef SIZEOF_SHORT
79 #undef SIZEOF_LONG
80 #undef SIZEOF_INT
81 #undef SIZEOF_VOID_P
83 #undef G_VA_COPY
84 #undef G_VA_COPY_AS_ARRAY
85 #undef G_HAVE___INLINE
86 #undef G_HAVE___INLINE__
87 #undef G_HAVE_INLINE
89 #undef GLIB_MAJOR_VERSION
90 #undef GLIB_MINOR_VERSION
91 #undef GLIB_MICRO_VERSION
92 #undef GLIB_INTERFACE_AGE
93 #undef GLIB_BINARY_AGE
95 #undef WIN32
96 #undef NATIVE_WIN32
98 #undef G_THREAD_SOURCE
100 /* #undef PACKAGE */
101 /* #undef VERSION */
106 /* Leave that blank line there!! Autoheader needs it.
107 If you're adding to this file, keep in mind:
108 The entries are in sort -df order: alphabetical, case insensitive,
109 ignoring punctuation (such as underscores). */