forked from nunojpg/ntripcaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
268 lines (182 loc) · 6.26 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
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define if on AIX 3.
System headers sometimes define this.
We just want to avoid a redefinition error message. */
#ifndef _ALL_SOURCE
#undef _ALL_SOURCE
#endif
/* Define to empty if the keyword does not work. */
#undef const
/* Define if you don't have vprintf but do have _doprnt. */
#undef HAVE_DOPRNT
/* Define if you have the strftime function. */
#undef HAVE_STRFTIME
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H
/* Define if you have the vprintf function. */
#undef HAVE_VPRINTF
/* Define if on MINIX. */
#undef _MINIX
/* Define to `int' if <sys/types.h> doesn't define. */
#undef pid_t
/* Define if the system does not provide POSIX.1 features except
with this defined. */
#undef _POSIX_1_SOURCE
/* Define if you need to in order for stat and other things to work. */
#undef _POSIX_SOURCE
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define on System V Release 4. */
#undef SVR4
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define if your <sys/time.h> declares struct tm. */
#undef TM_IN_SYS_TIME
/* Whether to use crypted passwords */
#undef USE_CRYPT
/* Whether to use tcp_wrappers */
#undef HAVE_LIBWRAP
/* Some systems have sys/syslog.h */
#undef NEED_SYS_SYSLOG_H
/* We might be the silly hpux */
#undef hpux
/* Are we sysv? */
#undef SYSV
/* Fucked up IRIX */
#undef IRIX
/* Or svr4 perhaps? */
#undef SVR4
/* Some kind of Linux */
#undef LINUX
/* Or perhaps some bsd variant? */
#undef __SOMEBSD__
/* UNIX98 and others want socklen_t */
#undef HAVE_SOCKLEN_T
/* The complete version of icecast */
#undef VERSION
/* Definately Solaris */
#undef SOLARIS
/* directories that we use... blah blah blah */
#undef LITTLECASTER_ETCDIR
#undef LITTLECASTER_LOGDIR
#undef LITTLECASTER_TEMPLATEDIR
/* DAMN I HATE HATE HATE AUTOCONF */
#undef HAVE_SOCKET
#undef HAVE_CONNECT
#undef HAVE_GETHOSTBYNAME
#undef HAVE_NANOSLEEP
#undef HAVE_YP_GET_DEFAULT_DOMAIN
/* Define if you have the basename function. */
#undef HAVE_BASENAME
/* Define if you have the connect function. */
#undef HAVE_CONNECT
/* Define if you have the gethostbyaddr_r function. */
#undef HAVE_GETHOSTBYADDR_R
/* Define if you have the gethostbyname function. */
#undef HAVE_GETHOSTBYNAME
/* Define if you have the gethostbyname_r function. */
#undef HAVE_GETHOSTBYNAME_R
/* Define if you have the getrlimit function. */
#undef HAVE_GETRLIMIT
/* Define if you have the gettimeofday function. */
#undef HAVE_GETTIMEOFDAY
/* Define if you have the inet_addr function. */
#undef HAVE_INET_ADDR
/* Define if you have the inet_aton function. */
#undef HAVE_INET_ATON
/* Define if you have the inet_ntoa function. */
#undef HAVE_INET_NTOA
/* Define if you have the localtime_r function. */
#undef HAVE_LOCALTIME_R
/* Define if you have the log function. */
#undef HAVE_LOG
/* Define if you have the lseek function. */
#undef HAVE_LSEEK
/* Define if you have the mallinfo function. */
#undef HAVE_MALLINFO
/* Define if you have the mcheck function. */
#undef HAVE_MCHECK
/* Define if you have the mtrace function. */
#undef HAVE_MTRACE
/* Define if you have the nanosleep function. */
#undef HAVE_NANOSLEEP
/* Define if you have the pthread_attr_setstacksize function. */
#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
/* Define if you have the pthread_create function. */
#undef HAVE_PTHREAD_CREATE
/* Define if you have the pthread_sigmask function. */
#undef HAVE_PTHREAD_SIGMASK
/* Define if you have the rename function. */
#undef HAVE_RENAME
/* Define if you have the select function. */
#undef HAVE_SELECT
/* Define if you have the setpgid function. */
#undef HAVE_SETPGID
/* Define if you have the setrlimit function. */
#undef HAVE_SETRLIMIT
/* Define if you have the setsockopt function. */
#undef HAVE_SETSOCKOPT
/* Define if you have the sigaction function. */
#undef HAVE_SIGACTION
/* Define if you have the snprintf function. */
#undef HAVE_SNPRINTF
/* Define if you have the socket function. */
#undef HAVE_SOCKET
/* Define if you have the strstr function. */
#undef HAVE_STRSTR
/* Define if you have the umask function. */
#undef HAVE_UMASK
/* Define if you have the vsnprintf function. */
#undef HAVE_VSNPRINTF
/* Define if you have the yp_get_default_domain function. */
#undef HAVE_YP_GET_DEFAULT_DOMAIN
/* Define if you have the <Python.h> header file. */
#undef HAVE_PYTHON_H
/* Define if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define if you have the <history.h> header file. */
#undef HAVE_HISTORY_H
/* Define if you have the <machine/soundcard.h> header file. */
#undef HAVE_MACHINE_SOUNDCARD_H
/* Define if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
/* Define if you have the <math.h> header file. */
#undef HAVE_MATH_H
/* Define if you have the <mcheck.h> header file. */
#undef HAVE_MCHECK_H
/* Define if you have the <ndir.h> header file. */
#undef HAVE_NDIR_H
/* Define if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H
/* Define if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
/* Define if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H
/* Define if you have the <sys/ndir.h> header file. */
#undef HAVE_SYS_NDIR_H
/* Define if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
/* Define if you have the <sys/signal.h> header file. */
#undef HAVE_SYS_SIGNAL_H
/* Define if you have the <sys/soundcard.h> header file. */
#undef HAVE_SYS_SOUNDCARD_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the dl library (-ldl). */
#undef HAVE_LIBDL
/* Define if you have the readline library (-lreadline). */
#undef HAVE_LIBREADLINE
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION