home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 February / PCO_0299.ISO / filesbbs / linux / mikmod-3.000 / mikmod-3 / mikmod-3.1.2 / config.h.in < prev    next >
Encoding:
Text File  |  1998-12-07  |  3.0 KB  |  114 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define to empty if the keyword does not work.  */
  11. #undef const
  12.  
  13. /* Define if your system has a working fnmatch function.  */
  14. #undef HAVE_FNMATCH
  15.  
  16. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  17. #undef HAVE_SYS_WAIT_H
  18.  
  19. /* Define to `int' if <sys/types.h> doesn't define.  */
  20. #undef pid_t
  21.  
  22. /* Define as the return type of signal handlers (int or void).  */
  23. #undef RETSIGTYPE
  24.  
  25. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  26. #undef size_t
  27.  
  28. /* Define if you have the ANSI C header files.  */
  29. #undef STDC_HEADERS
  30.  
  31. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  32. #undef TIME_WITH_SYS_TIME
  33.  
  34. /* Package name */
  35. #undef PACKAGE
  36. /* Package version */
  37. #undef VERSION
  38.  
  39. /* Define if the AudioFile driver is compiled */
  40. #undef DRV_AF
  41. /* Define if the AIX audio driver is compiled */
  42. #undef DRV_AIX
  43. /* Define if the Linux ALSA driver is compiled */
  44. #undef DRV_ALSA
  45. /* Define if the Enlightened Sound Daemon driver is compiled */
  46. #undef DRV_ESD
  47. /* Define if the HP-UX audio driver is compiled */
  48. #undef DRV_HP
  49. /* Define if the Open Sound System driver is compiled */
  50. #undef DRV_OSS
  51. /* Define if the SGI audio driver is compiled */
  52. #undef DRV_SGI
  53. /* Define if the Sun audio driver or compatible (NetBSD, OpenBSD)
  54.    is compiled */
  55. #undef DRV_SUN
  56. /* Define if the Sun audio driver should be compiled with output on the
  57.    headphone connector */
  58. #undef USE_HEADPHONE
  59.  
  60. /* Define if your system lacks usleep(3) */
  61. #undef NEED_USLEEP
  62. /* Define if your system is SunOS 4.* */
  63. #undef SUNOS
  64. /* Define if your system is AIX 3.* - might be needed for 4.* too */
  65. #undef AIX
  66.  
  67. /* Define if you want the CPU snagger feature */
  68. #undef CPUTIME_SNAGGER
  69.  
  70. /* Define if your copy of <sched.h> has a _P instead of __P (old Linux libc5) */
  71. #undef BROKEN_SCHED
  72.  
  73. /* Define if your libesd defines esd_close (only present in 0.2.5+) */
  74. #undef HAVE_ESD_CLOSE
  75.  
  76. /* Define if you want the high-quality mixer */
  77. #undef VIRTCH2
  78.  
  79. /* Define if you want a debug version of the library */
  80. #undef MIKMOD_DEBUG
  81.  
  82. /* Define if you have the getopt_long_only function.  */
  83. #undef HAVE_GETOPT_LONG_ONLY
  84.  
  85. /* Define if you have the usleep function.  */
  86. #undef HAVE_USLEEP
  87.  
  88. /* Define if you have the <fcntl.h> header file.  */
  89. #undef HAVE_FCNTL_H
  90.  
  91. /* Define if you have the <fnmatch.h> header file.  */
  92. #undef HAVE_FNMATCH_H
  93.  
  94. /* Define if you have the <limits.h> header file.  */
  95. #undef HAVE_LIMITS_H
  96.  
  97. /* Define if you have the <malloc.h> header file.  */
  98. #undef HAVE_MALLOC_H
  99.  
  100. /* Define if you have the <ncurses.h> header file.  */
  101. #undef HAVE_NCURSES_H
  102.  
  103. /* Define if you have the <sched.h> header file.  */
  104. #undef HAVE_SCHED_H
  105.  
  106. /* Define if you have the <sys/ioctl.h> header file.  */
  107. #undef HAVE_SYS_IOCTL_H
  108.  
  109. /* Define if you have the <sys/time.h> header file.  */
  110. #undef HAVE_SYS_TIME_H
  111.  
  112. /* Define if you have the <unistd.h> header file.  */
  113. #undef HAVE_UNISTD_H
  114.