You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

120 lines
3.1 KiB

12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Define to 1 if you have the <arpa/inet.h> header file. */
  5. #undef HAVE_ARPA_INET_H
  6. /* Define to 1 if you have the <dlfcn.h> header file. */
  7. #undef HAVE_DLFCN_H
  8. /* Define to 1 if you have the <fcntl.h> header file. */
  9. #undef HAVE_FCNTL_H
  10. /* Define to 1 if you have the <inttypes.h> header file. */
  11. #undef HAVE_INTTYPES_H
  12. /* Define to 1 if you have the <langinfo.h> header file. */
  13. #undef HAVE_LANGINFO_H
  14. /* Define to 1 if you have the <locale.h> header file. */
  15. #undef HAVE_LOCALE_H
  16. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  17. to 0 otherwise. */
  18. #undef HAVE_MALLOC
  19. /* Define to 1 if you have the <memory.h> header file. */
  20. #undef HAVE_MEMORY_H
  21. /* Define to 1 if you have the `memset' function. */
  22. #undef HAVE_MEMSET
  23. /* Define to 1 if you have the <netdb.h> header file. */
  24. #undef HAVE_NETDB_H
  25. /* Define to 1 if you have the <netinet/in.h> header file. */
  26. #undef HAVE_NETINET_IN_H
  27. /* Define to 1 if you have the `socket' function. */
  28. #undef HAVE_SOCKET
  29. /* Define to 1 if you have the <stdint.h> header file. */
  30. #undef HAVE_STDINT_H
  31. /* Define to 1 if you have the <stdlib.h> header file. */
  32. #undef HAVE_STDLIB_H
  33. /* Define to 1 if you have the <strings.h> header file. */
  34. #undef HAVE_STRINGS_H
  35. /* Define to 1 if you have the <string.h> header file. */
  36. #undef HAVE_STRING_H
  37. /* Define to 1 if you have the <sys/socket.h> header file. */
  38. #undef HAVE_SYS_SOCKET_H
  39. /* Define to 1 if you have the <sys/stat.h> header file. */
  40. #undef HAVE_SYS_STAT_H
  41. /* Define to 1 if you have the <sys/types.h> header file. */
  42. #undef HAVE_SYS_TYPES_H
  43. /* Define to 1 if you have the <unistd.h> header file. */
  44. #undef HAVE_UNISTD_H
  45. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  46. */
  47. #undef LT_OBJDIR
  48. /* Name of package */
  49. #undef PACKAGE
  50. /* Define to the address where bug reports for this package should be sent. */
  51. #undef PACKAGE_BUGREPORT
  52. /* Define to the full name of this package. */
  53. #undef PACKAGE_NAME
  54. /* Define to the full name and version of this package. */
  55. #undef PACKAGE_STRING
  56. /* Define to the one symbol short name of this package. */
  57. #undef PACKAGE_TARNAME
  58. /* Define to the home page for this package. */
  59. #undef PACKAGE_URL
  60. /* Define to the version of this package. */
  61. #undef PACKAGE_VERSION
  62. /* Define to 1 if you have the ANSI C header files. */
  63. #undef STDC_HEADERS
  64. /* Version number of package */
  65. #undef VERSION
  66. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  67. significant byte first (like Motorola and SPARC, unlike Intel). */
  68. #if defined AC_APPLE_UNIVERSAL_BUILD
  69. # if defined __BIG_ENDIAN__
  70. # define WORDS_BIGENDIAN 1
  71. # endif
  72. #else
  73. # ifndef WORDS_BIGENDIAN
  74. # undef WORDS_BIGENDIAN
  75. # endif
  76. #endif
  77. /* Define to `__inline__' or `__inline' if that's what the C compiler
  78. calls it, or to nothing if 'inline' is not supported under any name. */
  79. #ifndef __cplusplus
  80. #undef inline
  81. #endif
  82. /* Define to rpl_malloc if the replacement function should be used. */
  83. #undef malloc
  84. /* Define to `int' if <sys/types.h> does not define. */
  85. #undef ssize_t