home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / source / conf.mwcc.win32.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-10-19  |  4.6 KB  |  174 lines

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