$treeview $search $mathjax $extrastylesheet
librsync
2.0.2
$projectbrief
|
$projectbrief
|
$searchbox |
00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define if building universal (internal helper macro) */ 00005 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 00006 00007 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 00008 systems. This function is required for `alloca.c' support on those systems. 00009 */ 00010 /* #undef CRAY_STACKSEG_END */ 00011 00012 /* Define to 1 if using `alloca.c'. */ 00013 /* #undef C_ALLOCA */ 00014 00015 /* Define this to enable trace code */ 00016 /* #undef DO_RS_TRACE */ 00017 00018 /* Define to 1 if you have `alloca', as a function or macro. */ 00019 /* #undef HAVE_ALLOCA */ 00020 00021 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). */ 00022 #define HAVE_ALLOCA_H 1 00023 00024 /* Define to 1 if you have the <bzlib.h> header file. */ 00025 /* #undef HAVE_BZLIB_H */ 00026 00027 /* Define to 1 if you have the <dlfcn.h> header file. */ 00028 #define HAVE_DLFCN_H 1 00029 00030 /* Define to 1 if you have the <fcntl.h> header file. */ 00031 #define HAVE_FCNTL_H 1 00032 00033 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 00034 #define HAVE_FSEEKO 1 00035 00036 /* Define to 1 if fseeko64 (and presumably ftello64) exists and is declared. */ 00037 #define HAVE_FSEEKO64 1 00038 00039 /* Define to 1 if _fseeki64 (and presumably _ftelli64) exists and is declared. */ 00040 /* #undef HAVE__FSEEKI64 */ 00041 00042 /* Define to 1 if fstat64 exists and is declared. */ 00043 #define HAVE_FSTAT64 1 00044 00045 /* Define to 1 if _fstati64 exists and is declared. */ 00046 /* #undef HAVE__FSTATI64 */ 00047 00048 /* Define to 1 if fileno exists and is declared (Posix). */ 00049 #define HAVE_FILENO 1 00050 00051 /* Define to 1 if _fileno exists and is declared (ISO C++). */ 00052 /* #undef HAVE__FILENO */ 00053 00054 /* Define to 1 if you have the <inttypes.h> header file. */ 00055 #define HAVE_INTTYPES_H 1 00056 00057 /* Define to 1 if you have the `bz2' library (-lbz2). */ 00058 /* #undef HAVE_LIBBZ2 */ 00059 00060 /* Define to 1 if you have the `popt' library (-lpopt). */ 00061 /* #undef HAVE_LIBPOPT */ 00062 00063 /* Define to 1 if you have the `z' library (-lz). */ 00064 /* #undef HAVE_LIBZ */ 00065 00066 /* Define to 1 if you have the <malloc.h> header file. */ 00067 #define HAVE_MALLOC_H 1 00068 00069 /* Define to 1 if you have the <mcheck.h> header file. */ 00070 #define HAVE_MCHECK_H 1 00071 00072 /* Define to 1 if you have the `memmove' function. */ 00073 #define HAVE_MEMMOVE 1 00074 00075 /* Define to 1 if you have the <memory.h> header file. */ 00076 #define HAVE_MEMORY_H 1 00077 00078 /* Define to 1 if you have the `memset' function. */ 00079 #define HAVE_MEMSET 1 00080 00081 /* GNU extension of saving argv[0] to program_invocation_short_name */ 00082 /* #undef HAVE_PROGRAM_INVOCATION_NAME */ 00083 00084 /* Define to 1 if you have the `snprintf' function. */ 00085 /* #undef HAVE_SNPRINTF */ 00086 00087 /* Define to 1 if you have the <stdint.h> header file. */ 00088 #define HAVE_STDINT_H 1 00089 00090 /* Define to 1 if you have the <stdlib.h> header file. */ 00091 #define HAVE_STDLIB_H 1 00092 00093 /* Define to 1 if you have the `strchr' function. */ 00094 #define HAVE_STRCHR 1 00095 00096 /* Define to 1 if you have the `strerror' function. */ 00097 #define HAVE_STRERROR 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/file.h> header file. */ 00106 #define HAVE_SYS_FILE_H 1 00107 00108 /* Define to 1 if you have the <sys/stat.h> header file. */ 00109 #define HAVE_SYS_STAT_H 1 00110 00111 /* Define to 1 if you have the <sys/types.h> header file. */ 00112 #define HAVE_SYS_TYPES_H 1 00113 00114 /* Define to 1 if you have the <unistd.h> header file. */ 00115 #define HAVE_UNISTD_H 1 00116 00117 /* Define if your cpp has vararg macros */ 00118 /* #undef HAVE_VARARG_MACROS */ 00119 00120 /* Define to 1 if you have the `vsnprintf' function. */ 00121 /* #undef HAVE_VSNPRINTF */ 00122 00123 /* Define to 1 if you have the <zlib.h> header file. */ 00124 /* #undef HAVE_ZLIB_H */ 00125 00126 /* Define to 1 if you have the `_snprintf' function. */ 00127 /* #undef HAVE__SNPRINTF */ 00128 00129 /* Define to 1 if you have the `_vsnprintf' function. */ 00130 /* #undef HAVE__VSNPRINTF */ 00131 00132 /* Name of package */ 00133 #define PACKAGE "librsync" 00134 00135 /* The size of `long', as computed by sizeof. */ 00136 #define SIZEOF_LONG 4 00137 00138 /* The size of `long long', as computed by sizeof. */ 00139 #define SIZEOF_LONG_LONG 8 00140 00141 /* The size of `size_t', as computed by sizeof. */ 00142 #define SIZEOF_SIZE_T 4 00143 00144 /* The size of `off_t', as computed by sizeof. */ 00145 #define SIZEOF_OFF_T 4 00146 00147 /* The size of `off64_t', as computed by sizeof. */ 00148 /* #undef SIZEOF_OFF64_T */ 00149 00150 /* The size of `unsigned int', as computed by sizeof. */ 00151 #define SIZEOF_UNSIGNED_INT 4 00152 00153 /* The size of `unsigned long', as computed by sizeof. */ 00154 #define SIZEOF_UNSIGNED_LONG 4 00155 00156 /* The size of `unsigned short', as computed by sizeof. */ 00157 #define SIZEOF_UNSIGNED_SHORT 2 00158 00159 /* Define to 1 if printf supports the size_t "%zu" length field. */ 00160 #define HAVE_PRINTF_Z 1 00161 00162 /* If using the C implementation of alloca, define if you know the 00163 direction of stack growth for your system; otherwise it will be 00164 automatically deduced at runtime. 00165 STACK_DIRECTION > 0 => grows toward higher addresses 00166 STACK_DIRECTION < 0 => grows toward lower addresses 00167 STACK_DIRECTION = 0 => direction of growth unknown */ 00168 /* #undef STACK_DIRECTION */ 00169 00170 /* Define to 1 if you have the ANSI C header files. */ 00171 #define STDC_HEADERS 1 00172 00173 /* FIXME Enable extensions on AIX 3, Interix. */ 00174 #ifndef _ALL_SOURCE 00175 # define _ALL_SOURCE 1 00176 #endif 00177 /* FIXME Enable GNU extensions on systems that have them. */ 00178 #ifndef _GNU_SOURCE 00179 # define _GNU_SOURCE 1 00180 #endif 00181 /* FIXME Enable threading extensions on Solaris. */ 00182 #ifndef _POSIX_PTHREAD_SEMANTICS 00183 # define _POSIX_PTHREAD_SEMANTICS 1 00184 #endif 00185 /* FIXME Enable extensions on HP NonStop. */ 00186 #ifndef _TANDEM_SOURCE 00187 # define _TANDEM_SOURCE 1 00188 #endif 00189 /* FIXME Enable general extensions on Solaris. */ 00190 #ifndef __EXTENSIONS__ 00191 # define __EXTENSIONS__ 1 00192 #endif 00193 00194 00195 /* Version number of package */ 00196 #define VERSION "2.0.2" 00197 00198 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 00199 significant byte first (like Motorola and SPARC, unlike Intel). */ 00200 /* #undef WORDS_BIGENDIAN */ 00201 00202 /* FIXME Enable large inode numbers on Mac OS X 10.5. */ 00203 #ifndef _DARWIN_USE_64_BIT_INODE 00204 # define _DARWIN_USE_64_BIT_INODE 1 00205 #endif 00206 00207 /* FIXME Number of bits in a file offset, on hosts where this is settable. */ 00208 /* #undef _FILE_OFFSET_BITS */ 00209 00210 /* FIXME Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 00211 /* #undef _LARGEFILE_SOURCE */ 00212 00213 /* FIXME Define for large files, on AIX-style hosts. */ 00214 /* #undef _LARGE_FILES */ 00215 00216 /* FIXME Define to 1 if on MINIX. */ 00217 /* #undef _MINIX */ 00218 00219 /* FIXME Define to 2 if the system does not provide POSIX.1 features except with 00220 this defined. */ 00221 /* #undef _POSIX_1_SOURCE */ 00222 00223 /* FIXME Define to 1 if you need to in order for `stat' and other things to work. */ 00224 /* #undef _POSIX_SOURCE */ 00225 00226 /* FIXME Define to empty if `const' does not conform to ANSI C. */ 00227 /* #undef const */ 00228 00229 /* FIXME Define to `long int' if <sys/types.h> does not define. */ 00230 /* #undef off_t */ 00231 00232 /* FIXME Define to `unsigned int' if <sys/types.h> does not define. */ 00233 /* #undef size_t */