Main Page | Class List | Directories | File List | Class Members | File Members

acconfig.h

Go to the documentation of this file.
00001 /* GLIB - Library of useful routines for C programming
00002  * Copyright (C) 1995-1997  Peter Mattis, Spencer Kimball and Josh MacDonald
00003  *
00004  * This library is free software; you can redistribute it and/or
00005  * modify it under the terms of the GNU Library General Public
00006  * License as published by the Free Software Foundation; either
00007  * version 2 of the License, or (at your option) any later version.
00008  *
00009  * This library is distributed in the hope that it will be useful,
00010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012  * Library General Public License for more details.
00013  *
00014  * You should have received a copy of the GNU Library General Public
00015  * License along with this library; if not, write to the
00016  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
00017  * Boston, MA 02111-1307, USA.
00018  */
00019 /* acconfig.h
00020    This file is in the public domain.
00021 
00022    Descriptive text for the C preprocessor macros that
00023    the distributed Autoconf macros can define.
00024    No software package will use all of them; autoheader copies the ones
00025    your configure.in uses into your configuration header file templates.
00026 
00027    The entries are in sort -df order: alphabetical, case insensitive,
00028    ignoring punctuation (such as underscores).  Although this order
00029    can split up related entries, it makes it easier to check whether
00030    a given entry is in the file.
00031 
00032    Leave the following blank line there!!  Autoheader needs it.  */
00033 
00034 
00035 /* Other stuff */
00036 
00037 #undef ENABLE_MEM_CHECK
00038 #undef ENABLE_MEM_PROFILE
00039 
00040 #undef REALLOC_0_WORKS
00041 
00042 #undef G_COMPILED_WITH_DEBUGGING
00043 #undef G_THREADS_ENABLED
00044 
00045 #undef GLIB_SIZEOF_GMUTEX
00046 #undef GLIB_BYTE_CONTENTS_GMUTEX
00047 
00048 #undef HAVE_BROKEN_WCTYPE
00049 #undef HAVE_DOPRNT
00050 #undef HAVE_FLOAT_H
00051 #undef HAVE_GETPWUID_R
00052 #undef HAVE_GETPWUID_R_POSIX
00053 #undef HAVE_LIMITS_H
00054 #undef HAVE_LONG_DOUBLE
00055 #undef HAVE_POLL
00056 #undef HAVE_PTHREAD_COND_TIMEDWAIT_POSIX
00057 #undef HAVE_PTHREAD_GETSPECIFIC_POSIX
00058 #undef HAVE_PTHREAD_MUTEX_TRYLOCK_POSIX
00059 #undef HAVE_PWD_H
00060 #undef HAVE_SYS_PARAM_H
00061 #undef HAVE_SYS_POLL_H
00062 #undef HAVE_SYS_SELECT_H
00063 #undef HAVE_SYS_TIME_H
00064 #undef HAVE_SYS_TIMES_H
00065 #undef HAVE_STRERROR
00066 #undef HAVE_STRSIGNAL
00067 #undef HAVE_UNISTD_H
00068 #undef HAVE_VALUES_H
00069 #undef HAVE_WCHAR_H
00070 #undef HAVE_WCTYPE_H
00071 
00072 #undef NO_FD_SET
00073 #undef NO_SYS_ERRLIST
00074 #undef NO_SYS_SIGLIST
00075 #undef NO_SYS_SIGLIST_DECL
00076 
00077 #undef SIZEOF_CHAR
00078 #undef SIZEOF_SHORT
00079 #undef SIZEOF_LONG
00080 #undef SIZEOF_INT
00081 #undef SIZEOF_VOID_P
00082 
00083 #undef G_VA_COPY
00084 #undef G_VA_COPY_AS_ARRAY
00085 #undef G_HAVE___INLINE
00086 #undef G_HAVE___INLINE__
00087 #undef G_HAVE_INLINE
00088 
00089 #undef GLIB_MAJOR_VERSION
00090 #undef GLIB_MINOR_VERSION
00091 #undef GLIB_MICRO_VERSION
00092 #undef GLIB_INTERFACE_AGE
00093 #undef GLIB_BINARY_AGE
00094 
00095 #undef WIN32
00096 #undef NATIVE_WIN32
00097 
00098 #undef G_THREAD_SOURCE
00099 
00100 /* #undef PACKAGE */
00101 /* #undef VERSION */
00102 
00103 
00104 
00105 
00106 /* Leave that blank line there!!  Autoheader needs it.
00107    If you're adding to this file, keep in mind:
00108    The entries are in sort -df order: alphabetical, case insensitive,
00109    ignoring punctuation (such as underscores).  */

© sourcejam.com 2005-2008