config.h.in 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
  2. /* Define if on AIX 3.
  3. System headers sometimes define this.
  4. We just want to avoid a redefinition error message. */
  5. #ifndef _ALL_SOURCE
  6. #undef _ALL_SOURCE
  7. #endif
  8. /* Define to empty if the keyword does not work. */
  9. #undef const
  10. /* Define if you don't have vprintf but do have _doprnt. */
  11. #undef HAVE_DOPRNT
  12. /* Define if you have the strftime function. */
  13. #undef HAVE_STRFTIME
  14. /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
  15. #undef HAVE_SYS_WAIT_H
  16. /* Define if you have the vprintf function. */
  17. #undef HAVE_VPRINTF
  18. /* Define if on MINIX. */
  19. #undef _MINIX
  20. /* Define to `int' if <sys/types.h> doesn't define. */
  21. #undef pid_t
  22. /* Define if the system does not provide POSIX.1 features except
  23. with this defined. */
  24. #undef _POSIX_1_SOURCE
  25. /* Define if you need to in order for stat and other things to work. */
  26. #undef _POSIX_SOURCE
  27. /* Define as the return type of signal handlers (int or void). */
  28. #undef RETSIGTYPE
  29. /* Define to `unsigned' if <sys/types.h> doesn't define. */
  30. #undef size_t
  31. /* Define if you have the ANSI C header files. */
  32. #undef STDC_HEADERS
  33. /* Define on System V Release 4. */
  34. #undef SVR4
  35. /* Define if you can safely include both <sys/time.h> and <time.h>. */
  36. #undef TIME_WITH_SYS_TIME
  37. /* Define if your <sys/time.h> declares struct tm. */
  38. #undef TM_IN_SYS_TIME
  39. /* Whether to use crypted passwords */
  40. #undef USE_CRYPT
  41. /* Whether to use tcp_wrappers */
  42. #undef HAVE_LIBWRAP
  43. /* Some systems have sys/syslog.h */
  44. #undef NEED_SYS_SYSLOG_H
  45. /* We might be the silly hpux */
  46. #undef hpux
  47. /* Are we sysv? */
  48. #undef SYSV
  49. /* Fucked up IRIX */
  50. #undef IRIX
  51. /* Or svr4 perhaps? */
  52. #undef SVR4
  53. /* Some kind of Linux */
  54. #undef LINUX
  55. /* Or perhaps some bsd variant? */
  56. #undef __SOMEBSD__
  57. /* UNIX98 and others want socklen_t */
  58. #undef HAVE_SOCKLEN_T
  59. /* The complete version of icecast */
  60. #undef VERSION
  61. /* Definately Solaris */
  62. #undef SOLARIS
  63. /* directories that we use... blah blah blah */
  64. #undef LITTLECASTER_ETCDIR
  65. #undef LITTLECASTER_LOGDIR
  66. #undef LITTLECASTER_TEMPLATEDIR
  67. /* DAMN I HATE HATE HATE AUTOCONF */
  68. #undef HAVE_SOCKET
  69. #undef HAVE_CONNECT
  70. #undef HAVE_GETHOSTBYNAME
  71. #undef HAVE_NANOSLEEP
  72. #undef HAVE_YP_GET_DEFAULT_DOMAIN
  73. /* Define if you have the basename function. */
  74. #undef HAVE_BASENAME
  75. /* Define if you have the connect function. */
  76. #undef HAVE_CONNECT
  77. /* Define if you have the gethostbyaddr_r function. */
  78. #undef HAVE_GETHOSTBYADDR_R
  79. /* Define if you have the gethostbyname function. */
  80. #undef HAVE_GETHOSTBYNAME
  81. /* Define if you have the gethostbyname_r function. */
  82. #undef HAVE_GETHOSTBYNAME_R
  83. /* Define if you have the getrlimit function. */
  84. #undef HAVE_GETRLIMIT
  85. /* Define if you have the gettimeofday function. */
  86. #undef HAVE_GETTIMEOFDAY
  87. /* Define if you have the inet_addr function. */
  88. #undef HAVE_INET_ADDR
  89. /* Define if you have the inet_aton function. */
  90. #undef HAVE_INET_ATON
  91. /* Define if you have the inet_ntoa function. */
  92. #undef HAVE_INET_NTOA
  93. /* Define if you have the localtime_r function. */
  94. #undef HAVE_LOCALTIME_R
  95. /* Define if you have the log function. */
  96. #undef HAVE_LOG
  97. /* Define if you have the lseek function. */
  98. #undef HAVE_LSEEK
  99. /* Define if you have the mallinfo function. */
  100. #undef HAVE_MALLINFO
  101. /* Define if you have the mcheck function. */
  102. #undef HAVE_MCHECK
  103. /* Define if you have the mtrace function. */
  104. #undef HAVE_MTRACE
  105. /* Define if you have the nanosleep function. */
  106. #undef HAVE_NANOSLEEP
  107. /* Define if you have the pthread_attr_setstacksize function. */
  108. #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
  109. /* Define if you have the pthread_create function. */
  110. #undef HAVE_PTHREAD_CREATE
  111. /* Define if you have the pthread_sigmask function. */
  112. #undef HAVE_PTHREAD_SIGMASK
  113. /* Define if you have the rename function. */
  114. #undef HAVE_RENAME
  115. /* Define if you have the select function. */
  116. #undef HAVE_SELECT
  117. /* Define if you have the setpgid function. */
  118. #undef HAVE_SETPGID
  119. /* Define if you have the setrlimit function. */
  120. #undef HAVE_SETRLIMIT
  121. /* Define if you have the setsockopt function. */
  122. #undef HAVE_SETSOCKOPT
  123. /* Define if you have the sigaction function. */
  124. #undef HAVE_SIGACTION
  125. /* Define if you have the snprintf function. */
  126. #undef HAVE_SNPRINTF
  127. /* Define if you have the socket function. */
  128. #undef HAVE_SOCKET
  129. /* Define if you have the strstr function. */
  130. #undef HAVE_STRSTR
  131. /* Define if you have the umask function. */
  132. #undef HAVE_UMASK
  133. /* Define if you have the vsnprintf function. */
  134. #undef HAVE_VSNPRINTF
  135. /* Define if you have the yp_get_default_domain function. */
  136. #undef HAVE_YP_GET_DEFAULT_DOMAIN
  137. /* Define if you have the <Python.h> header file. */
  138. #undef HAVE_PYTHON_H
  139. /* Define if you have the <assert.h> header file. */
  140. #undef HAVE_ASSERT_H
  141. /* Define if you have the <dirent.h> header file. */
  142. #undef HAVE_DIRENT_H
  143. /* Define if you have the <fcntl.h> header file. */
  144. #undef HAVE_FCNTL_H
  145. /* Define if you have the <history.h> header file. */
  146. #undef HAVE_HISTORY_H
  147. /* Define if you have the <machine/soundcard.h> header file. */
  148. #undef HAVE_MACHINE_SOUNDCARD_H
  149. /* Define if you have the <malloc.h> header file. */
  150. #undef HAVE_MALLOC_H
  151. /* Define if you have the <math.h> header file. */
  152. #undef HAVE_MATH_H
  153. /* Define if you have the <mcheck.h> header file. */
  154. #undef HAVE_MCHECK_H
  155. /* Define if you have the <ndir.h> header file. */
  156. #undef HAVE_NDIR_H
  157. /* Define if you have the <pthread.h> header file. */
  158. #undef HAVE_PTHREAD_H
  159. /* Define if you have the <signal.h> header file. */
  160. #undef HAVE_SIGNAL_H
  161. /* Define if you have the <sys/dir.h> header file. */
  162. #undef HAVE_SYS_DIR_H
  163. /* Define if you have the <sys/ndir.h> header file. */
  164. #undef HAVE_SYS_NDIR_H
  165. /* Define if you have the <sys/resource.h> header file. */
  166. #undef HAVE_SYS_RESOURCE_H
  167. /* Define if you have the <sys/signal.h> header file. */
  168. #undef HAVE_SYS_SIGNAL_H
  169. /* Define if you have the <sys/soundcard.h> header file. */
  170. #undef HAVE_SYS_SOUNDCARD_H
  171. /* Define if you have the <sys/time.h> header file. */
  172. #undef HAVE_SYS_TIME_H
  173. /* Define if you have the <unistd.h> header file. */
  174. #undef HAVE_UNISTD_H
  175. /* Define if you have the dl library (-ldl). */
  176. #undef HAVE_LIBDL
  177. /* Define if you have the readline library (-lreadline). */
  178. #undef HAVE_LIBREADLINE
  179. /* Name of package */
  180. #undef PACKAGE
  181. /* Version number of package */
  182. #undef VERSION