-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h.in
278 lines (187 loc) · 5.95 KB
/
config.h.in
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
/* config.h.in. Generated from configure.in by autoheader. */
/* Define if snprintf is not ISO C99 */
#undef BROKEN_SNPRINTF
/* Cipher */
#undef CONFIG_CIPHER
/* Compress */
#undef CONFIG_COMPRESS
/* Define if conf wanted structs need to be initialized at runtime */
#undef CONFIG_CONFSOFF_DYNAMIC
/* Dulled icons when away */
#undef CONFIG_DULLED
/* Define in order to setuid(0) to bind to ports <= 1024 */
#undef CONFIG_EUID
/* Remote execution of programs */
#undef CONFIG_EXEC
/* MegaHAL */
#undef CONFIG_HAL
/* HFS emulation */
#undef CONFIG_HFS
/* Dump packets to file */
#undef CONFIG_HLDUMP
/* Hotline Open Protocol Extensions */
#undef CONFIG_HOPE
/* hx */
#undef CONFIG_HOTLINE_CLIENT
/* hxd */
#undef CONFIG_HOTLINE_SERVER
/* clone */
#undef CONFIG_HTXF_CLONE
/* fork */
#undef CONFIG_HTXF_FORK
/* Include image minification with ImageMagick */
#undef CONFIG_HTXF_PREVIEW
/* pthreads */
#undef CONFIG_HTXF_PTHREAD
/* File transfer queue */
#undef CONFIG_HTXF_QUEUE
/* support for different character sets */
#undef CONFIG_ICONV
/* IPv6, IPv4 will not work */
#undef CONFIG_IPV6
/* Dynamic modules */
#undef CONFIG_MODULES
/* Spam protection */
#undef CONFIG_NOSPAM
/* Define if your openssl does not have IDEA */
#undef CONFIG_NO_IDEA
/* Hotline protocol */
#undef CONFIG_PROTO_HOTLINE
/* IRC protocol */
#undef CONFIG_PROTO_IRC
/* KDX protocol */
#undef CONFIG_PROTO_KDX
/* Sound in hx */
#undef CONFIG_SOUND
/* SQL support */
#undef CONFIG_SQL
/* hxd tracker registration */
#undef CONFIG_TRACKER_REGISTER
/* hxtrackd */
#undef CONFIG_TRACKER_SERVER
/* Chat translation */
#undef CONFIG_TRANSLATE
/* Unix sockets */
#undef CONFIG_UNIXSOCKETS
/* Hack to */
#undef CONFIG_WINDOS_CLIENT_FIX
/* For the trackname command */
#undef CONFIG_XMMS
/* Sound player */
#undef DEFAULT_SND_PLAYER
/* If GTK uses X11 */
#undef GTK_USES_X11
/* basename */
#undef HAVE_BASENAME
/* Define if you have Apple CoreServices (OSX) */
#undef HAVE_CORESERVICES
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* fnmatch */
#undef HAVE_FNMATCH
/* Define to 1 if you have the `getdtablesize' function. */
#undef HAVE_GETDTABLESIZE
/* Define to 1 if you have the `gethostname' function. */
#undef HAVE_GETHOSTNAME
/* Define to 1 if you have the `getrlimit' function. */
#undef HAVE_GETRLIMIT
/* Define to 1 if you have the `hstrerror' function. */
#undef HAVE_HSTRERROR
/* Define to 1 if you have the `inet_aton' function. */
#undef HAVE_INET_ATON
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `socks5' library (-lsocks5). */
#undef HAVE_LIBSOCKS5
/* Define to 1 if you have the `localtime_r' function. */
#undef HAVE_LOCALTIME_R
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <ncurses.h> header file. */
#undef HAVE_NCURSES_H
/* Define to 1 if you have the `putenv' function. */
#undef HAVE_PUTENV
/* realpath */
#undef HAVE_REALPATH
/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF
/* Define to 1 if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* strcasestr */
#undef HAVE_STRCASESTR
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* strptime */
#undef HAVE_STRPTIME
/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the `tcgetattr' function. */
#undef HAVE_TCGETATTR
/* Define to 1 if you have the `tcsetattr' function. */
#undef HAVE_TCSETATTR
/* Define to 1 if you have the <termcap.h> header file. */
#undef HAVE_TERMCAP_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Path to tr */
#undef PATH_TR
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Old openssl */
#undef USE_OLD_OPENSSL
/* Version number of package */
#undef VERSION
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif
/* Define to `short' if <sys/types.h> does not define. */
#undef int16_t
/* Define to `int' if <sys/types.h> does not define. */
#undef int32_t
/* Define to `char' if <sys/types.h> does not define. */
#undef int8_t
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
/* Define to size_t if not defined by system */
#undef socklen_t
/* Define to `long' if <sys/types.h> does not define. */
#undef ssize_t
/* Define to `unsigned short' if <sys/types.h> does not define. */
#undef u_int16_t
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef u_int32_t
/* Define to `unsigned char' if <sys/types.h> does not define. */
#undef u_int8_t