00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* header and linking is available to have strong encryption functions */ 00005 #define CRYPTO_AVAILABLE 1 00006 00007 /* whether header and linking for new and better blowfish implementation is 00008 available */ 00009 #define CRYPTO_FULL_BF_AVAILABLE 1 00010 00011 /* dar and dar_suite version, definition in configure.ac */ 00012 #define DAR_VERSION "2.3.5" 00013 00014 /* if defined, activates support for Extended Attributes */ 00015 #define EA_SUPPORT 00016 00017 /* Define to 1 if translation of program messages to the user's native 00018 language is requested. */ 00019 #define ENABLE_NLS 1 00020 00021 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00022 #define HAVE_ARPA_INET_H 1 00023 00024 /* Define to 1 if you have the <attr/xattr.h> header file. */ 00025 #define HAVE_ATTR_XATTR_H 1 00026 00027 /* bzlib.h header file is available */ 00028 #define HAVE_BZLIB_H 1 00029 00030 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 00031 CoreFoundation framework. */ 00032 /* #undef HAVE_CFLOCALECOPYCURRENT */ 00033 00034 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 00035 the CoreFoundation framework. */ 00036 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 00037 00038 /* Define to 1 if you have the <ctype.h> header file. */ 00039 #define HAVE_CTYPE_H 1 00040 00041 /* Define if the GNU dcgettext() function is already present or preinstalled. 00042 */ 00043 #define HAVE_DCGETTEXT 1 00044 00045 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you 00046 don't. */ 00047 #define HAVE_DECL_SYS_SIGLIST 1 00048 00049 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00050 */ 00051 #define HAVE_DIRENT_H 1 00052 00053 /* Define to 1 if you have the <dlfcn.h> header file. */ 00054 #define HAVE_DLFCN_H 1 00055 00056 /* Define to 1 if you have the <errno.h> header file. */ 00057 #define HAVE_ERRNO_H 1 00058 00059 /* Define to 1 if you have the <fcntl.h> header file. */ 00060 #define HAVE_FCNTL_H 1 00061 00062 /* Define to 1 if your system has a working POSIX `fnmatch' function. */ 00063 #define HAVE_FNMATCH 1 00064 00065 /* Define to 1 if you have the <fnmatch.h> header file. */ 00066 #define HAVE_FNMATCH_H 1 00067 00068 /* Define to 1 if you have the `fork' function. */ 00069 #define HAVE_FORK 1 00070 00071 /* Define to 1 if you have the <getopt.h> header file. */ 00072 #define HAVE_GETOPT_H 1 00073 00074 /* a getopt() call is declared in <unistd.h> */ 00075 #define HAVE_GETOPT_IN_UNISTD_H 1 00076 00077 /* whether getopt_long() is available */ 00078 #define HAVE_GETOPT_LONG 1 00079 00080 /* a getopt_long() call is declared in <unistd.h> */ 00081 /* #undef HAVE_GETOPT_LONG_IN_UNISTD_H */ 00082 00083 /* Define if the GNU gettext() function is already present or preinstalled. */ 00084 #define HAVE_GETTEXT 1 00085 00086 /* Define to 1 if you have the <grp.h> header file. */ 00087 #define HAVE_GRP_H 1 00088 00089 /* Define if you have the iconv() function. */ 00090 #define HAVE_ICONV 1 00091 00092 /* Define to 1 if you have the <inttypes.h> header file. */ 00093 #define HAVE_INTTYPES_H 1 00094 00095 /* Define to 1 if you have the `lchown' function. */ 00096 #define HAVE_LCHOWN 1 00097 00098 /* Define to 1 if you have the `attr' library (-lattr). */ 00099 #define HAVE_LIBATTR 1 00100 00101 /* Define to 1 if you have the `bz2' library (-lbz2). */ 00102 #define HAVE_LIBBZ2 1 00103 00104 /* Define to 1 if you have the `c' library (-lc). */ 00105 /* #undef HAVE_LIBC */ 00106 00107 /* Define to 1 if you have the `crypto' library (-lcrypto). */ 00108 #define HAVE_LIBCRYPTO 1 00109 00110 /* Define to 1 if you have the `dl' library (-ldl). */ 00111 #define HAVE_LIBDL 1 00112 00113 /* Define to 1 if you have the `gnugetopt' library (-lgnugetopt). */ 00114 /* #undef HAVE_LIBGNUGETOPT */ 00115 00116 /* Define to 1 if you have the `nsl' library (-lnsl). */ 00117 /* #undef HAVE_LIBNSL */ 00118 00119 /* Define to 1 if you have the `pthread' library (-lpthread). */ 00120 #define HAVE_LIBPTHREAD 1 00121 00122 /* Define to 1 if you have the `socket' library (-lsocket). */ 00123 /* #undef HAVE_LIBSOCKET */ 00124 00125 /* Define to 1 if you have the `xml2' library (-lxml2). */ 00126 /* #undef HAVE_LIBXML2 */ 00127 00128 /* defined if libxml/parser.h is present */ 00129 /* #undef HAVE_LIBXML_PARSER_H */ 00130 00131 /* defined if libxml/tree.h is present */ 00132 /* #undef HAVE_LIBXML_TREE_H */ 00133 00134 /* Define to 1 if you have the `z' library (-lz). */ 00135 #define HAVE_LIBZ 1 00136 00137 /* Define to 1 if you have the <limits.h> header file. */ 00138 #define HAVE_LIMITS_H 1 00139 00140 /* Define to 1 if `lstat' has the bug that it succeeds when given the 00141 zero-length file name argument. */ 00142 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */ 00143 00144 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00145 to 0 otherwise. */ 00146 #define HAVE_MALLOC 1 00147 00148 /* Define to 1 if you have the <memory.h> header file. */ 00149 #define HAVE_MEMORY_H 1 00150 00151 /* Define to 1 if you have the `mkdir' function. */ 00152 #define HAVE_MKDIR 1 00153 00154 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00155 /* #undef HAVE_NDIR_H */ 00156 00157 /* Define to 1 if you have the <netinet/in.h> header file. */ 00158 #define HAVE_NETINET_IN_H 1 00159 00160 /* Define to 1 if you have the <openssl/blowfish.h> header file. */ 00161 #define HAVE_OPENSSL_BLOWFISH_H 1 00162 00163 /* openssl/crypto.h header file is available */ 00164 #define HAVE_OPENSSL_CRYPTO_H 1 00165 00166 /* Define to 1 if you have the <openssl/evp.h> header file. */ 00167 #define HAVE_OPENSSL_EVP_H 1 00168 00169 /* Define to 1 if you have the <openssl/hmac.h> header file. */ 00170 #define HAVE_OPENSSL_HMAC_H 1 00171 00172 /* the optreset external variable exists to reset getopt standard call */ 00173 /* #undef HAVE_OPTRESET */ 00174 00175 /* Define to 1 if you have the <pthread.h> header file. */ 00176 #define HAVE_PTHREAD_H 1 00177 00178 /* Define to 1 if you have the <pwd.h> header file. */ 00179 #define HAVE_PWD_H 1 00180 00181 /* Define to 1 if you have the `regcomp' function. */ 00182 #define HAVE_REGCOMP 1 00183 00184 /* Define to 1 if you have the <regex.h> header file. */ 00185 #define HAVE_REGEX_H 1 00186 00187 /* Define to 1 if you have the `rmdir' function. */ 00188 #define HAVE_RMDIR 1 00189 00190 /* Define to 1 if you have the <signal.h> header file. */ 00191 #define HAVE_SIGNAL_H 1 00192 00193 /* Define to 1 if `stat' has the bug that it succeeds when given the 00194 zero-length file name argument. */ 00195 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 00196 00197 /* Define to 1 if you have the <stdint.h> header file. */ 00198 #define HAVE_STDINT_H 1 00199 00200 /* Define to 1 if you have the <stdio.h> header file. */ 00201 #define HAVE_STDIO_H 1 00202 00203 /* Define to 1 if you have the <stdlib.h> header file. */ 00204 #define HAVE_STDLIB_H 1 00205 00206 /* Define to 1 if you have the `strerror' function. */ 00207 #define HAVE_STRERROR 1 00208 00209 /* Define to 1 if you have the <strings.h> header file. */ 00210 #define HAVE_STRINGS_H 1 00211 00212 /* Define to 1 if you have the <string.h> header file. */ 00213 #define HAVE_STRING_H 1 00214 00215 /* Define to 1 if `st_rdev' is member of `struct stat'. */ 00216 #define HAVE_STRUCT_STAT_ST_RDEV 1 00217 00218 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00219 */ 00220 /* #undef HAVE_SYS_DIR_H */ 00221 00222 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00223 #define HAVE_SYS_IOCTL_H 1 00224 00225 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00226 */ 00227 /* #undef HAVE_SYS_NDIR_H */ 00228 00229 /* Define to 1 if you have the <sys/socket.h> header file. */ 00230 #define HAVE_SYS_SOCKET_H 1 00231 00232 /* Define to 1 if you have the <sys/stat.h> header file. */ 00233 #define HAVE_SYS_STAT_H 1 00234 00235 /* Define to 1 if you have the <sys/types.h> header file. */ 00236 #define HAVE_SYS_TYPES_H 1 00237 00238 /* Define to 1 if you have the <sys/un.h> header file. */ 00239 #define HAVE_SYS_UN_H 1 00240 00241 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00242 #define HAVE_SYS_WAIT_H 1 00243 00244 /* Define to 1 if you have the <sys/xattr.h> header file. */ 00245 /* #undef HAVE_SYS_XATTR_H */ 00246 00247 /* Define to 1 if you have the <termios.h> header file. */ 00248 #define HAVE_TERMIOS_H 1 00249 00250 /* Define to 1 if you have the <time.h> header file. */ 00251 #define HAVE_TIME_H 1 00252 00253 /* Define to 1 if you have the <unistd.h> header file. */ 00254 #define HAVE_UNISTD_H 1 00255 00256 /* Define to 1 if you have the `utime' function. */ 00257 #define HAVE_UTIME 1 00258 00259 /* Define to 1 if you have the <utime.h> header file. */ 00260 #define HAVE_UTIME_H 1 00261 00262 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */ 00263 #define HAVE_UTIME_NULL 1 00264 00265 /* Define to 1 if you have the `vfork' function. */ 00266 #define HAVE_VFORK 1 00267 00268 /* Define to 1 if you have the <vfork.h> header file. */ 00269 /* #undef HAVE_VFORK_H */ 00270 00271 /* Define to 1 if `fork' works. */ 00272 #define HAVE_WORKING_FORK 1 00273 00274 /* Define to 1 if `vfork' works. */ 00275 #define HAVE_WORKING_VFORK 1 00276 00277 /* zlib.h header file is available */ 00278 #define HAVE_ZLIB_H 1 00279 00280 /* Define as const if the declaration of iconv() needs const. */ 00281 #define ICONV_CONST 00282 00283 /* header and linking is available to have libbz2 functions */ 00284 #define LIBBZ2_AVAILABLE 1 00285 00286 /* if defined, activates the ext2/3 nodump flag feature */ 00287 #define LIBDAR_NODUMP_FEATURE NODUMP_EXT2FS 00288 00289 /* if set activates specific new and delete operator which do better 00290 allocation for a lot of small items */ 00291 #define LIBDAR_SPECIAL_ALLOC 00292 00293 /* header and linking is available to have libz functions */ 00294 #define LIBZ_AVAILABLE 1 00295 00296 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00297 slash. */ 00298 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 00299 00300 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 00301 */ 00302 /* #undef MAJOR_IN_MKDEV */ 00303 00304 /* Define to 1 if `major', `minor', and `makedev' are declared in 00305 <sysmacros.h>. */ 00306 /* #undef MAJOR_IN_SYSMACROS */ 00307 00308 /* POSIX mutex (pthread_mutex_t) is available */ 00309 #define MUTEX_WORKS 1 00310 00311 /* if defined, activates support for Mac OS X Extended Attributes */ 00312 /* #undef OSX_EA_SUPPORT */ 00313 00314 /* manually set CPU's registers' size */ 00315 /* #undef OS_BITS */ 00316 00317 /* Name of package */ 00318 #define PACKAGE "dar" 00319 00320 /* Define to the address where bug reports for this package should be sent. */ 00321 #define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?group_id=65612&atid=511612" 00322 00323 /* Define to the full name of this package. */ 00324 #define PACKAGE_NAME "DAR" 00325 00326 /* Define to the full name and version of this package. */ 00327 #define PACKAGE_STRING "DAR 2.3.5" 00328 00329 /* Define to the one symbol short name of this package. */ 00330 #define PACKAGE_TARNAME "dar" 00331 00332 /* Define to the version of this package. */ 00333 #define PACKAGE_VERSION "2.3.5" 00334 00335 /* Define as the return type of signal handlers (`int' or `void'). */ 00336 #define RETSIGTYPE void 00337 00338 /* The size of `off_t', as computed by sizeof. */ 00339 #define SIZEOF_OFF_T 8 00340 00341 /* The size of `size_t', as computed by sizeof. */ 00342 #define SIZEOF_SIZE_T 4 00343 00344 /* The size of `time_t', as computed by sizeof. */ 00345 #define SIZEOF_TIME_T 4 00346 00347 /* Define to 1 if you have the ANSI C header files. */ 00348 #define STDC_HEADERS 1 00349 00350 /* debuggging feature to track memory leakage, makes binary very slow */ 00351 /* #undef TEST_MEMORY */ 00352 00353 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00354 #define TIME_WITH_SYS_TIME 1 00355 00356 /* Version number of package */ 00357 #define VERSION "2.3.5" 00358 00359 /* Number of bits in a file offset, on hosts where this is settable. */ 00360 #define _FILE_OFFSET_BITS 64 00361 00362 /* Define for large files, on AIX-style hosts. */ 00363 /* #undef _LARGE_FILES */ 00364 00365 /* Define to empty if `const' does not conform to ANSI C. */ 00366 /* #undef const */ 00367 00368 /* Define to `__inline__' or `__inline' if that's what the C compiler 00369 calls it, or to nothing if 'inline' is not supported under any name. */ 00370 #ifndef __cplusplus 00371 /* #undef inline */ 00372 #endif 00373 00374 /* Define to rpl_malloc if the replacement function should be used. */ 00375 /* #undef malloc */ 00376 00377 /* Define to `long int' if <sys/types.h> does not define. */ 00378 /* #undef off_t */ 00379 00380 /* Define to `int' if <sys/types.h> does not define. */ 00381 /* #undef pid_t */ 00382 00383 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00384 /* #undef size_t */ 00385 00386 /* Define as `fork' if `vfork' does not work. */ 00387 /* #undef vfork */