config.h.in 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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 where libtool stores uninstalled libraries. */
  34. #undef LT_OBJDIR
  35. /* Name of package */
  36. #undef PACKAGE
  37. /* Define to the address where bug reports for this package should be sent. */
  38. #undef PACKAGE_BUGREPORT
  39. /* Define to the full name of this package. */
  40. #undef PACKAGE_NAME
  41. /* Define to the full name and version of this package. */
  42. #undef PACKAGE_STRING
  43. /* Define to the one symbol short name of this package. */
  44. #undef PACKAGE_TARNAME
  45. /* Define to the home page for this package. */
  46. #undef PACKAGE_URL
  47. /* Define to the version of this package. */
  48. #undef PACKAGE_VERSION
  49. /* If using the C implementation of alloca, define if you know the
  50. direction of stack growth for your system; otherwise it will be
  51. automatically deduced at runtime.
  52. STACK_DIRECTION > 0 => grows toward higher addresses
  53. STACK_DIRECTION < 0 => grows toward lower addresses
  54. STACK_DIRECTION = 0 => direction of growth unknown */
  55. #undef STACK_DIRECTION
  56. /* Define to 1 if you have the ANSI C header files. */
  57. #undef STDC_HEADERS
  58. /* Version number of package */
  59. #undef VERSION
  60. /* Define to `__inline__' or `__inline' if that's what the C compiler
  61. calls it, or to nothing if 'inline' is not supported under any name. */
  62. #ifndef __cplusplus
  63. #undef inline
  64. #endif
  65. /* Define to `unsigned int' if <sys/types.h> does not define. */
  66. #undef size_t