gnunet_config.h.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767
  1. /* gnunet_config.h.in. Generated from configure.ac by autoheader. */
  2. #define _GNU_SOURCE 1
  3. /* Define to 1 if the `closedir' function returns void instead of `int'. */
  4. #undef CLOSEDIR_VOID
  5. /* This is a Cygwin system */
  6. #undef CYGWIN
  7. /* This is an Apple Darwin system */
  8. #undef DARWIN
  9. /* Define to 1 if translation of program messages to the user's native
  10. language is requested. */
  11. #undef ENABLE_NLS
  12. /* Build a Mac OS X Framework */
  13. #undef FRAMEWORK_BUILD
  14. /* This is a FreeBSD system */
  15. #undef FREEBSD
  16. /* This should be the default choice for the name of the first network
  17. interface */
  18. #undef GNUNET_DEFAULT_INTERFACE
  19. /* Define to 1 if you have the `argz_add' function. */
  20. #undef HAVE_ARGZ_ADD
  21. /* Define to 1 if you have the `argz_append' function. */
  22. #undef HAVE_ARGZ_APPEND
  23. /* Define to 1 if you have the `argz_count' function. */
  24. #undef HAVE_ARGZ_COUNT
  25. /* Define to 1 if you have the `argz_create_sep' function. */
  26. #undef HAVE_ARGZ_CREATE_SEP
  27. /* Define to 1 if you have the <argz.h> header file. */
  28. #undef HAVE_ARGZ_H
  29. /* Define to 1 if you have the `argz_insert' function. */
  30. #undef HAVE_ARGZ_INSERT
  31. /* Define to 1 if you have the `argz_next' function. */
  32. #undef HAVE_ARGZ_NEXT
  33. /* Define to 1 if you have the `argz_stringify' function. */
  34. #undef HAVE_ARGZ_STRINGIFY
  35. /* Define to 1 if you have the <arpa/inet.h> header file. */
  36. #undef HAVE_ARPA_INET_H
  37. /* Define to 1 if you have the `atoll' function. */
  38. #undef HAVE_ATOLL
  39. /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
  40. CoreFoundation framework. */
  41. #undef HAVE_CFLOCALECOPYCURRENT
  42. /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
  43. the CoreFoundation framework. */
  44. #undef HAVE_CFPREFERENCESCOPYAPPVALUE
  45. /* Define to 1 if your system has a working `chown' function. */
  46. #undef HAVE_CHOWN
  47. /* Define to 1 if you have the `clock_gettime' function. */
  48. #undef HAVE_CLOCK_GETTIME
  49. /* Define to 1 if you have the `closedir' function. */
  50. #undef HAVE_CLOSEDIR
  51. /* Define to 1 if you have the <ctype.h> header file. */
  52. #undef HAVE_CTYPE_H
  53. /* Define if the GNU dcgettext() function is already present or preinstalled.
  54. */
  55. #undef HAVE_DCGETTEXT
  56. /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
  57. you don't. */
  58. #undef HAVE_DECL_CYGWIN_CONV_PATH
  59. /* Define to 1 if you have the declaration of `gcry_mpi_lshift', and to 0 if
  60. you don't. */
  61. #undef HAVE_DECL_GCRY_MPI_LSHIFT
  62. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  63. */
  64. #undef HAVE_DIRENT_H
  65. /* Define if you have the GNU dld library. */
  66. #undef HAVE_DLD
  67. /* Define to 1 if you have the <dld.h> header file. */
  68. #undef HAVE_DLD_H
  69. /* Define to 1 if you have the `dlerror' function. */
  70. #undef HAVE_DLERROR
  71. /* Define to 1 if you have the <dlfcn.h> header file. */
  72. #undef HAVE_DLFCN_H
  73. /* Define to 1 if you have the <dl.h> header file. */
  74. #undef HAVE_DL_H
  75. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  76. #undef HAVE_DOPRNT
  77. /* Define to 1 if you have the `dup2' function. */
  78. #undef HAVE_DUP2
  79. /* Define if you have the _dyld_func_lookup function. */
  80. #undef HAVE_DYLD
  81. /* Define to 1 if you have the <errno.h> header file. */
  82. #undef HAVE_ERRNO_H
  83. /* Define to 1 if the system has the type `error_t'. */
  84. #undef HAVE_ERROR_T
  85. /* We have libesmtp */
  86. #undef HAVE_ESMTP
  87. /* Define to 1 if you have the <extractor.h> header file. */
  88. #undef HAVE_EXTRACTOR_H
  89. /* Define to 1 if you have the <fcntl.h> header file. */
  90. #undef HAVE_FCNTL_H
  91. /* Define to 1 if you have the `fdatasync' function. */
  92. #undef HAVE_FDATASYNC
  93. /* Define to 1 if you have the `floor' function. */
  94. #undef HAVE_FLOOR
  95. /* Define to 1 if you have the `fork' function. */
  96. #undef HAVE_FORK
  97. /* Define to 1 if you have the `freeifaddrs' function. */
  98. #undef HAVE_FREEIFADDRS
  99. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  100. #undef HAVE_FSEEKO
  101. /* Define to 1 if you have the `ftruncate' function. */
  102. #undef HAVE_FTRUNCATE
  103. /* Define to 1 if you have the `getaddrinfo' function. */
  104. #undef HAVE_GETADDRINFO
  105. /* Define to 1 if you have the `getcwd' function. */
  106. #undef HAVE_GETCWD
  107. /* Define to 1 if you have the `gethostbyaddr' function. */
  108. #undef HAVE_GETHOSTBYADDR
  109. /* Define to 1 if you have the `gethostbyname' function. */
  110. #undef HAVE_GETHOSTBYNAME
  111. /* Define to 1 if you have the `gethostbyname2' function. */
  112. #undef HAVE_GETHOSTBYNAME2
  113. /* Define to 1 if you have the `gethostname' function. */
  114. #undef HAVE_GETHOSTNAME
  115. /* Define to 1 if you have the `getifaddrs' function. */
  116. #undef HAVE_GETIFADDRS
  117. /* getloadavg supported */
  118. #undef HAVE_GETLOADAVG
  119. /* Define to 1 if you have the `getnameinfo' function. */
  120. #undef HAVE_GETNAMEINFO
  121. /* Define to 1 if you have the `getrusage' function. */
  122. #undef HAVE_GETRUSAGE
  123. /* Define if the GNU gettext() function is already present or preinstalled. */
  124. #undef HAVE_GETTEXT
  125. /* Define to 1 if you have the `gettimeofday' function. */
  126. #undef HAVE_GETTIMEOFDAY
  127. /* Define to 1 if you have the `gmtime' function. */
  128. #undef HAVE_GMTIME
  129. /* Define to 1 if you have the `gmtime_r' function. */
  130. #undef HAVE_GMTIME_R
  131. /* Define if you have the iconv() function. */
  132. #undef HAVE_ICONV
  133. /* Define to 1 if you have the <ifaddrs.h> header file. */
  134. #undef HAVE_IFADDRS_H
  135. /* Define to 1 if you have the `inet_ntoa' function. */
  136. #undef HAVE_INET_NTOA
  137. /* Define to 1 if you have the `initgroups' function. */
  138. #undef HAVE_INITGROUPS
  139. /* Define to 1 if you have the <inttypes.h> header file. */
  140. #undef HAVE_INTTYPES_H
  141. /* Define to 1 if you have the <kstat.h> header file. */
  142. #undef HAVE_KSTAT_H
  143. /* Define to 1 if you have the <kvm.h> header file. */
  144. #undef HAVE_KVM_H
  145. /* Define to 1 if you have the <langinfo.h> header file. */
  146. #undef HAVE_LANGINFO_H
  147. /* Define to 1 if you have a functional curl library. */
  148. #undef HAVE_LIBCURL
  149. /* Define if you have the libdl library or equivalent. */
  150. #undef HAVE_LIBDL
  151. /* Define if libdlloader will be built on this platform */
  152. #undef HAVE_LIBDLLOADER
  153. /* Define to 1 if you have the <libesmtp.h> header file. */
  154. #undef HAVE_LIBESMTP_H
  155. /* Define to 1 if you have the `intl' library (-lintl). */
  156. #undef HAVE_LIBINTL
  157. /* Define to 1 if you have the <libintl.h> header file. */
  158. #undef HAVE_LIBINTL_H
  159. /* Define to 1 if you have the `kstat' library (-lkstat). */
  160. #undef HAVE_LIBKSTAT
  161. /* Define to 1 if you have the `kvm' library (-lkvm). */
  162. #undef HAVE_LIBKVM
  163. /* Define to 1 if you have the `m' library (-lm). */
  164. #undef HAVE_LIBM
  165. /* Define to 1 if you have the `resolv' library (-lresolv). */
  166. #undef HAVE_LIBRESOLV
  167. /* Define to 1 if you have the `rt' library (-lrt). */
  168. #undef HAVE_LIBRT
  169. /* Define to 1 if you have the `socket' library (-lsocket). */
  170. #undef HAVE_LIBSOCKET
  171. /* Define to 1 if you have the `z' library (-lz). */
  172. #undef HAVE_LIBZ
  173. /* Define to 1 if you have the <limits.h> header file. */
  174. #undef HAVE_LIMITS_H
  175. /* Define to 1 if you have the <locale.h> header file. */
  176. #undef HAVE_LOCALE_H
  177. /* Define to 1 if you have the `localtime_r' function. */
  178. #undef HAVE_LOCALTIME_R
  179. /* Define this if a modern libltdl is already installed */
  180. #undef HAVE_LTDL
  181. /* Define to 1 if you have the <mach/mach.h> header file. */
  182. #undef HAVE_MACH_MACH_H
  183. /* Define to 1 if you have the <mach-o/dyld.h> header file. */
  184. #undef HAVE_MACH_O_DYLD_H
  185. /* Compile malicious code */
  186. #undef HAVE_MALICIOUS
  187. /* Define to 1 if you have the <math.h> header file. */
  188. #undef HAVE_MATH_H
  189. /* Define to 1 if you have the `memmove' function. */
  190. #undef HAVE_MEMMOVE
  191. /* Define to 1 if you have the <memory.h> header file. */
  192. #undef HAVE_MEMORY_H
  193. /* Define to 1 if you have the `memset' function. */
  194. #undef HAVE_MEMSET
  195. /* We have libmicrohttpd */
  196. #undef HAVE_MHD
  197. /* Define to 1 if you have the <microhttpd.h> header file. */
  198. #undef HAVE_MICROHTTPD_H
  199. /* Define to 1 if you have the `mkdir' function. */
  200. #undef HAVE_MKDIR
  201. /* Define to 1 if you have the `mkfifo' function. */
  202. #undef HAVE_MKFIFO
  203. /* Define to 1 if you have the `mktime' function. */
  204. #undef HAVE_MKTIME
  205. /* Define to 1 if you have the `mmap' function. */
  206. #undef HAVE_MMAP
  207. /* Define to 1 if you have the `mremap' function. */
  208. #undef HAVE_MREMAP
  209. /* Define to 1 if you have the <mysql/mysql.h> header file. */
  210. #undef HAVE_MYSQL_MYSQL_H
  211. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  212. #undef HAVE_NDIR_H
  213. /* Define to 1 if you have the <netdb.h> header file. */
  214. #undef HAVE_NETDB_H
  215. /* Define to 1 if you have the <netinet/in.h> header file. */
  216. #undef HAVE_NETINET_IN_H
  217. /* Define to 1 if you have the <netinet/in_systm.h> header file. */
  218. #undef HAVE_NETINET_IN_SYSTM_H
  219. /* Define to 1 if you have the `nl_langinfo' function. */
  220. #undef HAVE_NL_LANGINFO
  221. /* Define to 1 if the system has the type `off_t'. */
  222. #undef HAVE_OFF_T
  223. /* Define to 1 if you have the `opendir' function. */
  224. #undef HAVE_OPENDIR
  225. /* We have openssl */
  226. #undef HAVE_OPENSSL
  227. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  228. #undef HAVE_OPENSSL_SSL_H
  229. /* Define to 1 if you have the <pcap.h> header file. */
  230. #undef HAVE_PCAP_H
  231. /* Define to 1 if you have the <postgresql/libpq-fe.h> header file. */
  232. #undef HAVE_POSTGRESQL_LIBPQ_FE_H
  233. /* Define if libtool can extract symbol lists from object files. */
  234. #undef HAVE_PRELOADED_SYMBOLS
  235. /* Define to 1 if you have the `putenv' function. */
  236. #undef HAVE_PUTENV
  237. /* Define to 1 if you have the `rand' function. */
  238. #undef HAVE_RAND
  239. /* Define to 1 if you have the `readdir' function. */
  240. #undef HAVE_READDIR
  241. /* Define to 1 if you have the `realpath' function. */
  242. #undef HAVE_REALPATH
  243. /* Define to 1 if you have the `rmdir' function. */
  244. #undef HAVE_RMDIR
  245. /* Define to 1 if you have the `sbrk' function. */
  246. #undef HAVE_SBRK
  247. /* Define to 1 if you have the `select' function. */
  248. #undef HAVE_SELECT
  249. /* Define to 1 if you have the `setlocale' function. */
  250. #undef HAVE_SETLOCALE
  251. /* Define to 1 if you have the `setrlimit' function. */
  252. #undef HAVE_SETRLIMIT
  253. /* Define if you have the shl_load function. */
  254. #undef HAVE_SHL_LOAD
  255. /* Define to 1 if you have the <signal.h> header file. */
  256. #undef HAVE_SIGNAL_H
  257. /* Define to 1 if the system has the type `sigset_t'. */
  258. #undef HAVE_SIGSET_T
  259. /* Define to 1 if the system has the type `size_t'. */
  260. #undef HAVE_SIZE_T
  261. /* Do we have sockaddr_in.sin_len? */
  262. #undef HAVE_SOCKADDR_IN_SIN_LEN
  263. /* Define to 1 if you have the `socket' function. */
  264. #undef HAVE_SOCKET
  265. /* Define to 1 if you have the <sockLib.h> header file. */
  266. #undef HAVE_SOCKLIB_H
  267. /* Define to 1 if you have the <sqlite3.h> header file. */
  268. #undef HAVE_SQLITE3_H
  269. /* Define to 1 if you have the `stat64' function. */
  270. #undef HAVE_STAT64
  271. /* Define to 1 if `stat' has the bug that it succeeds when given the
  272. zero-length file name argument. */
  273. #undef HAVE_STAT_EMPTY_STRING_BUG
  274. /* Define to 1 if you have the <stdarg.h> header file. */
  275. #undef HAVE_STDARG_H
  276. /* Define to 1 if stdbool.h conforms to C99. */
  277. #undef HAVE_STDBOOL_H
  278. /* Define to 1 if you have the <stddef.h> header file. */
  279. #undef HAVE_STDDEF_H
  280. /* Define to 1 if you have the <stdint.h> header file. */
  281. #undef HAVE_STDINT_H
  282. /* Define to 1 if you have the <stdio.h> header file. */
  283. #undef HAVE_STDIO_H
  284. /* Define to 1 if you have the <stdlib.h> header file. */
  285. #undef HAVE_STDLIB_H
  286. /* Define to 1 if you have the `strcasecmp' function. */
  287. #undef HAVE_STRCASECMP
  288. /* Define to 1 if you have the `strchr' function. */
  289. #undef HAVE_STRCHR
  290. /* Define to 1 if you have the `strdup' function. */
  291. #undef HAVE_STRDUP
  292. /* Define to 1 if you have the `strerror' function. */
  293. #undef HAVE_STRERROR
  294. /* Define to 1 if you have the `strftime' function. */
  295. #undef HAVE_STRFTIME
  296. /* Define to 1 if you have the <strings.h> header file. */
  297. #undef HAVE_STRINGS_H
  298. /* Define to 1 if you have the <string.h> header file. */
  299. #undef HAVE_STRING_H
  300. /* Define to 1 if you have the `strlcat' function. */
  301. #undef HAVE_STRLCAT
  302. /* Define to 1 if you have the `strlcpy' function. */
  303. #undef HAVE_STRLCPY
  304. /* Define to 1 if you have the `strncasecmp' function. */
  305. #undef HAVE_STRNCASECMP
  306. /* Define to 1 if you have the `strndup' function. */
  307. #undef HAVE_STRNDUP
  308. /* Define to 1 if you have the `strrchr' function. */
  309. #undef HAVE_STRRCHR
  310. /* Define to 1 if you have the `strstr' function. */
  311. #undef HAVE_STRSTR
  312. /* Define to 1 if you have the `strtol' function. */
  313. #undef HAVE_STRTOL
  314. /* Define to 1 if you have the `sysconf' function. */
  315. #undef HAVE_SYSCONF
  316. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  317. */
  318. #undef HAVE_SYS_DIR_H
  319. /* Define to 1 if you have the <sys/dl.h> header file. */
  320. #undef HAVE_SYS_DL_H
  321. /* Define to 1 if you have the <sys/file.h> header file. */
  322. #undef HAVE_SYS_FILE_H
  323. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  324. #undef HAVE_SYS_IOCTL_H
  325. /* Define to 1 if you have the <sys/mman.h> header file. */
  326. #undef HAVE_SYS_MMAN_H
  327. /* Define to 1 if you have the <sys/mount.h> header file. */
  328. #undef HAVE_SYS_MOUNT_H
  329. /* Define to 1 if you have the <sys/msg.h> header file. */
  330. #undef HAVE_SYS_MSG_H
  331. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  332. */
  333. #undef HAVE_SYS_NDIR_H
  334. /* Define to 1 if you have the <sys/param.h> header file. */
  335. #undef HAVE_SYS_PARAM_H
  336. /* Define to 1 if you have the <sys/resource.h> header file. */
  337. #undef HAVE_SYS_RESOURCE_H
  338. /* Define to 1 if you have the <sys/select.h> header file. */
  339. #undef HAVE_SYS_SELECT_H
  340. /* Define to 1 if you have the <sys/socket.h> header file. */
  341. #undef HAVE_SYS_SOCKET_H
  342. /* Define to 1 if you have the <sys/statvfs.h> header file. */
  343. #undef HAVE_SYS_STATVFS_H
  344. /* Define to 1 if you have the <sys/stat.h> header file. */
  345. #undef HAVE_SYS_STAT_H
  346. /* Define to 1 if you have the <sys/sysinfo.h> header file. */
  347. #undef HAVE_SYS_SYSINFO_H
  348. /* Define to 1 if you have the <sys/timeb.h> header file. */
  349. #undef HAVE_SYS_TIMEB_H
  350. /* Define to 1 if you have the <sys/time.h> header file. */
  351. #undef HAVE_SYS_TIME_H
  352. /* Define to 1 if you have the <sys/types.h> header file. */
  353. #undef HAVE_SYS_TYPES_H
  354. /* Define to 1 if you have the <sys/vfs.h> header file. */
  355. #undef HAVE_SYS_VFS_H
  356. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  357. #undef HAVE_SYS_WAIT_H
  358. /* Define to 1 if you have the <terminos.h> header file. */
  359. #undef HAVE_TERMINOS_H
  360. /* We can access-64 bit values that are only 32-bit aligned */
  361. #undef HAVE_UNALIGNED_64_ACCESS
  362. /* Define to 1 if you have the `uname' function. */
  363. #undef HAVE_UNAME
  364. /* Define to 1 if you have the <unistd.h> header file. */
  365. #undef HAVE_UNISTD_H
  366. /* Define to 1 if you have the `vfork' function. */
  367. #undef HAVE_VFORK
  368. /* Define to 1 if you have the <vfork.h> header file. */
  369. #undef HAVE_VFORK_H
  370. /* Define to 1 if you have the `vprintf' function. */
  371. #undef HAVE_VPRINTF
  372. /* This value is set to 1 to indicate that the system argz facility works */
  373. #undef HAVE_WORKING_ARGZ
  374. /* Define to 1 if `fork' works. */
  375. #undef HAVE_WORKING_FORK
  376. /* Define to 1 if `vfork' works. */
  377. #undef HAVE_WORKING_VFORK
  378. /* Define to 1 if the system has the type `_Bool'. */
  379. #undef HAVE__BOOL
  380. /* Define as const if the declaration of iconv() needs const. */
  381. #undef ICONV_CONST
  382. /* Defined if libcurl supports AsynchDNS */
  383. #undef LIBCURL_FEATURE_ASYNCHDNS
  384. /* Defined if libcurl supports IDN */
  385. #undef LIBCURL_FEATURE_IDN
  386. /* Defined if libcurl supports IPv6 */
  387. #undef LIBCURL_FEATURE_IPV6
  388. /* Defined if libcurl supports KRB4 */
  389. #undef LIBCURL_FEATURE_KRB4
  390. /* Defined if libcurl supports libz */
  391. #undef LIBCURL_FEATURE_LIBZ
  392. /* Defined if libcurl supports NTLM */
  393. #undef LIBCURL_FEATURE_NTLM
  394. /* Defined if libcurl supports SSL */
  395. #undef LIBCURL_FEATURE_SSL
  396. /* Defined if libcurl supports SSPI */
  397. #undef LIBCURL_FEATURE_SSPI
  398. /* Defined if libcurl supports DICT */
  399. #undef LIBCURL_PROTOCOL_DICT
  400. /* Defined if libcurl supports FILE */
  401. #undef LIBCURL_PROTOCOL_FILE
  402. /* Defined if libcurl supports FTP */
  403. #undef LIBCURL_PROTOCOL_FTP
  404. /* Defined if libcurl supports FTPS */
  405. #undef LIBCURL_PROTOCOL_FTPS
  406. /* Defined if libcurl supports HTTP */
  407. #undef LIBCURL_PROTOCOL_HTTP
  408. /* Defined if libcurl supports HTTPS */
  409. #undef LIBCURL_PROTOCOL_HTTPS
  410. /* Defined if libcurl supports LDAP */
  411. #undef LIBCURL_PROTOCOL_LDAP
  412. /* Defined if libcurl supports TELNET */
  413. #undef LIBCURL_PROTOCOL_TELNET
  414. /* Defined if libcurl supports TFTP */
  415. #undef LIBCURL_PROTOCOL_TFTP
  416. /* This is a Linux system */
  417. #undef LINUX
  418. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  419. slash. */
  420. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  421. /* Define if the OS needs help to load dependent libraries for dlopen(). */
  422. #undef LTDL_DLOPEN_DEPLIBS
  423. /* Define to the system default library search path. */
  424. #undef LT_DLSEARCH_PATH
  425. /* The archive extension */
  426. #undef LT_LIBEXT
  427. /* Define to the extension used for runtime loadable modules, say, ".so". */
  428. #undef LT_MODULE_EXT
  429. /* Define to the name of the environment variable that determines the run-time
  430. module search path. */
  431. #undef LT_MODULE_PATH_VAR
  432. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  433. */
  434. #undef LT_OBJDIR
  435. /* This is a MinGW system */
  436. #undef MINGW
  437. /* Define if dlsym() requires a leading underscore in symbol names. */
  438. #undef NEED_USCORE
  439. /* This is a NetBSD system */
  440. #undef NETBSD
  441. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  442. #undef NO_MINUS_C_MINUS_O
  443. /* This is an OpenBSD system */
  444. #undef OPENBSD
  445. /* Some strange OS */
  446. #undef OTHEROS
  447. /* Name of package */
  448. #undef PACKAGE
  449. /* Define to the address where bug reports for this package should be sent. */
  450. #undef PACKAGE_BUGREPORT
  451. /* Define to the full name of this package. */
  452. #undef PACKAGE_NAME
  453. /* Define to the full name and version of this package. */
  454. #undef PACKAGE_STRING
  455. /* Define to the one symbol short name of this package. */
  456. #undef PACKAGE_TARNAME
  457. /* Define to the home page for this package. */
  458. #undef PACKAGE_URL
  459. /* Define to the version of this package. */
  460. #undef PACKAGE_VERSION
  461. /* Define as the return type of signal handlers (`int' or `void'). */
  462. #undef RETSIGTYPE
  463. /* Define to the type of arg 1 for `select'. */
  464. #undef SELECT_TYPE_ARG1
  465. /* Define to the type of args 2, 3 and 4 for `select'. */
  466. #undef SELECT_TYPE_ARG234
  467. /* Define to the type of arg 5 for `select'. */
  468. #undef SELECT_TYPE_ARG5
  469. /* This is a Solaris system */
  470. #undef SOLARIS
  471. /* This is a BSD system */
  472. #undef SOMEBSD
  473. /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  474. #undef STAT_MACROS_BROKEN
  475. /* Define to 1 if you have the ANSI C header files. */
  476. #undef STDC_HEADERS
  477. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  478. #undef TIME_WITH_SYS_TIME
  479. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  480. #undef TM_IN_SYS_TIME
  481. /* Version number of package */
  482. #undef VERSION
  483. /* This is a Windows system */
  484. #undef WINDOWS
  485. /* Define to 1 if the X Window System is missing or not being used. */
  486. #undef X_DISPLAY_MISSING
  487. /* Number of bits in a file offset, on hosts where this is settable. */
  488. #undef _FILE_OFFSET_BITS
  489. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  490. #undef _LARGEFILE_SOURCE
  491. /* Define for large files, on AIX-style hosts. */
  492. #undef _LARGE_FILES
  493. /* Need with solaris or errno doesnt work */
  494. #undef _REENTRANT
  495. /* This is a Windows system */
  496. #undef _WIN32
  497. /* Define so that glibc/gnulib argp.h does not typedef error_t. */
  498. #undef __error_t_defined
  499. /* Define curl_free() as free() if our version of curl lacks curl_free. */
  500. #undef curl_free
  501. /* Define to a type to use for `error_t' if it is not otherwise available. */
  502. #undef error_t
  503. /* Define to `int' if <sys/types.h> doesn't define. */
  504. #undef gid_t
  505. /* Define to `int' if <sys/types.h> does not define. */
  506. #undef mode_t
  507. /* Define to `long int' if <sys/types.h> does not define. */
  508. #undef off_t
  509. /* Define to `int' if <sys/types.h> does not define. */
  510. #undef pid_t
  511. /* Define to `unsigned int' if <sys/types.h> does not define. */
  512. #undef size_t
  513. /* Define to `int' if <sys/types.h> doesn't define. */
  514. #undef uid_t
  515. /* Define as `fork' if `vfork' does not work. */
  516. #undef vfork