Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

config.h

Go to the documentation of this file.
00001 /* config.h.  Generated by configure.  */
00002 /* config.h.in.  Generated from configure.in by autoheader.  */
00003 
00004 /* Define to 1 to force debug dump file creation */
00005 /* #undef DEBUG_ALL */
00006 
00007 /* Define to 1 if you have the `alarm' function. */
00008 #define HAVE_ALARM 1
00009 
00010 /* define if the Boost::Python library is available */
00011 #define HAVE_BOOST_PYTHON 
00012 
00013 /* Define to 1 if you have the `chdir' function. */
00014 #define HAVE_CHDIR 1
00015 
00016 /* Define to 1 if you have the <ctype.h> header file. */
00017 #define HAVE_CTYPE_H 1
00018 
00019 /* Define to 1 if you have the <dirent.h> header file. */
00020 #define HAVE_DIRENT_H 1
00021 
00022 /* Define to 1 if you have the <dlfcn.h> header file. */
00023 #define HAVE_DLFCN_H 1
00024 
00025 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
00026 /* #undef HAVE_DOPRNT */
00027 
00028 /* Define to 1 if you have the <errno.h> header file. */
00029 #define HAVE_ERRNO_H 1
00030 
00031 /* Define to 1 if you have the <fcntl.h> header file. */
00032 #define HAVE_FCNTL_H 1
00033 
00034 /* Define to 1 if you have the `fork' function. */
00035 #define HAVE_FORK 1
00036 
00037 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
00038 #define HAVE_FSEEKO 1
00039 
00040 /* Define to 1 if you have the <gd.h> header file. */
00041 #define HAVE_GD_H 1
00042 
00043 /* Define to 1 if you have the `getcwd' function. */
00044 #define HAVE_GETCWD 1
00045 
00046 /* Define if you have the iconv() function and it works. */
00047 #define HAVE_ICONV 1
00048 
00049 /* Define to 1 if you have the <inttypes.h> header file. */
00050 #define HAVE_INTTYPES_H 1
00051 
00052 /* Define to 1 if you have the <limits.h> header file. */
00053 #define HAVE_LIMITS_H 1
00054 
00055 /* Define to 1 if `lstat' has the bug that it succeeds when given the
00056    zero-length file name argument. */
00057 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
00058 
00059 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
00060    to 0 otherwise. */
00061 #define HAVE_MALLOC 1
00062 
00063 /* Define to 1 if you have the `memchr' function. */
00064 #define HAVE_MEMCHR 1
00065 
00066 /* Define to 1 if you have the `memmove' function. */
00067 #define HAVE_MEMMOVE 1
00068 
00069 /* Define to 1 if you have the <memory.h> header file. */
00070 #define HAVE_MEMORY_H 1
00071 
00072 /* Define to 1 if you have the `memset' function. */
00073 #define HAVE_MEMSET 1
00074 
00075 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00076 /* #undef HAVE_NDIR_H */
00077 
00078 /* If available, contains the Python version number currently in use. */
00079 #define HAVE_PYTHON "2.3"
00080 
00081 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
00082    and to 0 otherwise. */
00083 #define HAVE_REALLOC 1
00084 
00085 /* Define to 1 if you have the `regcomp' function. */
00086 #define HAVE_REGCOMP 1
00087 
00088 /* Define to 1 if you have the regexec function. */
00089 #define HAVE_REGEXEC 1
00090 
00091 /* Define to 1 if you have the <regex.h> header file. */
00092 #define HAVE_REGEX_H 1
00093 
00094 /* Define to 1 if you have the <semaphore.h> header file. */
00095 #define HAVE_SEMAPHORE_H 1
00096 
00097 /* Define to 1 if you have the <signal.h> header file. */
00098 #define HAVE_SIGNAL_H 1
00099 
00100 /* Define to 1 if `stat' has the bug that it succeeds when given the
00101    zero-length file name argument. */
00102 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
00103 
00104 /* Define to 1 if you have the <stdarg.h> header file. */
00105 #define HAVE_STDARG_H 1
00106 
00107 /* Define to 1 if stdbool.h conforms to C99. */
00108 #define HAVE_STDBOOL_H 1
00109 
00110 /* Define to 1 if you have the <stdint.h> header file. */
00111 #define HAVE_STDINT_H 1
00112 
00113 /* Define to 1 if you have the <stdio.h> header file. */
00114 #define HAVE_STDIO_H 1
00115 
00116 /* Define to 1 if you have the <stdlib.h> header file. */
00117 #define HAVE_STDLIB_H 1
00118 
00119 /* Define to 1 if you have the `strcasecmp' function. */
00120 #define HAVE_STRCASECMP 1
00121 
00122 /* Define to 1 if you have the `strchr' function. */
00123 #define HAVE_STRCHR 1
00124 
00125 /* Define to 1 if you have the `strdup' function. */
00126 #define HAVE_STRDUP 1
00127 
00128 /* Define to 1 if you have the `strerror' function. */
00129 #define HAVE_STRERROR 1
00130 
00131 /* Define to 1 if you have the `strftime' function. */
00132 #define HAVE_STRFTIME 1
00133 
00134 /* Define to 1 if you have the <strings.h> header file. */
00135 #define HAVE_STRINGS_H 1
00136 
00137 /* Define to 1 if you have the <string.h> header file. */
00138 #define HAVE_STRING_H 1
00139 
00140 /* Define to 1 if you have the `strncasecmp' function. */
00141 #define HAVE_STRNCASECMP 1
00142 
00143 /* Define to 1 if you have the `strpbrk' function. */
00144 #define HAVE_STRPBRK 1
00145 
00146 /* Define to 1 if you have the `strrchr' function. */
00147 #define HAVE_STRRCHR 1
00148 
00149 /* Define to 1 if you have the `strstr' function. */
00150 #define HAVE_STRSTR 1
00151 
00152 /* Define to 1 if you have the `strtol' function. */
00153 #define HAVE_STRTOL 1
00154 
00155 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00156    */
00157 /* #undef HAVE_SYS_DIR_H */
00158 
00159 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00160    */
00161 /* #undef HAVE_SYS_NDIR_H */
00162 
00163 /* Define to 1 if you have the <sys/param.h> header file. */
00164 #define HAVE_SYS_PARAM_H 1
00165 
00166 /* Define to 1 if you have the <sys/shm.h> header file. */
00167 #define HAVE_SYS_SHM_H 1
00168 
00169 /* Define to 1 if you have the <sys/stat.h> header file. */
00170 #define HAVE_SYS_STAT_H 1
00171 
00172 /* Define to 1 if you have the <sys/time.h> header file. */
00173 #define HAVE_SYS_TIME_H 1
00174 
00175 /* Define to 1 if you have the <sys/types.h> header file. */
00176 #define HAVE_SYS_TYPES_H 1
00177 
00178 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
00179 #define HAVE_SYS_WAIT_H 1
00180 
00181 /* Define to 1 if you have the <time.h> header file. */
00182 #define HAVE_TIME_H 1
00183 
00184 /* Define to 1 if you have the <unistd.h> header file. */
00185 #define HAVE_UNISTD_H 1
00186 
00187 /* Define to 1 if you have the `vfork' function. */
00188 #define HAVE_VFORK 1
00189 
00190 /* Define to 1 if you have the <vfork.h> header file. */
00191 /* #undef HAVE_VFORK_H */
00192 
00193 /* Define to 1 if you have the `vprintf' function. */
00194 #define HAVE_VPRINTF 1
00195 
00196 /* Define to 1 if you have the <wchar.h> header file. */
00197 #define HAVE_WCHAR_H 1
00198 
00199 /* Define to 1 if `fork' works. */
00200 #define HAVE_WORKING_FORK 1
00201 
00202 /* Define to 1 if `vfork' works. */
00203 #define HAVE_WORKING_VFORK 1
00204 
00205 /* Define to 1 if the system has the type `_Bool'. */
00206 #define HAVE__BOOL 1
00207 
00208 /* Define as const if the declaration of iconv() needs const. */
00209 #define ICONV_CONST 
00210 
00211 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
00212    slash. */
00213 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
00214 
00215 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
00216 /* #undef NO_MINUS_C_MINUS_O */
00217 
00218 /* Name of package */
00219 #define PACKAGE "libpst"
00220 
00221 /* Define to the address where bug reports for this package should be sent. */
00222 #define PACKAGE_BUGREPORT "carl@five-ten-sg.com"
00223 
00224 /* Define to the full name of this package. */
00225 #define PACKAGE_NAME "libpst"
00226 
00227 /* Define to the full name and version of this package. */
00228 #define PACKAGE_STRING "libpst 0.6.49"
00229 
00230 /* Define to the one symbol short name of this package. */
00231 #define PACKAGE_TARNAME "libpst"
00232 
00233 /* Define to the version of this package. */
00234 #define PACKAGE_VERSION "0.6.49"
00235 
00236 /* The size of a `off_t', as computed by sizeof. */
00237 #define SIZEOF_OFF_T 8
00238 
00239 /* Define to 1 if you have the ANSI C header files. */
00240 #define STDC_HEADERS 1
00241 
00242 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00243 #define TIME_WITH_SYS_TIME 1
00244 
00245 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
00246 /* #undef TM_IN_SYS_TIME */
00247 
00248 /* Version number of package */
00249 #define VERSION "0.6.49"
00250 
00251 /* Number of bits in a file offset, on hosts where this is settable. */
00252 #define _FILE_OFFSET_BITS 64
00253 
00254 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
00255 #define _LARGEFILE_SOURCE 1
00256 
00257 /* Define for large files, on AIX-style hosts. */
00258 /* #undef _LARGE_FILES */
00259 
00260 /* Define to empty if `const' does not conform to ANSI C. */
00261 /* #undef const */
00262 
00263 /* Define to `__inline__' or `__inline' if that's what the C compiler
00264    calls it, or to nothing if 'inline' is not supported under any name.  */
00265 #ifndef __cplusplus
00266 /* #undef inline */
00267 #endif
00268 
00269 /* Define to rpl_malloc if the replacement function should be used. */
00270 /* #undef malloc */
00271 
00272 /* Define to `long' if <sys/types.h> does not define. */
00273 /* #undef off_t */
00274 
00275 /* Define to `int' if <sys/types.h> does not define. */
00276 /* #undef pid_t */
00277 
00278 /* Define to rpl_realloc if the replacement function should be used. */
00279 /* #undef realloc */
00280 
00281 /* Define to `unsigned' if <sys/types.h> does not define. */
00282 /* #undef size_t */
00283 
00284 /* Define as `fork' if `vfork' does not work. */
00285 /* #undef vfork */

Generated on Mon Sep 13 14:51:48 2010 for 'LibPst' by  doxygen 1.3.9.1