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 to 1 if you have the <ctype.h> header file. */ 00011 #define HAVE_CTYPE_H 1 00012 00013 /* Define to 1 if you have the <dirent.h> header file. */ 00014 #define HAVE_DIRENT_H 1 00015 00016 /* Define to 1 if you have the <dlfcn.h> header file. */ 00017 #define HAVE_DLFCN_H 1 00018 00019 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00020 /* #undef HAVE_DOPRNT */ 00021 00022 /* Define to 1 if you have the <errno.h> header file. */ 00023 #define HAVE_ERRNO_H 1 00024 00025 /* Define to 1 if you have the <fcntl.h> header file. */ 00026 #define HAVE_FCNTL_H 1 00027 00028 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 00029 #define HAVE_FSEEKO 1 00030 00031 /* Define to 1 if you have the <gd.h> header file. */ 00032 #define HAVE_GD_H 1 00033 00034 /* Define if you have the iconv() function and it works. */ 00035 #define HAVE_ICONV 1 00036 00037 /* Define to 1 if you have the <inttypes.h> header file. */ 00038 #define HAVE_INTTYPES_H 1 00039 00040 /* Define to 1 if you have the <limits.h> header file. */ 00041 #define HAVE_LIMITS_H 1 00042 00043 /* Define to 1 if `lstat' has the bug that it succeeds when given the 00044 zero-length file name argument. */ 00045 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */ 00046 00047 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00048 to 0 otherwise. */ 00049 #define HAVE_MALLOC 1 00050 00051 /* Define to 1 if you have the `memchr' function. */ 00052 #define HAVE_MEMCHR 1 00053 00054 /* Define to 1 if you have the `memmove' function. */ 00055 #define HAVE_MEMMOVE 1 00056 00057 /* Define to 1 if you have the <memory.h> header file. */ 00058 #define HAVE_MEMORY_H 1 00059 00060 /* Define to 1 if you have the `memset' function. */ 00061 #define HAVE_MEMSET 1 00062 00063 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00064 /* #undef HAVE_NDIR_H */ 00065 00066 /* Define to 1 if your system has a GNU libc compatible `realloc' function, 00067 and to 0 otherwise. */ 00068 #define HAVE_REALLOC 1 00069 00070 /* Define to 1 if you have the `regcomp' function. */ 00071 #define HAVE_REGCOMP 1 00072 00073 /* Define to 1 if you have the regexec function. */ 00074 #define HAVE_REGEXEC 1 00075 00076 /* Define to 1 if you have the <regex.h> header file. */ 00077 #define HAVE_REGEX_H 1 00078 00079 /* Define to 1 if you have the <signal.h> header file. */ 00080 #define HAVE_SIGNAL_H 1 00081 00082 /* Define to 1 if you have the <stdarg.h> header file. */ 00083 #define HAVE_STDARG_H 1 00084 00085 /* Define to 1 if stdbool.h conforms to C99. */ 00086 #define HAVE_STDBOOL_H 1 00087 00088 /* Define to 1 if you have the <stdint.h> header file. */ 00089 #define HAVE_STDINT_H 1 00090 00091 /* Define to 1 if you have the <stdio.h> header file. */ 00092 #define HAVE_STDIO_H 1 00093 00094 /* Define to 1 if you have the <stdlib.h> header file. */ 00095 #define HAVE_STDLIB_H 1 00096 00097 /* Define to 1 if you have the `strcasecmp' function. */ 00098 #define HAVE_STRCASECMP 1 00099 00100 /* Define to 1 if you have the `strchr' function. */ 00101 #define HAVE_STRCHR 1 00102 00103 /* Define to 1 if you have the `strdup' function. */ 00104 #define HAVE_STRDUP 1 00105 00106 /* Define to 1 if you have the `strerror' function. */ 00107 #define HAVE_STRERROR 1 00108 00109 /* Define to 1 if you have the `strftime' function. */ 00110 #define HAVE_STRFTIME 1 00111 00112 /* Define to 1 if you have the <strings.h> header file. */ 00113 #define HAVE_STRINGS_H 1 00114 00115 /* Define to 1 if you have the <string.h> header file. */ 00116 #define HAVE_STRING_H 1 00117 00118 /* Define to 1 if you have the `strncasecmp' function. */ 00119 #define HAVE_STRNCASECMP 1 00120 00121 /* Define to 1 if you have the `strpbrk' function. */ 00122 #define HAVE_STRPBRK 1 00123 00124 /* Define to 1 if you have the `strrchr' function. */ 00125 #define HAVE_STRRCHR 1 00126 00127 /* Define to 1 if you have the `strstr' function. */ 00128 #define HAVE_STRSTR 1 00129 00130 /* Define to 1 if you have the `strtol' function. */ 00131 #define HAVE_STRTOL 1 00132 00133 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00134 */ 00135 /* #undef HAVE_SYS_DIR_H */ 00136 00137 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00138 */ 00139 /* #undef HAVE_SYS_NDIR_H */ 00140 00141 /* Define to 1 if you have the <sys/param.h> header file. */ 00142 #define HAVE_SYS_PARAM_H 1 00143 00144 /* Define to 1 if you have the <sys/stat.h> header file. */ 00145 #define HAVE_SYS_STAT_H 1 00146 00147 /* Define to 1 if you have the <sys/time.h> header file. */ 00148 #define HAVE_SYS_TIME_H 1 00149 00150 /* Define to 1 if you have the <sys/types.h> header file. */ 00151 #define HAVE_SYS_TYPES_H 1 00152 00153 /* Define to 1 if you have the <time.h> header file. */ 00154 #define HAVE_TIME_H 1 00155 00156 /* Define to 1 if you have the <unistd.h> header file. */ 00157 #define HAVE_UNISTD_H 1 00158 00159 /* Define to 1 if you have the `vprintf' function. */ 00160 #define HAVE_VPRINTF 1 00161 00162 /* Define to 1 if you have the <wchar.h> header file. */ 00163 #define HAVE_WCHAR_H 1 00164 00165 /* Define to 1 if the system has the type `_Bool'. */ 00166 #define HAVE__BOOL 1 00167 00168 /* Define as const if the declaration of iconv() needs const. */ 00169 #define ICONV_CONST 00170 00171 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00172 slash. */ 00173 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 00174 00175 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 00176 /* #undef NO_MINUS_C_MINUS_O */ 00177 00178 /* Name of package */ 00179 #define PACKAGE "libpst" 00180 00181 /* Define to the address where bug reports for this package should be sent. */ 00182 #define PACKAGE_BUGREPORT "carl@five-ten-sg.com" 00183 00184 /* Define to the full name of this package. */ 00185 #define PACKAGE_NAME "libpst" 00186 00187 /* Define to the full name and version of this package. */ 00188 #define PACKAGE_STRING "libpst 0.6.34" 00189 00190 /* Define to the one symbol short name of this package. */ 00191 #define PACKAGE_TARNAME "libpst" 00192 00193 /* Define to the version of this package. */ 00194 #define PACKAGE_VERSION "0.6.34" 00195 00196 /* The size of a `off_t', as computed by sizeof. */ 00197 #define SIZEOF_OFF_T 8 00198 00199 /* Define to 1 if you have the ANSI C header files. */ 00200 #define STDC_HEADERS 1 00201 00202 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00203 #define TIME_WITH_SYS_TIME 1 00204 00205 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00206 /* #undef TM_IN_SYS_TIME */ 00207 00208 /* Version number of package */ 00209 #define VERSION "0.6.34" 00210 00211 /* Number of bits in a file offset, on hosts where this is settable. */ 00212 #define _FILE_OFFSET_BITS 64 00213 00214 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 00215 #define _LARGEFILE_SOURCE 1 00216 00217 /* Define for large files, on AIX-style hosts. */ 00218 /* #undef _LARGE_FILES */ 00219 00220 /* Define to empty if `const' does not conform to ANSI C. */ 00221 /* #undef const */ 00222 00223 /* Define to rpl_malloc if the replacement function should be used. */ 00224 /* #undef malloc */ 00225 00226 /* Define to `long' if <sys/types.h> does not define. */ 00227 /* #undef off_t */ 00228 00229 /* Define to rpl_realloc if the replacement function should be used. */ 00230 /* #undef realloc */ 00231 00232 /* Define to `unsigned' if <sys/types.h> does not define. */ 00233 /* #undef size_t */