-
Notifications
You must be signed in to change notification settings - Fork 52
/
acconfig.h
62 lines (44 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
/* Whether to use crypted passwords */
#undef USE_CRYPT
/* Whether to use tcp_wrappers */
#undef HAVE_LIBWRAP
/* User want readline */
#undef HAVE_LIBREADLINE
/* Some systems have sys/syslog.h */
#undef NEED_SYS_SYSLOG_H
/* Any threads around? */
#undef HAVE_PTHREAD_H
/* Some systems don't have assert.h */
#undef HAVE_ASSERT_H
/* Or here? */
#undef HAVE_PTHREAD_NP_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 ntripcaster */
#undef VERSION
/* Definately Solaris */
#undef SOLARIS
/* directories that we use... blah blah blah */
#undef ICECAST_ETCDIR
#undef ICECAST_LOGDIR
#undef ICECAST_TEMPLATEDIR
/* What the hell is this? */
#undef PACKAGE
/* DAMN I HATE HATE HATE AUTOCONF */
#undef HAVE_SOCKET
#undef HAVE_CONNECT
#undef HAVE_GETHOSTBYNAME
#undef HAVE_NANOSLEEP
#undef HAVE_YP_GET_DEFAULT_DOMAIN