config.h.in
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:9k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. /* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
  2. /* Define if on AIX 3.
  3.    System headers sometimes define this.
  4.    We just want to avoid a redefinition error message.  */
  5. #ifndef _ALL_SOURCE
  6. #undef _ALL_SOURCE
  7. #endif
  8. /* Define if using alloca.c.  */
  9. #undef C_ALLOCA
  10. /* Define to empty if the keyword does not work.  */
  11. #undef const
  12. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  13.    This function is required for alloca.c support on those systems.  */
  14. #undef CRAY_STACKSEG_END
  15. /* Define if you have alloca, as a function or macro.  */
  16. #undef HAVE_ALLOCA
  17. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  18. #undef HAVE_ALLOCA_H
  19. /* Define if you have a working `mmap' system call.  */
  20. #undef HAVE_MMAP
  21. /* Define if you have the strftime function.  */
  22. #undef HAVE_STRFTIME
  23. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  24. #undef HAVE_SYS_WAIT_H
  25. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  26. #undef HAVE_UTIME_NULL
  27. /* Define as __inline if that's what the C compiler calls it.  */
  28. #undef inline
  29. /* Define if on MINIX.  */
  30. #undef _MINIX
  31. /* Define to `int' if <sys/types.h> doesn't define.  */
  32. #undef mode_t
  33. /* Define to `long' if <sys/types.h> doesn't define.  */
  34. #undef off_t
  35. /* Define to `int' if <sys/types.h> doesn't define.  */
  36. #undef pid_t
  37. /* Define if the system does not provide POSIX.1 features except
  38.    with this defined.  */
  39. #undef _POSIX_1_SOURCE
  40. /* Define if you need to in order for stat and other things to work.  */
  41. #undef _POSIX_SOURCE
  42. /* Define as the return type of signal handlers (int or void).  */
  43. #undef RETSIGTYPE
  44. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  45. #undef size_t
  46. /* If using the C implementation of alloca, define if you know the
  47.    direction of stack growth for your system; otherwise it will be
  48.    automatically deduced at run-time.
  49.  STACK_DIRECTION > 0 => grows toward higher addresses
  50.  STACK_DIRECTION < 0 => grows toward lower addresses
  51.  STACK_DIRECTION = 0 => direction of growth unknown
  52.  */
  53. #undef STACK_DIRECTION
  54. /* Define if you have the ANSI C header files.  */
  55. #undef STDC_HEADERS
  56. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  57. #undef TIME_WITH_SYS_TIME
  58. /* Define if your <sys/time.h> declares struct tm.  */
  59. #undef TM_IN_SYS_TIME
  60. /* Define if you have the __argz_count function.  */
  61. #undef HAVE___ARGZ_COUNT
  62. /* Define if you have the __argz_next function.  */
  63. #undef HAVE___ARGZ_NEXT
  64. /* Define if you have the __argz_stringify function.  */
  65. #undef HAVE___ARGZ_STRINGIFY
  66. /* Define if you have the feof_unlocked function.  */
  67. #undef HAVE_FEOF_UNLOCKED
  68. /* Define if you have the fgets_unlocked function.  */
  69. #undef HAVE_FGETS_UNLOCKED
  70. /* Define if you have the gai_strerror function.  */
  71. #undef HAVE_GAI_STRERROR
  72. /* Define if you have the getaddrinfo function.  */
  73. #undef HAVE_GETADDRINFO
  74. /* Define if you have the getc_unlocked function.  */
  75. #undef HAVE_GETC_UNLOCKED
  76. /* Define if you have the getcwd function.  */
  77. #undef HAVE_GETCWD
  78. /* Define if you have the getegid function.  */
  79. #undef HAVE_GETEGID
  80. /* Define if you have the geteuid function.  */
  81. #undef HAVE_GETEUID
  82. /* Define if you have the getgid function.  */
  83. #undef HAVE_GETGID
  84. /* Define if you have the getpagesize function.  */
  85. #undef HAVE_GETPAGESIZE
  86. /* Define if you have the gettimeofday function.  */
  87. #undef HAVE_GETTIMEOFDAY
  88. /* Define if you have the getuid function.  */
  89. #undef HAVE_GETUID
  90. /* Define if you have the getwd function.  */
  91. #undef HAVE_GETWD
  92. /* Define if you have the mempcpy function.  */
  93. #undef HAVE_MEMPCPY
  94. /* Define if you have the mkdir function.  */
  95. #undef HAVE_MKDIR
  96. /* Define if you have the mktime function.  */
  97. #undef HAVE_MKTIME
  98. /* Define if you have the munmap function.  */
  99. #undef HAVE_MUNMAP
  100. /* Define if you have the putenv function.  */
  101. #undef HAVE_PUTENV
  102. /* Define if you have the rmdir function.  */
  103. #undef HAVE_RMDIR
  104. /* Define if you have the select function.  */
  105. #undef HAVE_SELECT
  106. /* Define if you have the setenv function.  */
  107. #undef HAVE_SETENV
  108. /* Define if you have the setlocale function.  */
  109. #undef HAVE_SETLOCALE
  110. /* Define if you have the socket function.  */
  111. #undef HAVE_SOCKET
  112. /* Define if you have the stpcpy function.  */
  113. #undef HAVE_STPCPY
  114. /* Define if you have the strcasecmp function.  */
  115. #undef HAVE_STRCASECMP
  116. /* Define if you have the strdup function.  */
  117. #undef HAVE_STRDUP
  118. /* Define if you have the strstr function.  */
  119. #undef HAVE_STRSTR
  120. /* Define if you have the strtod function.  */
  121. #undef HAVE_STRTOD
  122. /* Define if you have the strtol function.  */
  123. #undef HAVE_STRTOL
  124. /* Define if you have the strtoul function.  */
  125. #undef HAVE_STRTOUL
  126. /* Define if you have the tsearch function.  */
  127. #undef HAVE_TSEARCH
  128. /* Define if you have the uname function.  */
  129. #undef HAVE_UNAME
  130. /* Define if you have the <argz.h> header file.  */
  131. #undef HAVE_ARGZ_H
  132. /* Define if you have the <dirent.h> header file.  */
  133. #undef HAVE_DIRENT_H
  134. /* Define if you have the <fcntl.h> header file.  */
  135. #undef HAVE_FCNTL_H
  136. /* Define if you have the <limits.h> header file.  */
  137. #undef HAVE_LIMITS_H
  138. /* Define if you have the <locale.h> header file.  */
  139. #undef HAVE_LOCALE_H
  140. /* Define if you have the <malloc.h> header file.  */
  141. #undef HAVE_MALLOC_H
  142. /* Define if you have the <ndir.h> header file.  */
  143. #undef HAVE_NDIR_H
  144. /* Define if you have the <nl_types.h> header file.  */
  145. #undef HAVE_NL_TYPES_H
  146. /* Define if you have the <stddef.h> header file.  */
  147. #undef HAVE_STDDEF_H
  148. /* Define if you have the <stdlib.h> header file.  */
  149. #undef HAVE_STDLIB_H
  150. /* Define if you have the <string.h> header file.  */
  151. #undef HAVE_STRING_H
  152. /* Define if you have the <strings.h> header file.  */
  153. #undef HAVE_STRINGS_H
  154. /* Define if you have the <sys/dir.h> header file.  */
  155. #undef HAVE_SYS_DIR_H
  156. /* Define if you have the <sys/ioctl.h> header file.  */
  157. #undef HAVE_SYS_IOCTL_H
  158. /* Define if you have the <sys/ndir.h> header file.  */
  159. #undef HAVE_SYS_NDIR_H
  160. /* Define if you have the <sys/param.h> header file.  */
  161. #undef HAVE_SYS_PARAM_H
  162. /* Define if you have the <sys/time.h> header file.  */
  163. #undef HAVE_SYS_TIME_H
  164. /* Define if you have the <unistd.h> header file.  */
  165. #undef HAVE_UNISTD_H
  166. /* Name of package */
  167. #undef PACKAGE
  168. /* Version number of package */
  169. #undef VERSION
  170. /* Define for setting a GNU environment */
  171. #undef _GNU_SOURCE
  172. /* Number of bits in a file offset, on hosts where this is settable.
  173.        case  in
  174. # HP-UX 10.20 and later
  175. hpux10.2-90-9* | hpux11-9* | hpux2-90-9*)
  176.   ac_cv_sys_file_offset_bits=64 ;;
  177. esac */
  178. #undef _FILE_OFFSET_BITS
  179. /* Define to make fseeko etc. visible, on some hosts. */
  180. #undef _LARGEFILE_SOURCE
  181. /* Define for large files, on AIX-style hosts. */
  182. #undef _LARGE_FILES
  183. /* Define if compiler has function prototypes */
  184. #undef PROTOTYPES
  185. /* Define if the text port uses readline */
  186. #undef HAVE_LIBREADLINE
  187. /* Define if the text port uses readline */
  188. #undef HAVE_LIBREADLINE
  189. /* Define if the text port uses readline */
  190. #undef HAVE_LIBREADLINE
  191. /* Define if the text port uses readline */
  192. #undef HAVE_LIBREADLINE
  193. /* Define if the text port uses readline */
  194. #undef HAVE_LIBREADLINE
  195. /* Define if the text port uses readline */
  196. #undef HAVE_LIBREADLINE
  197. /* Define if the text port uses readline */
  198. #undef HAVE_LIBREADLINE
  199. /* Define if the text port uses readline */
  200. #undef HAVE_LIBREADLINE
  201. /* Define if using the dmalloc debugging malloc package */
  202. #undef WITH_DMALLOC
  203. /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
  204.    and declares uintmax_t.  */
  205. #undef HAVE_INTTYPES_H_WITH_UINTMAX
  206. /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
  207.    and declares uintmax_t.  */
  208. #undef HAVE_STDINT_H_WITH_UINTMAX
  209. /* Define if you have the unsigned long long type. */
  210. #undef HAVE_UNSIGNED_LONG_LONG
  211. /* Define if integer division by zero raises signal SIGFPE. */
  212. #undef INTDIV0_RAISES_SIGFPE
  213. /* Define to unsigned long or unsigned long long
  214.    if <inttypes.h> and <stdint.h> don't define. */
  215. #undef uintmax_t
  216. /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
  217. #undef HAVE_INTTYPES_H
  218. /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
  219. #undef PRI_MACROS_BROKEN
  220. /* Define if you have the iconv() function. */
  221. #undef HAVE_ICONV
  222. /* Define as const if the declaration of iconv() needs const. */
  223. #undef ICONV_CONST
  224. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  225. #undef HAVE_LANGINFO_CODESET
  226. /* Define if your <locale.h> file defines LC_MESSAGES. */
  227. #undef HAVE_LC_MESSAGES
  228. /* Define to 1 if translation of program messages to the user's native language
  229.    is requested. */
  230. #undef ENABLE_NLS
  231. /* Define if the GNU gettext() function is already present or preinstalled. */
  232. #undef HAVE_GETTEXT
  233. /* Define if the GNU dcgettext() function is already present or preinstalled. */
  234. #undef HAVE_DCGETTEXT