home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / source / conf.h.in < prev    next >
Encoding:
Text File  |  2006-10-19  |  4.4 KB  |  179 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if using alloca.c.  */
  4. #undef C_ALLOCA
  5.  
  6. /* Define to empty if the keyword does not work.  */
  7. #undef const
  8.  
  9. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  10.    This function is required for alloca.c support on those systems.  */
  11. #undef CRAY_STACKSEG_END
  12.  
  13. /* Define if you have alloca, as a function or macro.  */
  14. #undef HAVE_ALLOCA
  15.  
  16. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  17. #undef HAVE_ALLOCA_H
  18.  
  19. /* Define if you don't have vprintf but do have _doprnt.  */
  20. #undef HAVE_DOPRNT
  21.  
  22. /* Define if your system has a working fnmatch function.  */
  23. #undef HAVE_FNMATCH
  24.  
  25. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  26. #undef HAVE_SYS_WAIT_H
  27.  
  28. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  29. #undef HAVE_UTIME_NULL
  30.  
  31. /* Define if you have the vprintf function.  */
  32. #undef HAVE_VPRINTF
  33.  
  34. /* Define to `int' if <sys/types.h> doesn't define.  */
  35. #undef pid_t
  36.  
  37. /* Define as the return type of signal handlers (int or void).  */
  38. #undef RETSIGTYPE
  39.  
  40. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  41. #undef size_t
  42.  
  43. /* If using the C implementation of alloca, define if you know the
  44.    direction of stack growth for your system; otherwise it will be
  45.    automatically deduced at run-time.
  46.  STACK_DIRECTION > 0 => grows toward higher addresses
  47.  STACK_DIRECTION < 0 => grows toward lower addresses
  48.  STACK_DIRECTION = 0 => direction of growth unknown
  49.  */
  50. #undef STACK_DIRECTION
  51.  
  52. /* Define if you have the ANSI C header files.  */
  53. #undef STDC_HEADERS
  54.  
  55. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  56. #undef TIME_WITH_SYS_TIME
  57.  
  58. /* Define if your <sys/time.h> declares struct tm.  */
  59. #undef TM_IN_SYS_TIME
  60.  
  61. /* Define if you have the getcwd function.  */
  62. #undef HAVE_GETCWD
  63.  
  64. /* Define if you have the gethostname function.  */
  65. #undef HAVE_GETHOSTNAME
  66.  
  67. /* Define if you have the mkdir function.  */
  68. #undef HAVE_MKDIR
  69.  
  70. /* Define if you have the rmdir function.  */
  71. #undef HAVE_RMDIR
  72.  
  73. /* Define if you have the select function.  */
  74. #undef HAVE_SELECT
  75.  
  76. /* Define if you have the strcspn function.  */
  77. #undef HAVE_STRCSPN
  78.  
  79. /* Define if you have the strdup function.  */
  80. #undef HAVE_STRDUP
  81.  
  82. /* Define if you have the strerror function.  */
  83. #undef HAVE_STRERROR
  84.  
  85. /* Define if you have the strstr function.  */
  86. #undef HAVE_STRSTR
  87.  
  88. /* Define if you have the strtol function.  */
  89. #undef HAVE_STRTOL
  90.  
  91. /* Define if you have the strupr function.  */
  92. #undef HAVE_STRUPR
  93.  
  94. /* Define if you have the strcasecmp function.  */
  95. #undef HAVE_STRCASECMP
  96.  
  97. /* Define if you have the strncasecmp function.  */
  98. #undef HAVE_STRNCASECMP
  99.  
  100. /* Define if you have the swab function.  */
  101. #undef HAVE_SWAB
  102.  
  103. /* Define if you have the <dirent.h> header file.  */
  104. #undef HAVE_DIRENT_H
  105.  
  106. /* Define if you have the <fcntl.h> header file.  */
  107. #undef HAVE_FCNTL_H
  108.  
  109. /* Define if you have the <limits.h> header file.  */
  110. #undef HAVE_LIMITS_H
  111.  
  112. /* Define if you have the <malloc.h> header file.  */
  113. #undef HAVE_MALLOC_H
  114.  
  115. /* Define if you have the <ndir.h> header file.  */
  116. #undef HAVE_NDIR_H
  117.  
  118. /* Define if you have the <sys/dir.h> header file.  */
  119. #undef HAVE_SYS_DIR_H
  120.  
  121. /* Define if you have the <sys/ioctl.h> header file.  */
  122. #undef HAVE_SYS_IOCTL_H
  123.  
  124. /* Define if you have the <sys/ndir.h> header file.  */
  125. #undef HAVE_SYS_NDIR_H
  126.  
  127. /* Define if you have the <sys/time.h> header file.  */
  128. #undef HAVE_SYS_TIME_H
  129.  
  130. /* Define if you have the <unistd.h> header file.  */
  131. #undef HAVE_UNISTD_H
  132.  
  133. /* Features */
  134. /* use readline library */
  135. #undef HAVE_READLINE
  136. /* use GCC inline assembly for MUL/DIV and status */
  137. #undef GNU_X86_ASM
  138.  
  139. /* Host OS */
  140. #undef UNDER_UNIX
  141. #undef UNDER_WIN32
  142. #undef UNDER_MACOS
  143.  
  144. /* Windows: timer selection */
  145. /* this timer works best -- the midi/multimedia timer */
  146. #undef USE_MM_TIMER
  147. /* this one is horrible but portable */
  148. #undef USE_MESSAGE_TIMER
  149. /* this one looks most promising but requires Win98/WinNT4.0 */
  150. #undef USE_WAITABLE_TIMER
  151.  
  152. /* PNG file support? */
  153. #undef WITH_LIB_PNG
  154.  
  155. /* Modules included in v9t9 */
  156. #undef NULL_VIDEO
  157. #undef NULL_KEYBOARD
  158. #undef NULL_SOUND
  159.  
  160. #undef EMU_DISK_DSR
  161. #undef REAL_DISK_DSR
  162. #undef REAL_RS232_DSR
  163.  
  164. #undef X_WIN_VIDEO
  165. #undef X_WIN_KEYBOARD
  166. #undef LINUX_SVGA_VIDEO
  167. #undef LINUX_SVGA_KEYBOARD
  168. #undef LINUX_SPEAKER_SOUND
  169. #undef OSS_SOUND
  170. #undef ALSA_SOUND
  171. #undef ESD_SOUND
  172.  
  173. #undef WIN32_VIDEO
  174. #undef WIN32_KEYBOARD
  175. #undef WIN32_SOUND
  176.  
  177. #undef GTK_KEYBOARD
  178. #undef GTK_VIDEO
  179.