00001 /* config.h. Generated from config.h.in 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 to 1 if you have the `get_current_dir_name' function. */ 00047 #define HAVE_GET_CURRENT_DIR_NAME 1 00048 00049 /* Define if you have the iconv() function and it works. */ 00050 #define HAVE_ICONV 1 00051 00052 /* Define to 1 if you have the <inttypes.h> header file. */ 00053 #define HAVE_INTTYPES_H 1 00054 00055 /* Define to 1 if you have the <limits.h> header file. */ 00056 #define HAVE_LIMITS_H 1 00057 00058 /* Define to 1 if `lstat' has the bug that it succeeds when given the 00059 zero-length file name argument. */ 00060 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */ 00061 00062 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00063 to 0 otherwise. */ 00064 #define HAVE_MALLOC 1 00065 00066 /* Define to 1 if you have the `memchr' function. */ 00067 #define HAVE_MEMCHR 1 00068 00069 /* Define to 1 if you have the `memmove' function. */ 00070 #define HAVE_MEMMOVE 1 00071 00072 /* Define to 1 if you have the <memory.h> header file. */ 00073 #define HAVE_MEMORY_H 1 00074 00075 /* Define to 1 if you have the `memset' function. */ 00076 #define HAVE_MEMSET 1 00077 00078 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00079 /* #undef HAVE_NDIR_H */ 00080 00081 /* If available, contains the Python version number currently in use. */ 00082 #define HAVE_PYTHON "2.6" 00083 00084 /* Define to 1 if your system has a GNU libc compatible `realloc' function, 00085 and to 0 otherwise. */ 00086 #define HAVE_REALLOC 1 00087 00088 /* Define to 1 if you have the `regcomp' function. */ 00089 #define HAVE_REGCOMP 1 00090 00091 /* Define to 1 if you have the regexec function. */ 00092 #define HAVE_REGEXEC 1 00093 00094 /* Define to 1 if you have the <regex.h> header file. */ 00095 #define HAVE_REGEX_H 1 00096 00097 /* Define to 1 if you have the <semaphore.h> header file. */ 00098 #define HAVE_SEMAPHORE_H 1 00099 00100 /* Define to 1 if you have the <signal.h> header file. */ 00101 #define HAVE_SIGNAL_H 1 00102 00103 /* Define to 1 if `stat' has the bug that it succeeds when given the 00104 zero-length file name argument. */ 00105 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 00106 00107 /* Define to 1 if you have the <stdarg.h> header file. */ 00108 #define HAVE_STDARG_H 1 00109 00110 /* Define to 1 if stdbool.h conforms to C99. */ 00111 #define HAVE_STDBOOL_H 1 00112 00113 /* Define to 1 if you have the <stdint.h> header file. */ 00114 #define HAVE_STDINT_H 1 00115 00116 /* Define to 1 if you have the <stdio.h> header file. */ 00117 #define HAVE_STDIO_H 1 00118 00119 /* Define to 1 if you have the <stdlib.h> header file. */ 00120 #define HAVE_STDLIB_H 1 00121 00122 /* Define to 1 if you have the `strcasecmp' function. */ 00123 #define HAVE_STRCASECMP 1 00124 00125 /* Define to 1 if you have the `strchr' function. */ 00126 #define HAVE_STRCHR 1 00127 00128 /* Define to 1 if you have the `strdup' function. */ 00129 #define HAVE_STRDUP 1 00130 00131 /* Define to 1 if you have the `strerror' function. */ 00132 #define HAVE_STRERROR 1 00133 00134 /* Define to 1 if you have the `strftime' function. */ 00135 #define HAVE_STRFTIME 1 00136 00137 /* Define to 1 if you have the <strings.h> header file. */ 00138 #define HAVE_STRINGS_H 1 00139 00140 /* Define to 1 if you have the <string.h> header file. */ 00141 #define HAVE_STRING_H 1 00142 00143 /* Define to 1 if you have the `strncasecmp' function. */ 00144 #define HAVE_STRNCASECMP 1 00145 00146 /* Define to 1 if you have the `strpbrk' function. */ 00147 #define HAVE_STRPBRK 1 00148 00149 /* Define to 1 if you have the `strrchr' function. */ 00150 #define HAVE_STRRCHR 1 00151 00152 /* Define to 1 if you have the `strstr' function. */ 00153 #define HAVE_STRSTR 1 00154 00155 /* Define to 1 if you have the `strtol' function. */ 00156 #define HAVE_STRTOL 1 00157 00158 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00159 */ 00160 /* #undef HAVE_SYS_DIR_H */ 00161 00162 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00163 */ 00164 /* #undef HAVE_SYS_NDIR_H */ 00165 00166 /* Define to 1 if you have the <sys/param.h> header file. */ 00167 #define HAVE_SYS_PARAM_H 1 00168 00169 /* Define to 1 if you have the <sys/shm.h> header file. */ 00170 #define HAVE_SYS_SHM_H 1 00171 00172 /* Define to 1 if you have the <sys/stat.h> header file. */ 00173 #define HAVE_SYS_STAT_H 1 00174 00175 /* Define to 1 if you have the <sys/time.h> header file. */ 00176 #define HAVE_SYS_TIME_H 1 00177 00178 /* Define to 1 if you have the <sys/types.h> header file. */ 00179 #define HAVE_SYS_TYPES_H 1 00180 00181 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00182 #define HAVE_SYS_WAIT_H 1 00183 00184 /* Define to 1 if you have the <time.h> header file. */ 00185 #define HAVE_TIME_H 1 00186 00187 /* Define to 1 if you have the <unistd.h> header file. */ 00188 #define HAVE_UNISTD_H 1 00189 00190 /* Define to 1 if you have the `vfork' function. */ 00191 #define HAVE_VFORK 1 00192 00193 /* Define to 1 if you have the <vfork.h> header file. */ 00194 /* #undef HAVE_VFORK_H */ 00195 00196 /* Define to 1 if you have the `vprintf' function. */ 00197 #define HAVE_VPRINTF 1 00198 00199 /* Define to 1 if you have the <wchar.h> header file. */ 00200 #define HAVE_WCHAR_H 1 00201 00202 /* Define to 1 if `fork' works. */ 00203 #define HAVE_WORKING_FORK 1 00204 00205 /* Define to 1 if `vfork' works. */ 00206 #define HAVE_WORKING_VFORK 1 00207 00208 /* Define to 1 if the system has the type `_Bool'. */ 00209 #define HAVE__BOOL 1 00210 00211 /* Define as const if the declaration of iconv() needs const. */ 00212 #define ICONV_CONST 00213 00214 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00215 slash. */ 00216 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 00217 00218 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00219 */ 00220 #define LT_OBJDIR ".libs/" 00221 00222 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 00223 /* #undef NO_MINUS_C_MINUS_O */ 00224 00225 /* Name of package */ 00226 #define PACKAGE "libpst" 00227 00228 /* Define to the address where bug reports for this package should be sent. */ 00229 #define PACKAGE_BUGREPORT "carl@five-ten-sg.com" 00230 00231 /* Define to the full name of this package. */ 00232 #define PACKAGE_NAME "libpst" 00233 00234 /* Define to the full name and version of this package. */ 00235 #define PACKAGE_STRING "libpst 0.6.67" 00236 00237 /* Define to the one symbol short name of this package. */ 00238 #define PACKAGE_TARNAME "libpst" 00239 00240 /* Define to the version of this package. */ 00241 #define PACKAGE_VERSION "0.6.67" 00242 00243 /* The size of `off_t', as computed by sizeof. */ 00244 #define SIZEOF_OFF_T 8 00245 00246 /* Define to 1 if you have the ANSI C header files. */ 00247 #define STDC_HEADERS 1 00248 00249 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00250 #define TIME_WITH_SYS_TIME 1 00251 00252 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00253 /* #undef TM_IN_SYS_TIME */ 00254 00255 /* Enable extensions on AIX 3, Interix. */ 00256 #ifndef _ALL_SOURCE 00257 # define _ALL_SOURCE 1 00258 #endif 00259 /* Enable GNU extensions on systems that have them. */ 00260 #ifndef _GNU_SOURCE 00261 # define _GNU_SOURCE 1 00262 #endif 00263 /* Enable threading extensions on Solaris. */ 00264 #ifndef _POSIX_PTHREAD_SEMANTICS 00265 # define _POSIX_PTHREAD_SEMANTICS 1 00266 #endif 00267 /* Enable extensions on HP NonStop. */ 00268 #ifndef _TANDEM_SOURCE 00269 # define _TANDEM_SOURCE 1 00270 #endif 00271 /* Enable general extensions on Solaris. */ 00272 #ifndef __EXTENSIONS__ 00273 # define __EXTENSIONS__ 1 00274 #endif 00275 00276 00277 /* Version number of package */ 00278 #define VERSION "0.6.67" 00279 00280 /* Number of bits in a file offset, on hosts where this is settable. */ 00281 /* #undef _FILE_OFFSET_BITS */ 00282 00283 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 00284 /* #undef _LARGEFILE_SOURCE */ 00285 00286 /* Define for large files, on AIX-style hosts. */ 00287 /* #undef _LARGE_FILES */ 00288 00289 /* Define to 1 if on MINIX. */ 00290 /* #undef _MINIX */ 00291 00292 /* Define to 2 if the system does not provide POSIX.1 features except with 00293 this defined. */ 00294 /* #undef _POSIX_1_SOURCE */ 00295 00296 /* Define to 1 if you need to in order for `stat' and other things to work. */ 00297 /* #undef _POSIX_SOURCE */ 00298 00299 /* Define to empty if `const' does not conform to ANSI C. */ 00300 /* #undef const */ 00301 00302 /* Define to `__inline__' or `__inline' if that's what the C compiler 00303 calls it, or to nothing if 'inline' is not supported under any name. */ 00304 #ifndef __cplusplus 00305 /* #undef inline */ 00306 #endif 00307 00308 /* Define to rpl_malloc if the replacement function should be used. */ 00309 /* #undef malloc */ 00310 00311 /* Define to `long int' if <sys/types.h> does not define. */ 00312 /* #undef off_t */ 00313 00314 /* Define to `int' if <sys/types.h> does not define. */ 00315 /* #undef pid_t */ 00316 00317 /* Define to rpl_realloc if the replacement function should be used. */ 00318 /* #undef realloc */ 00319 00320 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00321 /* #undef size_t */ 00322 00323 /* Define as `fork' if `vfork' does not work. */ 00324 /* #undef vfork */