autoconfig.h.in 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* autoconfig.h.in. Generated from configure.ac by autoheader. */
  2. #ifndef MENUSELECT_AUTOCONFIG_H
  3. #define MENUSELECT_AUTOCONFIG_H
  4. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  5. systems. This function is required for `alloca.c' support on those systems.
  6. */
  7. #undef CRAY_STACKSEG_END
  8. /* Define to 1 if using `alloca.c'. */
  9. #undef C_ALLOCA
  10. /* Define to 1 if you have `alloca', as a function or macro. */
  11. #undef HAVE_ALLOCA
  12. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  13. */
  14. #undef HAVE_ALLOCA_H
  15. /* Define to 1 if you have the `asprintf' function. */
  16. #undef HAVE_ASPRINTF
  17. /* Define to 1 if you have the curses library. */
  18. #undef HAVE_CURSES
  19. /* Define to 1 if you have the `getloadavg' function. */
  20. #undef HAVE_GETLOADAVG
  21. /* Define if your system has the GTK2 libraries. */
  22. #undef HAVE_GTK2
  23. /* Define to 1 if you have the <inttypes.h> header file. */
  24. #undef HAVE_INTTYPES_H
  25. /* Define if your system has the LIBXML2 libraries. */
  26. #undef HAVE_LIBXML2
  27. /* Define to 1 if you have the <memory.h> header file. */
  28. #undef HAVE_MEMORY_H
  29. /* Define to 1 if you have the ncurses library. */
  30. #undef HAVE_NCURSES
  31. /* Define to 1 if you have the newt library. */
  32. #undef HAVE_NEWT
  33. /* Define to 1 if you have the `setenv' function. */
  34. #undef HAVE_SETENV
  35. /* Define to 1 if you have the <stdint.h> header file. */
  36. #undef HAVE_STDINT_H
  37. /* Define to 1 if you have the <stdlib.h> header file. */
  38. #undef HAVE_STDLIB_H
  39. /* Define to 1 if you have the `strcasestr' function. */
  40. #undef HAVE_STRCASESTR
  41. /* Define to 1 if you have the <strings.h> header file. */
  42. #undef HAVE_STRINGS_H
  43. /* Define to 1 if you have the <string.h> header file. */
  44. #undef HAVE_STRING_H
  45. /* Define to 1 if you have the `strndup' function. */
  46. #undef HAVE_STRNDUP
  47. /* Define to 1 if you have the `strnlen' function. */
  48. #undef HAVE_STRNLEN
  49. /* Define to 1 if you have the `strsep' function. */
  50. #undef HAVE_STRSEP
  51. /* Define to 1 if you have the <sys/stat.h> header file. */
  52. #undef HAVE_SYS_STAT_H
  53. /* Define to 1 if you have the <sys/types.h> header file. */
  54. #undef HAVE_SYS_TYPES_H
  55. /* Define to 1 if you have the <unistd.h> header file. */
  56. #undef HAVE_UNISTD_H
  57. /* Define to 1 if you have the `unsetenv' function. */
  58. #undef HAVE_UNSETENV
  59. /* Define to 1 if you have the `vasprintf' function. */
  60. #undef HAVE_VASPRINTF
  61. /* Define to the address where bug reports for this package should be sent. */
  62. #undef PACKAGE_BUGREPORT
  63. /* Define to the full name of this package. */
  64. #undef PACKAGE_NAME
  65. /* Define to the full name and version of this package. */
  66. #undef PACKAGE_STRING
  67. /* Define to the one symbol short name of this package. */
  68. #undef PACKAGE_TARNAME
  69. /* Define to the home page for this package. */
  70. #undef PACKAGE_URL
  71. /* Define to the version of this package. */
  72. #undef PACKAGE_VERSION
  73. /* If using the C implementation of alloca, define if you know the
  74. direction of stack growth for your system; otherwise it will be
  75. automatically deduced at runtime.
  76. STACK_DIRECTION > 0 => grows toward higher addresses
  77. STACK_DIRECTION < 0 => grows toward lower addresses
  78. STACK_DIRECTION = 0 => direction of growth unknown */
  79. #undef STACK_DIRECTION
  80. /* Define to 1 if you have the ANSI C header files. */
  81. #undef STDC_HEADERS
  82. /* Define to `unsigned int' if <sys/types.h> does not define. */
  83. #undef size_t
  84. #endif