config.in 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. /* config.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if translation of program messages to the user's native
  3. language is requested. */
  4. #undef ENABLE_NLS
  5. /* Define to 1 if you have the <dlfcn.h> header file. */
  6. #undef HAVE_DLFCN_H
  7. /* Define to 1 if you have the <errno.h> header file. */
  8. #undef HAVE_ERRNO_H
  9. /* Define to 1 if you have the <fcntl.h> header file. */
  10. #undef HAVE_FCNTL_H
  11. /* Define to 1 if you have the <fpu_control.h> header file. */
  12. #undef HAVE_FPU_CONTROL_H
  13. /* Define to 1 if you have the `ftruncate' function. */
  14. #undef HAVE_FTRUNCATE
  15. /* Define to 1 if you have the `getrusage' function. */
  16. #undef HAVE_GETRUSAGE
  17. /* Define to 1 if you have the <inttypes.h> header file. */
  18. #undef HAVE_INTTYPES_H
  19. /* Define to 1 if you have the `nsl' library (-lnsl). */
  20. #undef HAVE_LIBNSL
  21. /* Define to 1 if you have the `socket' library (-lsocket). */
  22. #undef HAVE_LIBSOCKET
  23. /* Define to 1 if you have the `lstat' function. */
  24. #undef HAVE_LSTAT
  25. /* Define to 1 if you have the <memory.h> header file. */
  26. #undef HAVE_MEMORY_H
  27. /* Define to 1 if you have the `mmap' function. */
  28. #undef HAVE_MMAP
  29. /* Define to 1 if you have the `munmap' function. */
  30. #undef HAVE_MUNMAP
  31. /* Define to 1 if you have the `posix_fallocate' function. */
  32. #undef HAVE_POSIX_FALLOCATE
  33. /* Define to 1 if you have the `sigaction' function. */
  34. #undef HAVE_SIGACTION
  35. /* Define to 1 if the system has the type `socklen_t'. */
  36. #undef HAVE_SOCKLEN_T
  37. /* Define to 1 if you have the <stdint.h> header file. */
  38. #undef HAVE_STDINT_H
  39. /* Define to 1 if you have the <stdlib.h> header file. */
  40. #undef HAVE_STDLIB_H
  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 `struct stat' is a member of `st_atime'. */
  46. #undef HAVE_STRUCT_STAT_ST_ATIME
  47. /* Define to 1 if `struct stat' is a member of `st_blksize'. */
  48. #undef HAVE_STRUCT_STAT_ST_BLKSIZE
  49. /* Define to 1 if `struct stat' is a member of `st_blocks'. */
  50. #undef HAVE_STRUCT_STAT_ST_BLOCKS
  51. /* Define to 1 if `struct stat' is a member of `st_ctime'. */
  52. #undef HAVE_STRUCT_STAT_ST_CTIME
  53. /* Define to 1 if `struct stat' is a member of `st_dev'. */
  54. #undef HAVE_STRUCT_STAT_ST_DEV
  55. /* Define to 1 if `struct stat' is a member of `st_gid'. */
  56. #undef HAVE_STRUCT_STAT_ST_GID
  57. /* Define to 1 if `struct stat' is a member of `st_ino'. */
  58. #undef HAVE_STRUCT_STAT_ST_INO
  59. /* Define to 1 if `struct stat' is a member of `st_mode'. */
  60. #undef HAVE_STRUCT_STAT_ST_MODE
  61. /* Define to 1 if `struct stat' is a member of `st_mtime'. */
  62. #undef HAVE_STRUCT_STAT_ST_MTIME
  63. /* Define to 1 if `struct stat' is a member of `st_nlink'. */
  64. #undef HAVE_STRUCT_STAT_ST_NLINK
  65. /* Define to 1 if `struct stat' is a member of `st_rdev'. */
  66. #undef HAVE_STRUCT_STAT_ST_RDEV
  67. /* Define to 1 if `struct stat' is a member of `st_size'. */
  68. #undef HAVE_STRUCT_STAT_ST_SIZE
  69. /* Define to 1 if `struct stat' is a member of `st_uid'. */
  70. #undef HAVE_STRUCT_STAT_ST_UID
  71. /* Define to 1 if you have the <sys/mman.h> header file. */
  72. #undef HAVE_SYS_MMAN_H
  73. /* Define to 1 if you have the <sys/resource.h> header file. */
  74. #undef HAVE_SYS_RESOURCE_H
  75. /* Define to 1 if you have the <sys/stat.h> header file. */
  76. #undef HAVE_SYS_STAT_H
  77. /* Define to 1 if you have the <sys/times.h> header file. */
  78. #undef HAVE_SYS_TIMES_H
  79. /* Define to 1 if you have the <sys/time.h> header file. */
  80. #undef HAVE_SYS_TIME_H
  81. /* Define to 1 if you have the <sys/types.h> header file. */
  82. #undef HAVE_SYS_TYPES_H
  83. /* Define to 1 if you have the `time' function. */
  84. #undef HAVE_TIME
  85. /* Define to 1 if you have the <time.h> header file. */
  86. #undef HAVE_TIME_H
  87. /* Define to 1 if you have the `truncate' function. */
  88. #undef HAVE_TRUNCATE
  89. /* Define to 1 if you have the <unistd.h> header file. */
  90. #undef HAVE_UNISTD_H
  91. /* Define to 1 if you have the <windows.h> header file. */
  92. #undef HAVE_WINDOWS_H
  93. /* Define to 1 if you have the `__setfpucw' function. */
  94. #undef HAVE___SETFPUCW
  95. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  96. */
  97. #undef LT_OBJDIR
  98. /* Name of this package. */
  99. #undef PACKAGE
  100. /* Define to the address where bug reports for this package should be sent. */
  101. #undef PACKAGE_BUGREPORT
  102. /* Define to the full name of this package. */
  103. #undef PACKAGE_NAME
  104. /* Define to the full name and version of this package. */
  105. #undef PACKAGE_STRING
  106. /* Define to the one symbol short name of this package. */
  107. #undef PACKAGE_TARNAME
  108. /* Define to the home page for this package. */
  109. #undef PACKAGE_URL
  110. /* Define to the version of this package. */
  111. #undef PACKAGE_VERSION
  112. /* Additional package description */
  113. #undef PKGVERSION
  114. /* Bug reporting address */
  115. #undef REPORT_BUGS_TO
  116. /* Define as the return type of signal handlers (`int' or `void'). */
  117. #undef RETSIGTYPE
  118. /* Define to 1 if you have the ANSI C header files. */
  119. #undef STDC_HEADERS
  120. /* Enable extensions on AIX 3, Interix. */
  121. #ifndef _ALL_SOURCE
  122. # undef _ALL_SOURCE
  123. #endif
  124. /* Enable GNU extensions on systems that have them. */
  125. #ifndef _GNU_SOURCE
  126. # undef _GNU_SOURCE
  127. #endif
  128. /* Enable threading extensions on Solaris. */
  129. #ifndef _POSIX_PTHREAD_SEMANTICS
  130. # undef _POSIX_PTHREAD_SEMANTICS
  131. #endif
  132. /* Enable extensions on HP NonStop. */
  133. #ifndef _TANDEM_SOURCE
  134. # undef _TANDEM_SOURCE
  135. #endif
  136. /* Enable general extensions on Solaris. */
  137. #ifndef __EXTENSIONS__
  138. # undef __EXTENSIONS__
  139. #endif
  140. /* Define to 1 if on MINIX. */
  141. #undef _MINIX
  142. /* Define to 2 if the system does not provide POSIX.1 features except with
  143. this defined. */
  144. #undef _POSIX_1_SOURCE
  145. /* Define to 1 if you need to in order for `stat' and other things to work. */
  146. #undef _POSIX_SOURCE
  147. #include "tconfig.h"