/Modules/_ctypes/libffi_msvc/fficonfig.h

http://unladen-swallow.googlecode.com/ · C++ Header · 96 lines · 11 code · 29 blank · 56 comment · 0 complexity · 1cec5bcd22cbfb5b247c0c1111870664 MD5 · raw file

  1. /* fficonfig.h. Originally created by configure, now hand_maintained for MSVC. */
  2. /* fficonfig.h. Generated automatically by configure. */
  3. /* fficonfig.h.in. Generated automatically from configure.in by autoheader. */
  4. /* Define this for MSVC, but not for mingw32! */
  5. #ifdef _MSC_VER
  6. #define __attribute__(x) /* */
  7. #endif
  8. #define alloca _alloca
  9. /*----------------------------------------------------------------*/
  10. /* Define if using alloca.c. */
  11. /* #undef C_ALLOCA */
  12. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  13. This function is required for alloca.c support on those systems. */
  14. /* #undef CRAY_STACKSEG_END */
  15. /* Define if you have alloca, as a function or macro. */
  16. #define HAVE_ALLOCA 1
  17. /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
  18. /* #define HAVE_ALLOCA_H 1 */
  19. /* If using the C implementation of alloca, define if you know the
  20. direction of stack growth for your system; otherwise it will be
  21. automatically deduced at run-time.
  22. STACK_DIRECTION > 0 => grows toward higher addresses
  23. STACK_DIRECTION < 0 => grows toward lower addresses
  24. STACK_DIRECTION = 0 => direction of growth unknown
  25. */
  26. /* #undef STACK_DIRECTION */
  27. /* Define if you have the ANSI C header files. */
  28. #define STDC_HEADERS 1
  29. /* Define if you have the memcpy function. */
  30. #define HAVE_MEMCPY 1
  31. /* Define if read-only mmap of a plain file works. */
  32. //#define HAVE_MMAP_FILE 1
  33. /* Define if mmap of /dev/zero works. */
  34. //#define HAVE_MMAP_DEV_ZERO 1
  35. /* Define if mmap with MAP_ANON(YMOUS) works. */
  36. //#define HAVE_MMAP_ANON 1
  37. /* The number of bytes in type double */
  38. #define SIZEOF_DOUBLE 8
  39. /* The number of bytes in type long double */
  40. #define SIZEOF_LONG_DOUBLE 12
  41. /* Define if you have the long double type and it is bigger than a double */
  42. #define HAVE_LONG_DOUBLE 1
  43. /* whether byteorder is bigendian */
  44. /* #undef WORDS_BIGENDIAN */
  45. /* Define if the host machine stores words of multi-word integers in
  46. big-endian order. */
  47. /* #undef HOST_WORDS_BIG_ENDIAN */
  48. /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
  49. #define BYTEORDER 1234
  50. /* Define if your assembler and linker support unaligned PC relative relocs. */
  51. /* #undef HAVE_AS_SPARC_UA_PCREL */
  52. /* Define if your assembler supports .register. */
  53. /* #undef HAVE_AS_REGISTER_PSEUDO_OP */
  54. /* Define if .eh_frame sections should be read-only. */
  55. /* #undef HAVE_RO_EH_FRAME */
  56. /* Define to the flags needed for the .section .eh_frame directive. */
  57. /* #define EH_FRAME_FLAGS "aw" */
  58. /* Define to the flags needed for the .section .eh_frame directive. */
  59. /* #define EH_FRAME_FLAGS "aw" */
  60. /* Define this if you want extra debugging. */
  61. /* #undef FFI_DEBUG */
  62. /* Define this is you do not want support for aggregate types. */
  63. /* #undef FFI_NO_STRUCTS */
  64. /* Define this is you do not want support for the raw API. */
  65. /* #undef FFI_NO_RAW_API */
  66. /* Define this if you are using Purify and want to suppress spurious messages. */
  67. /* #undef USING_PURIFY */