config.h 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Whether or not TCP sockets should be allowed to linger after closure */
  4. #define CONFIGURE_OPTION_TCP_LINGER 1
  5. /* Define to 1 if you have the <arpa/inet.h> header file. */
  6. /* #undef HAVE_ARPA_INET_H */
  7. /* Define to 1 if you have the <dlfcn.h> header file. */
  8. /* #undef HAVE_DLFCN_H */
  9. /* Define to 1 if you have the <errno.h> header file. */
  10. #define HAVE_ERRNO_H 1
  11. /* Define to 1 if you have the <fcntl.h> header file. */
  12. #define HAVE_FCNTL_H 1
  13. /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
  14. /* #undef HAVE_GSSAPI_GSSAPI_H */
  15. /* Define to 1 if you have the <inttypes.h> header file. */
  16. /* #undef HAVE_INTTYPES_H */
  17. /* Whether we use gssapi_krb5 or not */
  18. /* #undef HAVE_LIBKRB5 */
  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. /* Whether we have linger */
  24. #define HAVE_LINGER 1
  25. /* Define to 1 if you have the <netdb.h> header file. */
  26. /* #undef HAVE_NETDB_H */
  27. /* Define to 1 if you have the <netinet/in.h> header file. */
  28. #define HAVE_NETINET_IN_H 1
  29. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  30. /* #undef HAVE_NETINET_TCP_H */
  31. /* Define to 1 if you have the <poll.h> header file. */
  32. /* #undef HAVE_POLL_H */
  33. /* Whether sockaddr struct has sa_len */
  34. /* #undef HAVE_SOCKADDR_LEN */
  35. /* Whether we have sockaddr_Storage */
  36. /* #undef HAVE_SOCKADDR_STORAGE */
  37. /* Define to 1 if you have the <stdint.h> header file. */
  38. #define HAVE_STDINT_H 1
  39. /* Define to 1 if you have the <stdio.h> header file. */
  40. #define HAVE_STDIO_H 1
  41. /* Define to 1 if you have the <stdlib.h> header file. */
  42. #define HAVE_STDLIB_H 1
  43. /* Define to 1 if you have the <strings.h> header file. */
  44. /* #undef HAVE_STRINGS_H */
  45. /* Define to 1 if you have the <string.h> header file. */
  46. #define HAVE_STRING_H 1
  47. /* Define to 1 if you have the <sys/errno.h> header file. */
  48. /* #undef HAVE_SYS_ERRNO_H */
  49. /* Define to 1 if you have the <sys/fcntl.h> header file. */
  50. /* #undef HAVE_SYS_FCNTL_H */
  51. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  52. /* #undef HAVE_SYS_IOCTL_H */
  53. /* Define to 1 if you have the <sys/poll.h> header file. */
  54. /* #undef HAVE_SYS_POLL_H */
  55. /* Define to 1 if you have the <sys/socket.h> header file. */
  56. /* #undef HAVE_SYS_SOCKET_H */
  57. /* Define to 1 if you have the <sys/stat.h> header file. */
  58. /* #undef HAVE_SYS_STAT_H */
  59. /* Define to 1 if you have the <sys/time.h> header file. */
  60. /* #undef HAVE_SYS_TIME_H */
  61. /* Define to 1 if you have the <sys/types.h> header file. */
  62. #define HAVE_SYS_TYPES_H 1
  63. /* Define to 1 if you have the <sys/uio.h> header file. */
  64. /* #undef HAVE_SYS_UIO_H */
  65. /* Define to 1 if you have the <sys/unistd.h> header file. */
  66. /* #undef HAVE_SYS_UNISTD_H */
  67. /* Define to 1 if you have the <sys/_iovec.h> header file. */
  68. /* #undef HAVE_SYS__IOVEC_H */
  69. /* Define to 1 if you have the <time.h> header file. */
  70. #define HAVE_TIME_H 1
  71. /* Define to 1 if you have the <unistd.h> header file. */
  72. #define HAVE_UNISTD_H 1
  73. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  74. #define LT_OBJDIR ".libs/"
  75. /* Name of package */
  76. #define PACKAGE "libsmb2"
  77. /* Define to the address where bug reports for this package should be sent. */
  78. #define PACKAGE_BUGREPORT "ronniesahlberg@gmail.com"
  79. /* Define to the full name of this package. */
  80. #define PACKAGE_NAME "libsmb2"
  81. /* Define to the full name and version of this package. */
  82. #define PACKAGE_STRING "libsmb2 4.0.0"
  83. /* Define to the one symbol short name of this package. */
  84. #define PACKAGE_TARNAME "libsmb2"
  85. /* Define to the home page for this package. */
  86. #define PACKAGE_URL ""
  87. /* Define to the version of this package. */
  88. #define PACKAGE_VERSION "4.0.0"
  89. /* Define to 1 if all of the C90 standard headers exist (not just the ones
  90. required in a freestanding environment). This macro is provided for
  91. backward compatibility; new code need not use it. */
  92. #define STDC_HEADERS 1
  93. /* Version number of package */
  94. #define VERSION "4.0.0"