1/* config.h.  Generated from config.h.in by configure.  */
2/* config.h.in.  Generated from configure.in by autoheader.  */
3
4/* Define to 1 if link() can hard-link special files. */
5#define CAN_HARDLINK_SPECIAL 1
6
7/* Define to 1 if link() can hard-link symlinks. */
8/* #undef CAN_HARDLINK_SYMLINK */
9
10/* Define to 1 if chown modifies symlinks. */
11/* #undef CHOWN_MODIFIES_SYMLINK */
12
13/* Undefine if you don't want locale features. By default this is defined. */
14#define CONFIG_LOCALE 1
15
16/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
17   systems. This function is required for `alloca.c' support on those systems.
18   */
19/* #undef CRAY_STACKSEG_END */
20
21/* Define to 1 if using `alloca.c'. */
22/* #undef C_ALLOCA */
23
24/* true if ea support enabled */
25#ifdef __APPLE__
26#define EA_SUPPORT
27#else
28/* #undef EA_SUPPORT */
29#endif
30
31/* Define to the type of elements in the array set by `getgroups'. Usually
32   this is either `int' or `gid_t'. */
33#define GETGROUPS_T gid_t
34
35/* Define to 1 if the `getpgrp' function requires zero arguments. */
36#define GETPGRP_VOID 1
37
38/* Define to 1 if you have `alloca', as a function or macro. */
39#define HAVE_ALLOCA 1
40
41/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
42   */
43#define HAVE_ALLOCA_H 1
44
45/* Define to 1 if you have the <arpa/inet.h> header file. */
46#define HAVE_ARPA_INET_H 1
47
48/* Define to 1 if you have the <arpa/nameser.h> header file. */
49#define HAVE_ARPA_NAMESER_H 1
50
51/* Define to 1 if you have the `asprintf' function. */
52#define HAVE_ASPRINTF 1
53
54/* Define to 1 if readdir() is broken */
55/* #undef HAVE_BROKEN_READDIR */
56
57/* Define to 1 if vsprintf has a C99-compatible return value */
58#define HAVE_C99_VSNPRINTF 1
59
60/* Define to 1 if you have the `chmod' function. */
61#define HAVE_CHMOD 1
62
63/* Define to 1 if you have the `chown' function. */
64#define HAVE_CHOWN 1
65
66/* Define to 1 if you have the <compat.h> header file. */
67/* #undef HAVE_COMPAT_H */
68
69/* Define to 1 if you have the "connect" function */
70#define HAVE_CONNECT 1
71
72/* Define to 1 if you have the `copyfile' function. */
73#ifdef __APPLE__
74#define HAVE_COPYFILE
75#else
76/* #undef HAVE_COPYFILE */
77#endif
78/* Define to 1 if you have the <copyfile.h> header file. */
79#ifdef __APPLE__
80#define HAVE_COPYFILE_H
81#else
82/* #undef HAVE_COPYFILE_H */
83#endif
84
85/* Define to 1 if you have the <ctype.h> header file. */
86#define HAVE_CTYPE_H 1
87
88/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
89   */
90#define HAVE_DIRENT_H 1
91
92/* Define to 1 if errno is declared in errno.h */
93#define HAVE_ERRNO_DECL 1
94
95/* Define to 1 if you have the `fchmod' function. */
96#define HAVE_FCHMOD 1
97
98/* Define to 1 if you have the <fcntl.h> header file. */
99#define HAVE_FCNTL_H 1
100
101/* Define to 1 if you have the <float.h> header file. */
102#define HAVE_FLOAT_H 1
103
104/* Define to 1 if you have the `fstat' function. */
105#define HAVE_FSTAT 1
106
107/* Define to 1 if you have the `ftruncate' function. */
108#define HAVE_FTRUNCATE 1
109
110/* Define to 1 if you have the "getaddrinfo" function. */
111#define HAVE_GETADDRINFO 1
112
113/* Define to 1 if you have the `getcwd' function. */
114#define HAVE_GETCWD 1
115
116/* Define to 1 if you have the `getegid' function. */
117#define HAVE_GETEGID 1
118
119/* Define to 1 if you have the `geteuid' function. */
120#define HAVE_GETEUID 1
121
122/* Define to 1 if you have the `getgroups' function. */
123#define HAVE_GETGROUPS 1
124
125/* Define to 1 if you have the `getnameinfo' function. */
126#define HAVE_GETNAMEINFO 1
127
128/* Define to 1 if you have the `getpgrp' function. */
129#define HAVE_GETPGRP 1
130
131/* Define to 1 if gettimeofday() takes a time-zone arg */
132#define HAVE_GETTIMEOFDAY_TZ 1
133
134/* Define to 1 if you have the `glob' function. */
135#define HAVE_GLOB 1
136
137/* Define to 1 if you have the <glob.h> header file. */
138#define HAVE_GLOB_H 1
139
140/* Define to 1 if you have the <grp.h> header file. */
141#define HAVE_GRP_H 1
142
143/* Define to 1 if you have the <iconv.h> header file. */
144#define HAVE_ICONV_H 1
145
146/* Define to 1 if you have the `iconv_open' function. */
147/* #undef HAVE_ICONV_OPEN */
148
149/* Define to 1 if you have the `inet_ntop' function. */
150#define HAVE_INET_NTOP 1
151
152/* Define to 1 if you have the `inet_pton' function. */
153#define HAVE_INET_PTON 1
154
155/* Define to 1 if you have the <inttypes.h> header file. */
156#define HAVE_INTTYPES_H 1
157
158/* Define to 1 if you have the <langinfo.h> header file. */
159#define HAVE_LANGINFO_H 1
160
161/* Define to 1 if you have the `lchmod' function. */
162#define HAVE_LCHMOD 1
163
164/* Define to 1 if you have the `lchown' function. */
165#define HAVE_LCHOWN 1
166
167/* Define to 1 if you have the <libcharset.h> header file. */
168#define HAVE_LIBCHARSET_H 1
169
170/* Define to 1 if you have the `inet' library (-linet). */
171/* #undef HAVE_LIBINET */
172
173/* Define to 1 if you have the `nsl' library (-lnsl). */
174/* #undef HAVE_LIBNSL */
175
176/* Define to 1 if you have the `nsl_s' library (-lnsl_s). */
177/* #undef HAVE_LIBNSL_S */
178
179/* Define to 1 if you have the `popt' library (-lpopt). */
180/* #undef HAVE_LIBPOPT */
181
182/* Define to 1 if you have the `resolv' library (-lresolv). */
183/* #undef HAVE_LIBRESOLV */
184
185/* Define to 1 if you have the `socket' library (-lsocket). */
186/* #undef HAVE_LIBSOCKET */
187
188/* Define to 1 if you have the <limits.h> header file. */
189#define HAVE_LIMITS_H 1
190
191/* Define to 1 if you have the `link' function. */
192#define HAVE_LINK 1
193
194/* Define to 1 if you have the `locale_charset' function. */
195/* #undef HAVE_LOCALE_CHARSET */
196
197/* Define to 1 if you have the <locale.h> header file. */
198#define HAVE_LOCALE_H 1
199
200/* Define to 1 if the type `long double' works and has more range or precision
201   than `double'. */
202#define HAVE_LONG_DOUBLE 1
203
204/* Define to 1 if the type `long double' works and has more range or precision
205   than `double'. */
206#define HAVE_LONG_DOUBLE_WIDER 1
207
208/* Define to 1 if you have the `lseek64' function. */
209/* #undef HAVE_LSEEK64 */
210
211/* Define to 1 if you have the `lutimes' function. */
212#define HAVE_LUTIMES 1
213
214/* Define to 1 if you have the `mallinfo' function. */
215/* #undef HAVE_MALLINFO */
216
217/* Define to 1 if you have the <malloc.h> header file. */
218/* #undef HAVE_MALLOC_H */
219
220/* Define to 1 if you have the <mcheck.h> header file. */
221/* #undef HAVE_MCHECK_H */
222
223/* Define to 1 if you have the `memmove' function. */
224#define HAVE_MEMMOVE 1
225
226/* Define to 1 if you have the <memory.h> header file. */
227#define HAVE_MEMORY_H 1
228
229/* Define to 1 if you have the `mkfifo' function. */
230#define HAVE_MKFIFO 1
231
232/* Define to 1 if you have the `mknod' function. */
233#define HAVE_MKNOD 1
234
235/* Define to 1 if you have the `mkstemp64' function. */
236/* #undef HAVE_MKSTEMP64 */
237
238/* Define to 1 if you have the `mtrace' function. */
239/* #undef HAVE_MTRACE */
240
241/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
242/* #undef HAVE_NDIR_H */
243
244/* Define to 1 if you have the <netdb.h> header file. */
245#define HAVE_NETDB_H 1
246
247/* Define to 1 if you have the `nl_langinfo' function. */
248#define HAVE_NL_LANGINFO 1
249
250/* Define to 1 if you have the `open64' function. */
251/* #undef HAVE_OPEN64 */
252
253/* Define to 1 if you have the `putenv' function. */
254#define HAVE_PUTENV 1
255
256/* Define to 1 if you have the `readlink' function. */
257#define HAVE_READLINK 1
258
259/* Define to 1 if remote shell is remsh, not rsh */
260/* #undef HAVE_REMSH */
261
262/* Define to 1 if mkstemp() is available and works right */
263#define HAVE_SECURE_MKSTEMP 1
264
265/* Define to 1 if you have the `setgroups' function. */
266#define HAVE_SETGROUPS 1
267
268/* Define to 1 if you have the `setlocale' function. */
269#define HAVE_SETLOCALE 1
270
271/* Define to 1 if you have the `setmode' function. */
272#define HAVE_SETMODE 1
273
274/* Define to 1 if you have the `setsid' function. */
275#define HAVE_SETSID 1
276
277/* Define to 1 if you have the `sigaction' function. */
278#define HAVE_SIGACTION 1
279
280/* Define to 1 if you have the `sigprocmask' function. */
281#define HAVE_SIGPROCMASK 1
282
283/* Define to 1 if you have the `snprintf' function. */
284#define HAVE_SNPRINTF 1
285
286/* Do we have sockaddr_in6.sin6_scope_id? */
287#define HAVE_SOCKADDR_IN6_SCOPE_ID 1
288
289/* Do we have sockaddr_in.sin_len? */
290#define HAVE_SOCKADDR_IN_LEN 1
291
292/* Do we have sockaddr.sa_len? */
293#define HAVE_SOCKADDR_LEN 1
294
295/* Define to 1 if you have struct sockaddr_storage. */
296#define HAVE_SOCKADDR_STORAGE 1
297
298/* Do we have sockaddr_un.sun_len? */
299/* #undef HAVE_SOCKADDR_UN_LEN */
300
301/* Define to 1 if you have the "socketpair" function */
302#define HAVE_SOCKETPAIR 1
303
304/* Define to 1 if you have the <stdint.h> header file. */
305#define HAVE_STDINT_H 1
306
307/* Define to 1 if you have the <stdlib.h> header file. */
308#define HAVE_STDLIB_H 1
309
310/* Define to 1 if you have the `strcasecmp' function. */
311#define HAVE_STRCASECMP 1
312
313/* Define to 1 if you have the `strchr' function. */
314#define HAVE_STRCHR 1
315
316/* Define to 1 if you have the `strdup' function. */
317#define HAVE_STRDUP 1
318
319/* Define to 1 if you have the `strerror' function. */
320#define HAVE_STRERROR 1
321
322/* Define to 1 if you have the `strftime' function. */
323#define HAVE_STRFTIME 1
324
325/* Define to 1 if you have the <strings.h> header file. */
326#define HAVE_STRINGS_H 1
327
328/* Define to 1 if you have the <string.h> header file. */
329#define HAVE_STRING_H 1
330
331/* Define to 1 if you have the `strlcat' function. */
332#define HAVE_STRLCAT 1
333
334/* Define to 1 if you have the `strlcpy' function. */
335#define HAVE_STRLCPY 1
336
337/* Define to 1 if you have the `strpbrk' function. */
338#define HAVE_STRPBRK 1
339
340/* Define to 1 if you have the `strtol' function. */
341#define HAVE_STRTOL 1
342
343/* Define to 1 if you have struct stat64. */
344#define HAVE_STRUCT_STAT64 1
345
346/* Define to 1 if `st_rdev' is member of `struct stat'. */
347#define HAVE_STRUCT_STAT_ST_RDEV 1
348
349/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
350   */
351/* #undef HAVE_SYS_DIR_H */
352
353/* Define to 1 if you have the <sys/fcntl.h> header file. */
354#define HAVE_SYS_FCNTL_H 1
355
356/* Define to 1 if you have the <sys/filio.h> header file. */
357#define HAVE_SYS_FILIO_H 1
358
359/* Define to 1 if you have the <sys/ioctl.h> header file. */
360#define HAVE_SYS_IOCTL_H 1
361
362/* Define to 1 if you have the <sys/mode.h> header file. */
363/* #undef HAVE_SYS_MODE_H */
364
365/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
366   */
367/* #undef HAVE_SYS_NDIR_H */
368
369/* Define to 1 if you have the <sys/param.h> header file. */
370#define HAVE_SYS_PARAM_H 1
371
372/* Define to 1 if you have the <sys/select.h> header file. */
373#define HAVE_SYS_SELECT_H 1
374
375/* Define to 1 if you have the <sys/socket.h> header file. */
376#define HAVE_SYS_SOCKET_H 1
377
378/* Define to 1 if you have the <sys/stat.h> header file. */
379#define HAVE_SYS_STAT_H 1
380
381/* Define to 1 if you have the <sys/time.h> header file. */
382#define HAVE_SYS_TIME_H 1
383
384/* Define to 1 if you have the <sys/types.h> header file. */
385#define HAVE_SYS_TYPES_H 1
386
387/* Define to 1 if you have the <sys/unistd.h> header file. */
388#define HAVE_SYS_UNISTD_H 1
389
390/* Define to 1 if you have the <sys/un.h> header file. */
391#define HAVE_SYS_UN_H 1
392
393/* Define to 1 if you have the <sys/wait.h> header file. */
394#define HAVE_SYS_WAIT_H 1
395
396/* Define to 1 if you have the `tcgetpgrp' function. */
397#define HAVE_TCGETPGRP 1
398
399/* Define to 1 if you have the <unistd.h> header file. */
400#define HAVE_UNISTD_H 1
401
402/* Define to 1 if you have the "struct utimbuf" type */
403#define HAVE_UTIMBUF 1
404
405/* Define to 1 if you have the `utime' function. */
406#define HAVE_UTIME 1
407
408/* Define to 1 if you have the `utimes' function. */
409#define HAVE_UTIMES 1
410
411/* Define to 1 if you have the <utime.h> header file. */
412#define HAVE_UTIME_H 1
413
414/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
415#define HAVE_UTIME_NULL 1
416
417/* Define to 1 if you have the `vasprintf' function. */
418#define HAVE_VASPRINTF 1
419
420/* Define to 1 if you have the `va_copy' function. */
421/* #undef HAVE_VA_COPY */
422
423/* Define to 1 if you have the `vsnprintf' function. */
424#define HAVE_VSNPRINTF 1
425
426/* Define to 1 if you have the `wait4' function. */
427#define HAVE_WAIT4 1
428
429/* Define to 1 if you have the `waitpid' function. */
430#define HAVE_WAITPID 1
431
432/* Define to 1 if you have the `__va_copy' function. */
433/* #undef HAVE___VA_COPY */
434
435/* true if you have IPv6 */
436#define INET6 1
437
438/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
439   */
440/* #undef MAJOR_IN_MKDEV */
441
442/* Define to 1 if `major', `minor', and `makedev' are declared in
443   <sysmacros.h>. */
444/* #undef MAJOR_IN_SYSMACROS */
445
446/* Define to 1 if makedev() takes 3 args */
447/* #undef MAKEDEV_TAKES_3_ARGS */
448
449/* Define to 1 if mknod() can create FIFOs. */
450#define MKNOD_CREATES_FIFOS 1
451
452/* Define to 1 if mknod() can create sockets. */
453/* #undef MKNOD_CREATES_SOCKETS */
454
455/* unprivileged group for unprivileged user */
456#define NOBODY_GROUP "nobody"
457
458/* unprivileged user--e.g. nobody */
459#define NOBODY_USER "nobody"
460
461/* Define to the address where bug reports for this package should be sent. */
462#define PACKAGE_BUGREPORT ""
463
464/* Define to the full name of this package. */
465#define PACKAGE_NAME ""
466
467/* Define to the full name and version of this package. */
468#define PACKAGE_STRING ""
469
470/* Define to the one symbol short name of this package. */
471#define PACKAGE_TARNAME ""
472
473/* Define to the version of this package. */
474#define PACKAGE_VERSION ""
475
476/* Define as the return type of signal handlers (`int' or `void'). */
477#define RETSIGTYPE void
478
479/* location of configuration file for rsync server */
480#define RSYNCD_SYSCONF "/etc/rsyncd.conf"
481
482/* location of rsync on remote machine */
483#define RSYNC_PATH "rsync"
484
485/* default -e command */
486#define RSYNC_RSH "ssh"
487
488/* rsync release version */
489#define RSYNC_VERSION "2.6.9"
490
491/* Define to 1 if sockets need to be shutdown */
492/* #undef SHUTDOWN_ALL_SOCKETS */
493
494/* Define to 1 if "signed char" is a valid type */
495#define SIGNED_CHAR_OK 1
496
497/* The size of `int', as computed by sizeof. */
498#define SIZEOF_INT 4
499
500/* The size of `long', as computed by sizeof. */
501#define SIZEOF_LONG __WORDSIZE/8
502
503/* The size of `long long', as computed by sizeof. */
504#define SIZEOF_LONG_LONG 8
505
506/* The size of `off64_t', as computed by sizeof. */
507#define SIZEOF_OFF64_T 0
508
509/* The size of `off_t', as computed by sizeof. */
510#define SIZEOF_OFF_T 8
511
512/* The size of `short', as computed by sizeof. */
513#define SIZEOF_SHORT 2
514
515/* If using the C implementation of alloca, define if you know the
516   direction of stack growth for your system; otherwise it will be
517   automatically deduced at runtime.
518	STACK_DIRECTION > 0 => grows toward higher addresses
519	STACK_DIRECTION < 0 => grows toward lower addresses
520	STACK_DIRECTION = 0 => direction of growth unknown */
521/* #undef STACK_DIRECTION */
522
523/* Define to 1 if you have the ANSI C header files. */
524#define STDC_HEADERS 1
525
526/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
527#define TIME_WITH_SYS_TIME 1
528
529/* Define to 1 if your processor stores words with the most significant byte
530   first (like Motorola and SPARC, unlike Intel and VAX). */
531/* #undef WORDS_BIGENDIAN */
532
533/* Number of bits in a file offset, on hosts where this is settable. */
534/* #undef _FILE_OFFSET_BITS */
535
536/* Define _GNU_SOURCE so that we get all necessary prototypes */
537#define _GNU_SOURCE 1
538
539/* Define for large files, on AIX-style hosts. */
540/* #undef _LARGE_FILES */
541
542/* Define to `int' if <sys/types.h> doesn't define. */
543/* #undef gid_t */
544
545/* Define to `__inline__' or `__inline' if that's what the C compiler
546   calls it, or to nothing if 'inline' is not supported under any name.  */
547#ifndef __cplusplus
548/* #undef inline */
549#endif
550
551/* Define to `int' if <sys/types.h> does not define. */
552/* #undef mode_t */
553
554/* Define to `long int' if <sys/types.h> does not define. */
555/* #undef off_t */
556
557/* Define to `int' if <sys/types.h> does not define. */
558/* #undef pid_t */
559
560/* Define to `unsigned int' if <sys/types.h> does not define. */
561/* #undef size_t */
562
563/* type to use in place of socklen_t if not defined */
564/* #undef socklen_t */
565
566/* Define to `int' if <sys/types.h> doesn't define. */
567/* #undef uid_t */
568