$treeview $search $mathjax $extrastylesheet
librsync
2.3.1
$projectbrief
|
$projectbrief
|
$searchbox |
00001 /* config.h. Generated from config.h.cmake by cmake. */ 00002 00003 /* Define if building universal (internal helper macro) */ 00004 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 00005 00006 /* Define this to enable trace code */ 00007 /* #undef DO_RS_TRACE */ 00008 00009 /* Define to 1 if you have the <sys/file.h> header file. */ 00010 #define HAVE_SYS_FILE_H 1 00011 00012 /* Define to 1 if you have the <sys/stat.h> header file. */ 00013 #define HAVE_SYS_STAT_H 1 00014 00015 /* Define to 1 if you have the <sys/types.h> header file. */ 00016 #define HAVE_SYS_TYPES_H 1 00017 00018 /* Define to 1 if you have the <unistd.h> header file. */ 00019 #define HAVE_UNISTD_H 1 00020 00021 /* Define to 1 if you have the <fcntl.h> header file. */ 00022 #define HAVE_FCNTL_H 1 00023 00024 /* Define to 1 if you have the <mcheck.h> header file. */ 00025 #define HAVE_MCHECK_H 1 00026 00027 /* Define to 1 if you have the <zlib.h> header file. */ 00028 /* #undef HAVE_ZLIB_H */ 00029 00030 /* Define to 1 if you have the <bzlib.h> header file. */ 00031 /* #undef HAVE_BZLIB_H */ 00032 00033 /* Define if your compiler has C99's __func__. */ 00034 #define HAVE___FUNC__ 00035 00036 /* Define if your compiler has GNU's __FUNCTION__. */ 00037 #define HAVE___FUNCTION__ 00038 00039 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 00040 #define HAVE_FSEEKO 1 00041 00042 /* Define to 1 if fseeko64 (and presumably ftello64) exists and is declared. */ 00043 #define HAVE_FSEEKO64 1 00044 00045 /* Define to 1 if _fseeki64 (and presumably _ftelli64) exists and is declared. */ 00046 /* #undef HAVE__FSEEKI64 */ 00047 00048 /* Define to 1 if fstat64 exists and is declared. */ 00049 #define HAVE_FSTAT64 1 00050 00051 /* Define to 1 if _fstati64 exists and is declared. */ 00052 /* #undef HAVE__FSTATI64 */ 00053 00054 /* Define to 1 if fileno exists and is declared (Posix). */ 00055 #define HAVE_FILENO 1 00056 00057 /* Define to 1 if _fileno exists and is declared (ISO C++). */ 00058 /* #undef HAVE__FILENO */ 00059 00060 /* Name of package */ 00061 #define PACKAGE "librsync" 00062 00063 /* The size of `long', as computed by sizeof. */ 00064 #define SIZEOF_LONG 4 00065 00066 /* The size of `long long', as computed by sizeof. */ 00067 #define SIZEOF_LONG_LONG 8 00068 00069 /* The size of `size_t', as computed by sizeof. */ 00070 #define SIZEOF_SIZE_T 4 00071 00072 /* The size of `off_t', as computed by sizeof. */ 00073 #define SIZEOF_OFF_T 4 00074 00075 /* The size of `off64_t', as computed by sizeof. */ 00076 /* #undef SIZEOF_OFF64_T */ 00077 00078 /* The size of `unsigned int', as computed by sizeof. */ 00079 #define SIZEOF_UNSIGNED_INT 4 00080 00081 /* The size of `unsigned long', as computed by sizeof. */ 00082 #define SIZEOF_UNSIGNED_LONG 4 00083 00084 /* The size of `unsigned short', as computed by sizeof. */ 00085 #define SIZEOF_UNSIGNED_SHORT 2 00086 00087 /* Define to 1 if printf supports the size_t "%zu" length field. */ 00088 #define HAVE_PRINTF_Z 1 00089 00090 /* FIXME Enable extensions on AIX 3, Interix. */ 00091 #ifndef _ALL_SOURCE 00092 # define _ALL_SOURCE 1 00093 #endif 00094 /* FIXME Enable GNU extensions on systems that have them. */ 00095 #ifndef _GNU_SOURCE 00096 # define _GNU_SOURCE 1 00097 #endif 00098 /* FIXME Enable threading extensions on Solaris. */ 00099 #ifndef _POSIX_PTHREAD_SEMANTICS 00100 # define _POSIX_PTHREAD_SEMANTICS 1 00101 #endif 00102 /* FIXME Enable extensions on HP NonStop. */ 00103 #ifndef _TANDEM_SOURCE 00104 # define _TANDEM_SOURCE 1 00105 #endif 00106 /* FIXME Enable general extensions on Solaris. */ 00107 #ifndef __EXTENSIONS__ 00108 # define __EXTENSIONS__ 1 00109 #endif 00110 00111 00112 /* Version number of package */ 00113 #define VERSION "2.3.1" 00114 00115 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 00116 significant byte first (like Motorola and SPARC, unlike Intel). */ 00117 /* #undef WORDS_BIGENDIAN */ 00118 00119 /* FIXME Enable large inode numbers on Mac OS X 10.5. */ 00120 #ifndef _DARWIN_USE_64_BIT_INODE 00121 # define _DARWIN_USE_64_BIT_INODE 1 00122 #endif 00123 00124 /* FIXME Number of bits in a file offset, on hosts where this is settable. */ 00125 /* #undef _FILE_OFFSET_BITS */ 00126 00127 /* FIXME Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 00128 /* #undef _LARGEFILE_SOURCE */ 00129 00130 /* FIXME Define for large files, on AIX-style hosts. */ 00131 /* #undef _LARGE_FILES */ 00132 00133 /* FIXME Define to 1 if on MINIX. */ 00134 /* #undef _MINIX */ 00135 00136 /* FIXME Define to 2 if the system does not provide POSIX.1 features except with 00137 this defined. */ 00138 /* #undef _POSIX_1_SOURCE */ 00139 00140 /* FIXME Define to 1 if you need to in order for `stat' and other things to work. */ 00141 /* #undef _POSIX_SOURCE */