librsync  2.3.4
config.h
1/* config.h. Generated from config.h.in by cmake. */
2
3/* Define if building universal (internal helper macro) */
4/* #undef AC_APPLE_UNIVERSAL_BUILD */
5
6/* Define this to enable trace code */
7#define DO_RS_TRACE
8
9/* Define to 1 if you have the <sys/file.h> header file. */
10#define HAVE_SYS_FILE_H 1
11
12/* Define to 1 if you have the <sys/stat.h> header file. */
13#define HAVE_SYS_STAT_H 1
14
15/* Define to 1 if you have the <sys/types.h> header file. */
16#define HAVE_SYS_TYPES_H 1
17
18/* Define to 1 if you have the <unistd.h> header file. */
19#define HAVE_UNISTD_H 1
20
21/* Define to 1 if you have the <io.h> header file. */
22/* #undef HAVE_IO_H */
23
24/* Define to 1 if you have the <fcntl.h> header file. */
25#define HAVE_FCNTL_H 1
26
27/* Define to 1 if you have the <mcheck.h> header file. */
28#define HAVE_MCHECK_H 1
29
30/* Define to 1 if you have the <zlib.h> header file. */
31/* #undef HAVE_ZLIB_H */
32
33/* Define to 1 if you have the <bzlib.h> header file. */
34/* #undef HAVE_BZLIB_H */
35
36/* Define if your compiler has C99's __func__. */
37#define HAVE___FUNC__
38
39/* Define if your compiler has GNU's __FUNCTION__. */
40#define HAVE___FUNCTION__
41
42/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
43#define HAVE_FSEEKO 1
44
45/* Define to 1 if fseeko64 (and presumably ftello64) exists and is declared. */
46#define HAVE_FSEEKO64 1
47
48/* Define to 1 if _fseeki64 (and presumably _ftelli64) exists and is declared. */
49/* #undef HAVE__FSEEKI64 */
50
51/* Define to 1 if fstat64 exists and is declared. */
52#define HAVE_FSTAT64 1
53
54/* Define to 1 if _fstati64 exists and is declared. */
55/* #undef HAVE__FSTATI64 */
56
57/* Define to 1 if fileno exists and is declared (Posix). */
58#define HAVE_FILENO 1
59
60/* Define to 1 if _fileno exists and is declared (ISO C++). */
61/* #undef HAVE__FILENO */
62
63/* Name of package */
64#define PACKAGE "librsync"
65
66/* The size of `long', as computed by sizeof. */
67#define SIZEOF_LONG 8
68
69/* The size of `long long', as computed by sizeof. */
70#define SIZEOF_LONG_LONG 8
71
72/* The size of `size_t', as computed by sizeof. */
73#define SIZEOF_SIZE_T 8
74
75/* The size of `off_t', as computed by sizeof. */
76#define SIZEOF_OFF_T 8
77
78/* The size of `off64_t', as computed by sizeof. */
79/* #undef SIZEOF_OFF64_T */
80
81/* The size of `unsigned int', as computed by sizeof. */
82#define SIZEOF_UNSIGNED_INT 4
83
84/* The size of `unsigned long', as computed by sizeof. */
85#define SIZEOF_UNSIGNED_LONG 8
86
87/* The size of `unsigned short', as computed by sizeof. */
88#define SIZEOF_UNSIGNED_SHORT 2
89
90/* Define to 1 if printf supports the size_t "%zu" length field. */
91#define HAVE_PRINTF_Z 1
92
93/* FIXME Enable extensions on AIX 3, Interix. */
94#ifndef _ALL_SOURCE
95# define _ALL_SOURCE 1
96#endif
97/* FIXME Enable GNU extensions on systems that have them. */
98#ifndef _GNU_SOURCE
99# define _GNU_SOURCE 1
100#endif
101/* FIXME Enable threading extensions on Solaris. */
102#ifndef _POSIX_PTHREAD_SEMANTICS
103# define _POSIX_PTHREAD_SEMANTICS 1
104#endif
105/* FIXME Enable extensions on HP NonStop. */
106#ifndef _TANDEM_SOURCE
107# define _TANDEM_SOURCE 1
108#endif
109/* FIXME Enable general extensions on Solaris. */
110#ifndef __EXTENSIONS__
111# define __EXTENSIONS__ 1
112#endif
113
114
115/* Version number of package */
116#define VERSION "2.3.4"
117
118/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
119 significant byte first (like Motorola and SPARC, unlike Intel). */
120/* #undef WORDS_BIGENDIAN */
121
122/* FIXME Enable large inode numbers on Mac OS X 10.5. */
123#ifndef _DARWIN_USE_64_BIT_INODE
124# define _DARWIN_USE_64_BIT_INODE 1
125#endif
126
127/* FIXME Number of bits in a file offset, on hosts where this is settable. */
128/* #undef _FILE_OFFSET_BITS */
129
130/* FIXME Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
131/* #undef _LARGEFILE_SOURCE */
132
133/* FIXME Define for large files, on AIX-style hosts. */
134/* #undef _LARGE_FILES */
135
136/* FIXME Define to 1 if on MINIX. */
137/* #undef _MINIX */
138
139/* FIXME Define to 2 if the system does not provide POSIX.1 features except with
140 this defined. */
141/* #undef _POSIX_1_SOURCE */
142
143/* FIXME Define to 1 if you need to in order for `stat' and other things to work. */
144/* #undef _POSIX_SOURCE */