Patterns in static

Apophenia

config.h

00001 /* config.h.  Generated from config.h.in by configure.  */
00002 /* config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
00005    systems. This function is required for `alloca.c' support on those systems.
00006    */
00007 /* #undef CRAY_STACKSEG_END */
00008 
00009 /* Define to 1 if using `alloca.c'. */
00010 /* #undef C_ALLOCA */
00011 
00012 /* Define to 1 if you have `alloca', as a function or macro. */
00013 #define HAVE_ALLOCA 1
00014 
00015 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
00016    */
00017 #define HAVE_ALLOCA_H 1
00018 
00019 /* Define to 1 if you have the <dlfcn.h> header file. */
00020 #define HAVE_DLFCN_H 1
00021 
00022 /* Define to 1 if you have the <float.h> header file. */
00023 #define HAVE_FLOAT_H 1
00024 
00025 /* Define to 1 if you have the `floor' function. */
00026 #define HAVE_FLOOR 1
00027 
00028 /* Define to 1 if you have the <inttypes.h> header file. */
00029 #define HAVE_INTTYPES_H 1
00030 
00031 /* Define to 1 if you have the `gsl' library (-lgsl). */
00032 #define HAVE_LIBGSL 1
00033 
00034 /* Define to 1 if you have the `gslcblas' library (-lgslcblas). */
00035 #define HAVE_LIBGSLCBLAS 1
00036 
00037 /* Define to 1 if you have the `m' library (-lm). */
00038 #define HAVE_LIBM 1
00039 
00040 /* Define to 1 if you have the `mysqlclient' library (-lmysqlclient). */
00041 #define HAVE_LIBMYSQLCLIENT 1
00042 
00043 /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
00044 #define HAVE_LIBSQLITE3 1
00045 
00046 /* Define to 1 if you have the <limits.h> header file. */
00047 #define HAVE_LIMITS_H 1
00048 
00049 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
00050    to 0 otherwise. */
00051 #define HAVE_MALLOC 1
00052 
00053 /* Define to 1 if you have the <memory.h> header file. */
00054 #define HAVE_MEMORY_H 1
00055 
00056 /* Define to 1 if you have the `memset' function. */
00057 #define HAVE_MEMSET 1
00058 
00059 /* Define to 1 if MySQL libraries are available */
00060 #define HAVE_MYSQL 1
00061 
00062 /* Define to 1 if you have the `pow' function. */
00063 #define HAVE_POW 1
00064 
00065 /* Define if you have POSIX threads libraries and header files. */
00066 #define HAVE_PTHREAD 1
00067 
00068 /* Define to 1 if the system has the type `ptrdiff_t'. */
00069 #define HAVE_PTRDIFF_T 1
00070 
00071 /* If available, contains the Python version number currently in use. */
00072 #define HAVE_PYTHON "2.6"
00073 
00074 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
00075    and to 0 otherwise. */
00076 #define HAVE_REALLOC 1
00077 
00078 /* Define to 1 if you have the `regcomp' function. */
00079 #define HAVE_REGCOMP 1
00080 
00081 /* Have the SQLITE3 library */
00082 #define HAVE_SQLITE3 
00083 
00084 /* Define to 1 if you have the `sqrt' function. */
00085 #define HAVE_SQRT 1
00086 
00087 /* Define to 1 if you have the <stddef.h> header file. */
00088 #define HAVE_STDDEF_H 1
00089 
00090 /* Define to 1 if you have the <stdint.h> header file. */
00091 #define HAVE_STDINT_H 1
00092 
00093 /* Define to 1 if you have the <stdlib.h> header file. */
00094 #define HAVE_STDLIB_H 1
00095 
00096 /* Define to 1 if you have the `strcasecmp' function. */
00097 #define HAVE_STRCASECMP 1
00098 
00099 /* Define to 1 if you have the <strings.h> header file. */
00100 #define HAVE_STRINGS_H 1
00101 
00102 /* Define to 1 if you have the <string.h> header file. */
00103 #define HAVE_STRING_H 1
00104 
00105 /* Define to 1 if you have the <sys/stat.h> header file. */
00106 #define HAVE_SYS_STAT_H 1
00107 
00108 /* Define to 1 if you have the <sys/types.h> header file. */
00109 #define HAVE_SYS_TYPES_H 1
00110 
00111 /* Define to 1 if you have the <unistd.h> header file. */
00112 #define HAVE_UNISTD_H 1
00113 
00114 /* Define to 1 if you have the <wchar.h> header file. */
00115 #define HAVE_WCHAR_H 1
00116 
00117 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00118    */
00119 #define LT_OBJDIR ".libs/"
00120 
00121 /* Name of package */
00122 #define PACKAGE "apophenia"
00123 
00124 /* Define to the address where bug reports for this package should be sent. */
00125 #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
00126 
00127 /* Define to the full name of this package. */
00128 #define PACKAGE_NAME "FULL-PACKAGE-NAME"
00129 
00130 /* Define to the full name and version of this package. */
00131 #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
00132 
00133 /* Define to the one symbol short name of this package. */
00134 #define PACKAGE_TARNAME "full-package-name"
00135 
00136 /* Define to the version of this package. */
00137 #define PACKAGE_VERSION "VERSION"
00138 
00139 /* Define to necessary symbol if this constant uses a non-standard name on
00140    your system. */
00141 /* #undef PTHREAD_CREATE_JOINABLE */
00142 
00143 /* If using the C implementation of alloca, define if you know the
00144    direction of stack growth for your system; otherwise it will be
00145    automatically deduced at runtime.
00146      STACK_DIRECTION > 0 => grows toward higher addresses
00147      STACK_DIRECTION < 0 => grows toward lower addresses
00148      STACK_DIRECTION = 0 => direction of growth unknown */
00149 /* #undef STACK_DIRECTION */
00150 
00151 /* Define to 1 if you have the ANSI C header files. */
00152 #define STDC_HEADERS 1
00153 
00154 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
00155 /* #undef TM_IN_SYS_TIME */
00156 
00157 /* Version number of package */
00158 #define VERSION "0.22"
00159 
00160 /* Define to empty if `const' does not conform to ANSI C. */
00161 /* #undef const */
00162 
00163 /* Define to `__inline__' or `__inline' if that's what the C compiler
00164    calls it, or to nothing if 'inline' is not supported under any name.  */
00165 #ifndef __cplusplus
00166 /* #undef inline */
00167 #endif
00168 
00169 /* Define to rpl_malloc if the replacement function should be used. */
00170 /* #undef malloc */
00171 
00172 /* Define to rpl_realloc if the replacement function should be used. */
00173 /* #undef realloc */
00174 
00175 /* Define to `unsigned int' if <sys/types.h> does not define. */
00176 /* #undef size_t */
00177 #undef PACKAGE     
00178 #undef PACKAGE_BUGREPORT   
00179 #undef PACKAGE_NAME        
00180 #undef PACKAGE_STRING      
00181 #undef PACKAGE_TARNAME     
00182 #undef PACKAGE_VERSION     
00183 #undef VERSION

SourceForge.net Logo

Autogenerated by doxygen on 28 Sep 2009.