/Modules/_ctypes/libffi_arm_wince/fficonfig.h

http://unladen-swallow.googlecode.com/ · C++ Header · 152 lines · 15 code · 45 blank · 92 comment · 0 complexity · 32f31b380c159c742fd82f13cb04b942 MD5 · raw file

  1. /* fficonfig.h created manually for Windows CE on ARM */
  2. /* fficonfig.h.in. Generated from configure.ac by autoheader. */
  3. /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
  4. #define BYTEORDER 1234
  5. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  6. systems. This function is required for `alloca.c' support on those systems.
  7. */
  8. /* #undef CRAY_STACKSEG_END */
  9. /* Define to 1 if using `alloca.c'. */
  10. /* #undef C_ALLOCA */
  11. /* Define to the flags needed for the .section .eh_frame directive. */
  12. /* #undef EH_FRAME_FLAGS */
  13. /* Define this if you want extra debugging. */
  14. #ifdef DEBUG /* Defined by the project settings for Debug builds */
  15. #define FFI_DEBUG
  16. #else
  17. #undef FFI_DEBUG
  18. #endif
  19. /* Define this is you do not want support for the raw API. */
  20. /* #undef FFI_NO_RAW_API */
  21. /* Define this is you do not want support for aggregate types. */
  22. /* #undef FFI_NO_STRUCTS */
  23. /* Define to 1 if you have `alloca', as a function or macro. */
  24. #define HAVE_ALLOCA 1
  25. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  26. */
  27. /* #undef HAVE_ALLOCA_H */
  28. /* Define if your assembler supports .register. */
  29. /* #undef HAVE_AS_REGISTER_PSEUDO_OP */
  30. /* Define if your assembler and linker support unaligned PC relative relocs.
  31. */
  32. /* #undef HAVE_AS_SPARC_UA_PCREL */
  33. /* Define to 1 if you have the <inttypes.h> header file. */
  34. /* #undef HAVE_INTTYPES_H */
  35. /* Define if you have the long double type and it is bigger than a double */
  36. /* This differs from the MSVC build, but even there it should not be defined */
  37. /* #undef HAVE_LONG_DOUBLE */
  38. /* Define to 1 if you have the `memcpy' function. */
  39. #define HAVE_MEMCPY 1
  40. /* Define to 1 if you have the <memory.h> header file. */
  41. /* WinCE has this but I don't think we need to use it */
  42. /* #undef HAVE_MEMORY_H */
  43. /* Define to 1 if you have the `mmap' function. */
  44. /* #undef HAVE_MMAP */
  45. /* Define if mmap with MAP_ANON(YMOUS) works. */
  46. /* #undef HAVE_MMAP_ANON */
  47. /* Define if mmap of /dev/zero works. */
  48. /* #undef HAVE_MMAP_DEV_ZERO */
  49. /* Define if read-only mmap of a plain file works. */
  50. /* #undef HAVE_MMAP_FILE */
  51. /* Define if .eh_frame sections should be read-only. */
  52. /* #undef HAVE_RO_EH_FRAME */
  53. /* Define to 1 if you have the <stdint.h> header file. */
  54. /* #undef HAVE_STDINT_H */
  55. /* Define to 1 if you have the <stdlib.h> header file. */
  56. #define HAVE_STDLIB_H 1
  57. /* Define to 1 if you have the <strings.h> header file. */
  58. /* #undef HAVE_STRINGS_H */
  59. /* Define to 1 if you have the <string.h> header file. */
  60. #define HAVE_STRING_H 1
  61. /* Define to 1 if you have the <sys/mman.h> header file. */
  62. /* #undef HAVE_SYS_MMAN_H */
  63. /* Define to 1 if you have the <sys/stat.h> header file. */
  64. /* #undef HAVE_SYS_STAT_H */
  65. /* Define to 1 if you have the <sys/types.h> header file. */
  66. /* #undef HAVE_SYS_TYPES_H */
  67. /* Define to 1 if you have the <unistd.h> header file. */
  68. /* #undef HAVE_UNISTD_H */
  69. /* Define if the host machine stores words of multi-word integers in
  70. big-endian order. */
  71. /* #undef HOST_WORDS_BIG_ENDIAN */
  72. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  73. /* #undef NO_MINUS_C_MINUS_O */
  74. /* Name of package */
  75. /* #undef PACKAGE */
  76. /* Define to the address where bug reports for this package should be sent. */
  77. /* #undef PACKAGE_BUGREPORT */
  78. /* Define to the full name of this package. */
  79. /* #undef PACKAGE_NAME */
  80. /* Define to the full name and version of this package. */
  81. /* #undef PACKAGE_STRING */
  82. /* Define to the one symbol short name of this package. */
  83. /* #undef PACKAGE_TARNAME */
  84. /* Define to the version of this package. */
  85. /* #undef PACKAGE_VERSION */
  86. /* The number of bytes in type double */
  87. #define SIZEOF_DOUBLE 8
  88. /* The number of bytes in type long double */
  89. #define SIZEOF_LONG_DOUBLE 8
  90. /* If using the C implementation of alloca, define if you know the
  91. direction of stack growth for your system; otherwise it will be
  92. automatically deduced at run-time.
  93. STACK_DIRECTION > 0 => grows toward higher addresses
  94. STACK_DIRECTION < 0 => grows toward lower addresses
  95. STACK_DIRECTION = 0 => direction of growth unknown */
  96. /* #undef STACK_DIRECTION */
  97. /* Define to 1 if you have the ANSI C header files. */
  98. #define STDC_HEADERS 1
  99. /* Define this if you are using Purify and want to suppress spurious messages.
  100. */
  101. /* #undef USING_PURIFY */
  102. /* Version number of package */
  103. /* #undef VERSION */
  104. /* whether byteorder is bigendian */
  105. /* #undef WORDS_BIGENDIAN */
  106. #define alloca _alloca
  107. #define abort() exit(999)