-
Notifications
You must be signed in to change notification settings - Fork 0
/
acconfig.h
62 lines (48 loc) · 1.08 KB
/
acconfig.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/* data types */
#undef ssize_t
#undef u_int8_t
#undef u_int16_t
#undef u_int32_t
#undef int8_t
#undef int16_t
#undef int32_t
#undef socklen_t
/* host guessing */
#undef CONFIG_HOST_TYPE
/* system constants */
#undef BROKEN_SNPRINTF
#undef PATH_TR
/* kludges */
#undef ENABLE_STDARG_H
/* targets */
#undef CONFIG_HOTLINE_SERVER
#undef CONFIG_TRACKER_SERVER
/* file transfer methods */
#undef CONFIG_HTXF_PTHREAD
#undef CONFIG_HTXF_CLONE
#undef CONFIG_HTXF_FORK
/* file transfer options */
#undef CONFIG_HTXF_PREVIEW
#undef CONFIG_HTXF_QUEUE
/* secure/encrypted connections */
#undef CONFIG_HOPE
#undef CONFIG_CIPHER
#undef CONFIG_CIPHER_IDEA
/* on-the-fly compression */
#undef CONFIG_COMPRESS
/* broken/unfinished features */
#undef CONFIG_NETWORK
/* sql logging */
#undef CONFIG_SQL
/* Enable IPv6 Support */
#undef CONFIG_IPV6
/* function presence declarations */
#undef HAVE_STRCASESTR
#undef HAVE_BASENAME
#undef HAVE_REALPATH
#undef HAVE_STRPTIME
/* Apple constants */
#undef HOST_DARWIN
#undef HAVE_CORESERVICES
/* additional logging and debugging options */
#undef XMALLOC_DEBUG