autoconfig.h.in 3.6 KB

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