summaryrefslogtreecommitdiff
path: root/rsync/acconfig.h
Unidiff
Diffstat (limited to 'rsync/acconfig.h') (more/less context) (ignore whitespace changes)
-rw-r--r--rsync/acconfig.h55
1 files changed, 55 insertions, 0 deletions
diff --git a/rsync/acconfig.h b/rsync/acconfig.h
new file mode 100644
index 0000000..94083c7
--- a/dev/null
+++ b/rsync/acconfig.h
@@ -0,0 +1,55 @@
1/* acconfig.h -- hand-written definitions to eventually go into config.h */
2
3/* Define this to enable trace code */
4#undef DO_RS_TRACE
5
6/* Version of the libtool interface. */
7#define RS_LIBVERSION "unknown"
8
9/* Define this if your sockaddr structure contains sin_len */
10#undef HAVE_SOCK_SIN_LEN
11
12/* Define this if there is a connect(2) call */
13#undef HAVE_CONNECT
14
15/* Define if we have an off64_t largefile type */
16#undef HAVE_OFF64_T
17
18/* Ask for large file support (LFS). Should always be on, even if it
19 * achieves nothing. */
20#undef _LARGEFILE_SOURCE
21#undef _LARGEFILE64_SOURCE
22
23/* How many bits would you like to have in an off_t? */
24#undef _FILE_OFFSET_BITS
25
26/* Define to include GNU C library extensions. */
27#undef _GNU_SOURCE
28
29/* Define to get i18n support */
30#undef ENABLE_NLS
31
32/* Define if you want the suboptimal X/Open catgets implementation */
33#undef HAVE_CATGETS
34
35/* Define if you want the nice new GNU and Uniforum gettext system */
36#undef HAVE_GETTEXT
37
38/* Define if your system has the LC_MESSAGES locale category */
39#undef HAVE_LC_MESSAGES
40
41/* Define if you have stpcpy (copy a string and return a pointer to
42 * the end of the result.) */
43#undef HAVE_STPCPY
44
45/* GNU extension of saving argv[0] to program_invocation_short_name */
46#undef HAVE_PROGRAM_INVOCATION_NAME
47
48/* Canonical GNU hostname */
49#define RS_CANONICAL_HOST "unknown"
50
51/* Define to a replacement type if intmax_t is not a builtin, or in
52 sys/types.h or stdlib.h or stddef.h */
53#undef intmax_t
54
55/* end of acconfig.h */