config.h.in 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. /* config.h.in. Generated automatically from configure.in by autoheader. */
  2. /* Define if using alloca.c. */
  3. #undef C_ALLOCA
  4. /* Define to empty if the keyword does not work. */
  5. #undef const
  6. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  7. This function is required for alloca.c support on those systems. */
  8. #undef CRAY_STACKSEG_END
  9. /* Define if you have alloca, as a function or macro. */
  10. #undef HAVE_ALLOCA
  11. /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
  12. #undef HAVE_ALLOCA_H
  13. /* Define if you don't have vprintf but do have _doprnt. */
  14. #undef HAVE_DOPRNT
  15. /* Define if you have a working `mmap' system call. */
  16. #undef HAVE_MMAP
  17. /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
  18. #undef HAVE_SYS_WAIT_H
  19. /* Define if you have <unistd.h>. */
  20. #undef HAVE_UNISTD_H
  21. /* Define if you have the vprintf function. */
  22. #undef HAVE_VPRINTF
  23. /* Define as __inline if that's what the C compiler calls it. */
  24. #undef inline
  25. /* Define to `long' if <sys/types.h> doesn't define. */
  26. #undef off_t
  27. /* Define to `int' if <sys/types.h> doesn't define. */
  28. #undef pid_t
  29. /* Define if you need to in order for stat and other things to work. */
  30. #undef _POSIX_SOURCE
  31. /* Define as the return type of signal handlers (int or void). */
  32. #undef RETSIGTYPE
  33. /* Define to `unsigned' if <sys/types.h> doesn't define. */
  34. #undef size_t
  35. /* If using the C implementation of alloca, define if you know the
  36. direction of stack growth for your system; otherwise it will be
  37. automatically deduced at run-time.
  38. STACK_DIRECTION > 0 => grows toward higher addresses
  39. STACK_DIRECTION < 0 => grows toward lower addresses
  40. STACK_DIRECTION = 0 => direction of growth unknown
  41. */
  42. #undef STACK_DIRECTION
  43. /* Define if you have the ANSI C header files. */
  44. #undef STDC_HEADERS
  45. /* Define if you can safely include both <sys/time.h> and <time.h>. */
  46. #undef TIME_WITH_SYS_TIME
  47. #undef ENABLE_MP
  48. #undef ENABLE_NLS
  49. #undef HAVE_CATGETS
  50. #undef HAVE_DIRENT_H
  51. #undef HAVE_DOPRNT
  52. #undef HAVE_GETTEXT
  53. #undef HAVE_IPC_H
  54. #undef HAVE_LC_MESSAGES
  55. #undef HAVE_MMAP
  56. #undef HAVE_NDIR_H
  57. #undef HAVE_PROGRESSIVE_JPEG
  58. #undef HAVE_PUTENV
  59. #undef HAVE_RINT
  60. #undef HAVE_SHM_H
  61. #undef HAVE_STPCPY
  62. #undef HAVE_SYS_DIR_H
  63. #undef HAVE_SYS_NDIR_H
  64. #undef HAVE_SYS_PARAM_H
  65. #undef HAVE_SYS_SELECT_H
  66. #undef HAVE_SYS_TIME_H
  67. #undef HAVE_SYS_TIMES_H
  68. #undef HAVE_REGEX_H
  69. #undef HAVE_UNISTD_H
  70. #undef HAVE_VPRINTF
  71. #undef HAVE_VSNPRINTF
  72. #undef IPC_RMID_DEFERRED_RELEASE
  73. #undef HAVE_NATIVE_REGEX
  74. #undef NO_DIFFTIME
  75. #undef NO_FD_SET
  76. #undef RAND_FUNC
  77. #undef SRAND_FUNC
  78. /* Define if you have the __argz_count function. */
  79. #undef HAVE___ARGZ_COUNT
  80. /* Define if you have the __argz_next function. */
  81. #undef HAVE___ARGZ_NEXT
  82. /* Define if you have the __argz_stringify function. */
  83. #undef HAVE___ARGZ_STRINGIFY
  84. /* Define if you have the _exit function. */
  85. #undef HAVE__EXIT
  86. /* Define if you have the dcgettext function. */
  87. #undef HAVE_DCGETTEXT
  88. /* Define if you have the getcwd function. */
  89. #undef HAVE_GETCWD
  90. /* Define if you have the getpagesize function. */
  91. #undef HAVE_GETPAGESIZE
  92. /* Define if you have the mmap function. */
  93. #undef HAVE_MMAP
  94. /* Define if you have the munmap function. */
  95. #undef HAVE_MUNMAP
  96. /* Define if you have the putenv function. */
  97. #undef HAVE_PUTENV
  98. /* Define if you have the setenv function. */
  99. #undef HAVE_SETENV
  100. /* Define if you have the setlocale function. */
  101. #undef HAVE_SETLOCALE
  102. /* Define if you have the stpcpy function. */
  103. #undef HAVE_STPCPY
  104. /* Define if you have the strcasecmp function. */
  105. #undef HAVE_STRCASECMP
  106. /* Define if you have the strchr function. */
  107. #undef HAVE_STRCHR
  108. /* Define if you have the strdup function. */
  109. #undef HAVE_STRDUP
  110. /* Define if you have the vsnprintf function. */
  111. #undef HAVE_VSNPRINTF
  112. /* Define if you have the <argz.h> header file. */
  113. #undef HAVE_ARGZ_H
  114. /* Define if you have the <dirent.h> header file. */
  115. #undef HAVE_DIRENT_H
  116. /* Define if you have the <limits.h> header file. */
  117. #undef HAVE_LIMITS_H
  118. /* Define if you have the <locale.h> header file. */
  119. #undef HAVE_LOCALE_H
  120. /* Define if you have the <malloc.h> header file. */
  121. #undef HAVE_MALLOC_H
  122. /* Define if you have the <ndir.h> header file. */
  123. #undef HAVE_NDIR_H
  124. /* Define if you have the <nl_types.h> header file. */
  125. #undef HAVE_NL_TYPES_H
  126. /* Define if you have the <string.h> header file. */
  127. #undef HAVE_STRING_H
  128. /* Define if you have the <sys/dir.h> header file. */
  129. #undef HAVE_SYS_DIR_H
  130. /* Define if you have the <sys/ndir.h> header file. */
  131. #undef HAVE_SYS_NDIR_H
  132. /* Define if you have the <sys/param.h> header file. */
  133. #undef HAVE_SYS_PARAM_H
  134. /* Define if you have the <unistd.h> header file. */
  135. #undef HAVE_UNISTD_H
  136. /* Define if you have the i library (-li). */
  137. #undef HAVE_LIBI