home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 20 / AACD20.BIN / AACD / Programming / Jikes / Source / src / config.h.in < prev    next >
Encoding:
Text File  |  2001-03-03  |  5.0 KB  |  191 lines

  1. /* src/config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Defined when bit sizes are int = 32, short = 16, char = 8 */
  4. #undef HAVE_32BIT_TYPES
  5.  
  6. /* Define if you have the <assert.h> header file. */
  7. #undef HAVE_ASSERT_H
  8.  
  9. /* defined if bool is a built-in C++ type */
  10. #undef HAVE_BOOL
  11.  
  12. /* known to be broken on mingwin beta 20 */
  13. #undef HAVE_BROKEN_USHRT_MAX
  14.  
  15. /* define if the compiler supports const_cast<> */
  16. #undef HAVE_CONST_CAST
  17.  
  18. /* Define if you have the <ctype.h> header file. */
  19. #undef HAVE_CTYPE_H
  20.  
  21. /* Define if you have the `cygwin_win32_to_posix_path_list' function. */
  22. #undef HAVE_CYGWIN_WIN32_TO_POSIX_PATH_LIST
  23.  
  24. /* Define if you have the <direct.h> header file. */
  25. #undef HAVE_DIRECT_H
  26.  
  27. /* Define if you have the <dirent.h> header file. */
  28. #undef HAVE_DIRENT_H
  29.  
  30. /* define if the compiler supports dynamic_cast<> */
  31. #undef HAVE_DYNAMIC_CAST
  32.  
  33. /* Defined when the compiler would generate an error on a call to iconv with a
  34.    non const 2nd argument. This is a known problem on IRIX systems. */
  35. #undef HAVE_ERROR_CALL_ICONV_CONST
  36.  
  37. /* Defined when the compiler would generate an error on a call to wcslen with
  38.    a non const argument. This is only known to happen on cygwin and mingwin */
  39. #undef HAVE_ERROR_CALL_WCSLEN_CONST
  40.  
  41. /* compiler will generate an error when discarding a const qualifier */
  42. #undef HAVE_ERROR_DISCARD_CONST
  43.  
  44. /* define if the compiler supports the explicit keyword */
  45. #undef HAVE_EXPLICIT
  46.  
  47. /* Define if you have the <float.h> header file. */
  48. #undef HAVE_FLOAT_H
  49.  
  50. /* use unix style mkdir(str, S_IRWXU | S_IRWXG | S_IRWXO) */
  51. #undef HAVE_GLIBC_MKDIR
  52.  
  53. /* known to be broken on Win and OS2 when compiled with ICC */
  54. #undef HAVE_ICC_FP_BUGS
  55.  
  56. /* Define if you have the <iconv.h> header file. */
  57. #undef HAVE_ICONV_H
  58.  
  59. /* Defined when Jikes is built with native floating support */
  60. #undef HAVE_IEEE754
  61.  
  62. /* Define Jikes functions in a namespace */
  63. #undef HAVE_JIKES_NAMESPACE
  64.  
  65. /* use unix style mkdir(str, S_IRWXU) */
  66. #undef HAVE_LIBC5_MKDIR
  67.  
  68. /* Define if you have the `iconv' library (-liconv). */
  69. #undef HAVE_LIBICONV
  70.  
  71. /* Define if you have the `icu-uc' library (-licu-uc). */
  72. #undef HAVE_LIB_ICU_UC
  73.  
  74. /* Define if you have the `m' library (-lm). */
  75. #undef HAVE_LIBM
  76.  
  77. /* Define if you have the <limits.h> header file. */
  78. #undef HAVE_LIMITS_H
  79.  
  80. /* use mac style mkdir(str,0) from <stat.mac.h> */
  81. #undef HAVE_MAC_MKDIR
  82.  
  83. /* Define if you have the <math.h> header file. */
  84. #undef HAVE_MATH_H
  85.  
  86. /* define if the compiler supports member constants */
  87. #undef HAVE_MEMBER_CONSTANTS
  88.  
  89. /* Define if you have the <memory.h> header file. */
  90. #undef HAVE_MEMORY_H
  91.  
  92. /* Define if you have the `mkdir' function. */
  93. #undef HAVE_MKDIR
  94.  
  95. /* define if the compiler implements namespaces */
  96. #undef HAVE_NAMESPACES
  97.  
  98. /* defined if running on a system with dos style paths */
  99. #undef HAVE_PATHNAME_STYLE_DOS
  100.  
  101. /* define if the compiler supports reinterpret_cast<> */
  102. #undef HAVE_REINTERPRET_CAST
  103.  
  104. /* define if the compiler supports Run-Time Type Identification */
  105. #undef HAVE_RTTI
  106.  
  107. /* define if the compiler supports static_cast<> */
  108. #undef HAVE_STATIC_CAST
  109.  
  110. /* define if the compiler supports ISO C++ standard library */
  111. #undef HAVE_STD
  112.  
  113. /* Define if you have the <stdio.h> header file. */
  114. #undef HAVE_STDIO_H
  115.  
  116. /* Define if you have the <strings.h> header file. */
  117. #undef HAVE_STRINGS_H
  118.  
  119. /* Define if you have the <string.h> header file. */
  120. #undef HAVE_STRING_H
  121.  
  122. /* Define if you have the <sys/cygwin.h> header file. */
  123. #undef HAVE_SYS_CYGWIN_H
  124.  
  125. /* Define if you have the <time.h> header file. */
  126. #undef HAVE_TIME_H
  127.  
  128. /* Defined when the compiler supports the unsigned long long type */
  129. #undef HAVE_UNSIGNED_LONG_LONG
  130.  
  131. /* Use visual C++ version of set_new_handler */
  132. #undef HAVE_VCPP_SET_NEW_HANDLER
  133.  
  134. /* Define if you have the <wchar.h> header file. */
  135. #undef HAVE_WCHAR_H
  136.  
  137. /* Define if you have the `wcscat' function. */
  138. #undef HAVE_WCSCAT
  139.  
  140. /* Define if you have the `wcscmp' function. */
  141. #undef HAVE_WCSCMP
  142.  
  143. /* Define if you have the `wcscpy' function. */
  144. #undef HAVE_WCSCPY
  145.  
  146. /* Define if you have the `wcslen' function. */
  147. #undef HAVE_WCSLEN
  148.  
  149. /* Define if you have the `wcsncmp' function. */
  150. #undef HAVE_WCSNCMP
  151.  
  152. /* Define if you have the `wcsncpy' function. */
  153. #undef HAVE_WCSNCPY
  154.  
  155. /* use win32 style mkdir(str) from <direct.h> */
  156. #undef HAVE_WIN32_MKDIR
  157.  
  158. /* Define if you have the <windows.h> header file. */
  159. #undef HAVE_WINDOWS_H
  160.  
  161. /* Defined when the wint_t type is supported */
  162. #undef HAVE_WINT_T
  163.  
  164. /* Used to test results of stat call to see if it is a directory */
  165. #undef JIKES_STAT_S_IFDIR
  166.  
  167. /* A string to indicate the release of jikes: Version 1.11 1/10/2000 */
  168. #undef JIKES_VERSION_STRING
  169.  
  170. /* Name of package */
  171. #undef PACKAGE
  172.  
  173. /* used to seperate elements on the PATH */
  174. #undef PATH_SEPARATOR
  175.  
  176. /* Define if you have the ANSI C header files. */
  177. #undef STDC_HEADERS
  178.  
  179. /* quick hack to use UNIX file system, fixme */
  180. #undef UNIX_FILE_SYSTEM
  181.  
  182. /* Version number of package */
  183. #undef VERSION
  184.  
  185. /* quick hack to use Win32 file system, fixme */
  186. #undef WIN32_FILE_SYSTEM
  187.  
  188. /* Define if your processor stores words with the most significant byte first
  189.    (like Motorola and SPARC, unlike Intel and VAX). */
  190. #undef WORDS_BIGENDIAN
  191.