home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 20 / AACD20.BIN / AACD / Programming / Jikes / Source / amiga / src / config.h next >
Encoding:
C/C++ Source or Header  |  2001-03-04  |  5.3 KB  |  192 lines

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