summaryrefslogtreecommitdiff
path: root/rsync/config_linux.h
Unidiff
Diffstat (limited to 'rsync/config_linux.h') (more/less context) (ignore whitespace changes)
-rw-r--r--rsync/config_linux.h115
1 files changed, 115 insertions, 0 deletions
diff --git a/rsync/config_linux.h b/rsync/config_linux.h
new file mode 100644
index 0000000..e5ff3e4
--- a/dev/null
+++ b/rsync/config_linux.h
@@ -0,0 +1,115 @@
1/* config.h. Generated automatically by configure. */
2/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
3
4/* Define to empty if the keyword does not work. */
5/* #undef const */
6
7/* Define to `long' if <sys/types.h> doesn't define. */
8/* #undef off_t */
9
10/* Define to `unsigned' if <sys/types.h> doesn't define. */
11/* #undef size_t */
12
13/* Define if you have the ANSI C header files. */
14#define STDC_HEADERS 1
15
16/* Define this if your sockaddr structure contains sin_len */
17/* #undef HAVE_SOCK_SIN_LEN */
18
19/* How many bits would you like to have in an off_t? */
20#define _FILE_OFFSET_BITS 64
21
22/* Define to include GNU C library extensions. */
23#define _GNU_SOURCE 1
24
25/* GNU extension of saving argv[0] to program_invocation_short_name */
26#define HAVE_PROGRAM_INVOCATION_NAME 1
27
28/* Define to a replacement type if intmax_t is not a builtin, or in
29 sys/types.h or stdlib.h or stddef.h */
30/* #undef intmax_t */
31
32/* The number of bytes in a int. */
33#define SIZEOF_INT 4
34
35/* The number of bytes in a long. */
36#define SIZEOF_LONG 4
37
38/* The number of bytes in a off_t. */
39#define SIZEOF_OFF_T 8
40
41/* The number of bytes in a short. */
42#define SIZEOF_SHORT 2
43
44/* The number of bytes in a size_t. */
45#define SIZEOF_SIZE_T 4
46
47/* The number of bytes in a unsigned char. */
48#define SIZEOF_UNSIGNED_CHAR 1
49
50/* The number of bytes in a unsigned int. */
51#define SIZEOF_UNSIGNED_INT 4
52
53/* The number of bytes in a unsigned long. */
54#define SIZEOF_UNSIGNED_LONG 4
55
56/* The number of bytes in a unsigned short. */
57#define SIZEOF_UNSIGNED_SHORT 2
58
59/* Define if you have the mtrace function. */
60#define HAVE_MTRACE 1
61
62/* Define if you have the snprintf function. */
63#define HAVE_SNPRINTF 1
64
65/* Define if you have the strerror function. */
66#define HAVE_STRERROR 1
67
68/* Define if you have the vsnprintf function. */
69#define HAVE_VSNPRINTF 1
70
71/* Define if you have the <alloca.h> header file. */
72#define HAVE_ALLOCA_H 1
73
74/* Define if you have the <bzlib.h> header file. */
75#define HAVE_BZLIB_H 1
76
77/* Define if you have the <config.h> header file. */
78/* #undef HAVE_CONFIG_H */
79
80/* Define if you have the <dlfcn.h> header file. */
81#define HAVE_DLFCN_H 1
82
83/* Define if you have the <libintl.h> header file. */
84#define HAVE_LIBINTL_H 1
85
86/* Define if you have the <mcheck.h> header file. */
87#define HAVE_MCHECK_H 1
88
89/* Define if you have the <stdint.h> header file. */
90#define HAVE_STDINT_H 1
91
92/* Define if you have the <unistd.h> header file. */
93#define HAVE_UNISTD_H 1
94
95/* Define if you have the popt library (-lpopt). */
96#define HAVE_LIBPOPT 1
97
98/* Name of package */
99#define PACKAGE "librsync"
100
101/* Version number of package */
102#define VERSION "0.9.5"
103
104/* Number of bits in a file offset, on hosts where this is settable. */
105#define _FILE_OFFSET_BITS 64
106
107/* Define to make ftello visible on some hosts (e.g. HP-UX 10.20). */
108/* #undef _LARGEFILE_SOURCE */
109
110/* Define for large files, on AIX-style hosts. */
111/* #undef _LARGE_FILES */
112
113/* Define to make ftello visible on some hosts (e.g. glibc 2.1.3). */
114/* #undef _XOPEN_SOURCE */
115