config.h.in 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  3. systems. This function is required for `alloca.c' support on those systems.
  4. */
  5. #undef CRAY_STACKSEG_END
  6. /* Define to 1 if using `alloca.c'. */
  7. #undef C_ALLOCA
  8. /* Define to 1 if you have `alloca', as a function or macro. */
  9. #undef HAVE_ALLOCA
  10. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  11. */
  12. #undef HAVE_ALLOCA_H
  13. /* Define to 1 if you have the <dlfcn.h> header file. */
  14. #undef HAVE_DLFCN_H
  15. /* Define to 1 if you have the <inttypes.h> header file. */
  16. #undef HAVE_INTTYPES_H
  17. /* Define to 1 if you have the <memory.h> header file. */
  18. #undef HAVE_MEMORY_H
  19. /* Define to 1 if you have the <stdint.h> header file. */
  20. #undef HAVE_STDINT_H
  21. /* Define to 1 if you have the <stdlib.h> header file. */
  22. #undef HAVE_STDLIB_H
  23. /* Define to 1 if you have the <strings.h> header file. */
  24. #undef HAVE_STRINGS_H
  25. /* Define to 1 if you have the <string.h> header file. */
  26. #undef HAVE_STRING_H
  27. /* Define to 1 if you have the <sys/stat.h> header file. */
  28. #undef HAVE_SYS_STAT_H
  29. /* Define to 1 if you have the <sys/types.h> header file. */
  30. #undef HAVE_SYS_TYPES_H
  31. /* Define to 1 if you have the <unistd.h> header file. */
  32. #undef HAVE_UNISTD_H
  33. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  34. */
  35. #undef LT_OBJDIR
  36. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  37. #undef NO_MINUS_C_MINUS_O
  38. /* Name of package */
  39. #undef PACKAGE
  40. /* Define to the address where bug reports for this package should be sent. */
  41. #undef PACKAGE_BUGREPORT
  42. /* Define to the full name of this package. */
  43. #undef PACKAGE_NAME
  44. /* Define to the full name and version of this package. */
  45. #undef PACKAGE_STRING
  46. /* Define to the one symbol short name of this package. */
  47. #undef PACKAGE_TARNAME
  48. /* Define to the home page for this package. */
  49. #undef PACKAGE_URL
  50. /* Define to the version of this package. */
  51. #undef PACKAGE_VERSION
  52. /* If using the C implementation of alloca, define if you know the
  53. direction of stack growth for your system; otherwise it will be
  54. automatically deduced at runtime.
  55. STACK_DIRECTION > 0 => grows toward higher addresses
  56. STACK_DIRECTION < 0 => grows toward lower addresses
  57. STACK_DIRECTION = 0 => direction of growth unknown */
  58. #undef STACK_DIRECTION
  59. /* Define to 1 if you have the ANSI C header files. */
  60. #undef STDC_HEADERS
  61. /* Version number of package */
  62. #undef VERSION
  63. /* Define to `__inline__' or `__inline' if that's what the C compiler
  64. calls it, or to nothing if 'inline' is not supported under any name. */
  65. #ifndef __cplusplus
  66. #undef inline
  67. #endif
  68. /* Define to `unsigned int' if <sys/types.h> does not define. */
  69. #undef size_t