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.

116 lines
3.0 KiB

12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 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 you have the `malloc' function. */
  17. #undef HAVE_MALLOC
  18. /* Define to 1 if you have the <memory.h> header file. */
  19. #undef HAVE_MEMORY_H
  20. /* Define to 1 if you have the `memset' function. */
  21. #undef HAVE_MEMSET
  22. /* Define to 1 if you have the <netdb.h> header file. */
  23. #undef HAVE_NETDB_H
  24. /* Define to 1 if you have the <netinet/in.h> header file. */
  25. #undef HAVE_NETINET_IN_H
  26. /* Define to 1 if you have the `socket' function. */
  27. #undef HAVE_SOCKET
  28. /* Define to 1 if you have the <stdint.h> header file. */
  29. #undef HAVE_STDINT_H
  30. /* Define to 1 if you have the <stdlib.h> header file. */
  31. #undef HAVE_STDLIB_H
  32. /* Define to 1 if you have the <strings.h> header file. */
  33. #undef HAVE_STRINGS_H
  34. /* Define to 1 if you have the <string.h> header file. */
  35. #undef HAVE_STRING_H
  36. /* Define to 1 if you have the <sys/socket.h> header file. */
  37. #undef HAVE_SYS_SOCKET_H
  38. /* Define to 1 if you have the <sys/stat.h> header file. */
  39. #undef HAVE_SYS_STAT_H
  40. /* Define to 1 if you have the <sys/types.h> header file. */
  41. #undef HAVE_SYS_TYPES_H
  42. /* Define to 1 if you have the <unistd.h> header file. */
  43. #undef HAVE_UNISTD_H
  44. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  45. */
  46. #undef LT_OBJDIR
  47. /* Name of package */
  48. #undef PACKAGE
  49. /* Define to the address where bug reports for this package should be sent. */
  50. #undef PACKAGE_BUGREPORT
  51. /* Define to the full name of this package. */
  52. #undef PACKAGE_NAME
  53. /* Define to the full name and version of this package. */
  54. #undef PACKAGE_STRING
  55. /* Define to the one symbol short name of this package. */
  56. #undef PACKAGE_TARNAME
  57. /* Define to the home page for this package. */
  58. #undef PACKAGE_URL
  59. /* Define to the version of this package. */
  60. #undef PACKAGE_VERSION
  61. /* Define to 1 if you have the ANSI C header files. */
  62. #undef STDC_HEADERS
  63. /* Version number of package */
  64. #undef VERSION
  65. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  66. significant byte first (like Motorola and SPARC, unlike Intel). */
  67. #if defined AC_APPLE_UNIVERSAL_BUILD
  68. # if defined __BIG_ENDIAN__
  69. # define WORDS_BIGENDIAN 1
  70. # endif
  71. #else
  72. # ifndef WORDS_BIGENDIAN
  73. # undef WORDS_BIGENDIAN
  74. # endif
  75. #endif
  76. /* Define to `__inline__' or `__inline' if that's what the C compiler
  77. calls it, or to nothing if 'inline' is not supported under any name. */
  78. #ifndef __cplusplus
  79. #undef inline
  80. #endif
  81. /* Define to `int' if <sys/types.h> does not define. */
  82. #undef ssize_t