acconfig.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /* Whether to use crypted passwords */
  2. #undef USE_CRYPT
  3. /* Whether to use tcp_wrappers */
  4. #undef HAVE_LIBWRAP
  5. /* User want readline */
  6. #undef HAVE_LIBREADLINE
  7. /* Some systems have sys/syslog.h */
  8. #undef NEED_SYS_SYSLOG_H
  9. /* Any threads around? */
  10. #undef HAVE_PTHREAD_H
  11. /* Some systems don't have assert.h */
  12. #undef HAVE_ASSERT_H
  13. /* Or here? */
  14. #undef HAVE_PTHREAD_NP_H
  15. /* We might be the silly hpux */
  16. #undef hpux
  17. /* Are we sysv? */
  18. #undef SYSV
  19. /* Fucked up IRIX */
  20. #undef IRIX
  21. /* Or svr4 perhaps? */
  22. #undef SVR4
  23. /* Some kind of Linux */
  24. #undef LINUX
  25. /* Or perhaps some bsd variant? */
  26. #undef __SOMEBSD__
  27. /* UNIX98 and others want socklen_t */
  28. #undef HAVE_SOCKLEN_T
  29. /* The complete version of ntripcaster */
  30. #undef VERSION
  31. /* Definately Solaris */
  32. #undef SOLARIS
  33. /* directories that we use... blah blah blah */
  34. #undef ICECAST_ETCDIR
  35. #undef ICECAST_LOGDIR
  36. #undef ICECAST_TEMPLATEDIR
  37. /* What the hell is this? */
  38. #undef PACKAGE
  39. /* DAMN I HATE HATE HATE AUTOCONF */
  40. #undef HAVE_SOCKET
  41. #undef HAVE_CONNECT
  42. #undef HAVE_GETHOSTBYNAME
  43. #undef HAVE_NANOSLEEP
  44. #undef HAVE_YP_GET_DEFAULT_DOMAIN