config.h 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to 1 if you have the <arpa/inet.h> header file. */
  4. #define HAVE_ARPA_INET_H 1
  5. /* Define to 1 if you have the declaration of `TIOCSRS485', and to 0 if you
  6. don't. */
  7. #define HAVE_DECL_TIOCSRS485 1
  8. /* Define to 1 if you have the declaration of `__CYGWIN__', and to 0 if you
  9. don't. */
  10. #define HAVE_DECL___CYGWIN__ 0
  11. /* Define to 1 if you have the <dlfcn.h> header file. */
  12. #define HAVE_DLFCN_H 1
  13. /* Define to 1 if you have the <errno.h> header file. */
  14. #define HAVE_ERRNO_H 1
  15. /* Define to 1 if you have the <fcntl.h> header file. */
  16. #define HAVE_FCNTL_H 1
  17. /* Define to 1 if you have the `fork' function. */
  18. #define HAVE_FORK 1
  19. /* Define to 1 if you have the `getaddrinfo' function. */
  20. #define HAVE_GETADDRINFO 1
  21. /* Define to 1 if you have the `gettimeofday' function. */
  22. #define HAVE_GETTIMEOFDAY 1
  23. /* Define to 1 if you have the `inet_ntoa' function. */
  24. #define HAVE_INET_NTOA 1
  25. /* Define to 1 if you have the <inttypes.h> header file. */
  26. #define HAVE_INTTYPES_H 1
  27. /* Define to 1 if you have the <limits.h> header file. */
  28. #define HAVE_LIMITS_H 1
  29. /* Define to 1 if you have the <linux/serial.h> header file. */
  30. #define HAVE_LINUX_SERIAL_H 1
  31. /* Define to 1 if you have the <memory.h> header file. */
  32. #define HAVE_MEMORY_H 1
  33. /* Define to 1 if you have the `memset' function. */
  34. #define HAVE_MEMSET 1
  35. /* Define to 1 if you have the <netdb.h> header file. */
  36. #define HAVE_NETDB_H 1
  37. /* Define to 1 if you have the <netinet/in.h> header file. */
  38. #define HAVE_NETINET_IN_H 1
  39. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  40. #define HAVE_NETINET_TCP_H 1
  41. /* Define to 1 if you have the `select' function. */
  42. #define HAVE_SELECT 1
  43. /* Define to 1 if you have the `socket' function. */
  44. #define HAVE_SOCKET 1
  45. /* Define to 1 if you have the <stdint.h> header file. */
  46. #define HAVE_STDINT_H 1
  47. /* Define to 1 if you have the <stdlib.h> header file. */
  48. #define HAVE_STDLIB_H 1
  49. /* Define to 1 if you have the `strerror' function. */
  50. #define HAVE_STRERROR 1
  51. /* Define to 1 if you have the <strings.h> header file. */
  52. #define HAVE_STRINGS_H 1
  53. /* Define to 1 if you have the <string.h> header file. */
  54. #define HAVE_STRING_H 1
  55. /* Define to 1 if you have the `strlcpy' function. */
  56. /* #undef HAVE_STRLCPY */
  57. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  58. #define HAVE_SYS_IOCTL_H 1
  59. /* Define to 1 if you have the <sys/socket.h> header file. */
  60. #define HAVE_SYS_SOCKET_H 1
  61. /* Define to 1 if you have the <sys/stat.h> header file. */
  62. #define HAVE_SYS_STAT_H 1
  63. /* Define to 1 if you have the <sys/time.h> header file. */
  64. #define HAVE_SYS_TIME_H 1
  65. /* Define to 1 if you have the <sys/types.h> header file. */
  66. #define HAVE_SYS_TYPES_H 1
  67. /* Define to 1 if you have the <termios.h> header file. */
  68. #define HAVE_TERMIOS_H 1
  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 1 if you have the `vfork' function. */
  74. #define HAVE_VFORK 1
  75. /* Define to 1 if you have the <vfork.h> header file. */
  76. /* #undef HAVE_VFORK_H */
  77. /* Define to 1 if you have the <winsock2.h> header file. */
  78. /* #undef HAVE_WINSOCK2_H */
  79. /* Define to 1 if `fork' works. */
  80. #define HAVE_WORKING_FORK 1
  81. /* Define to 1 if `vfork' works. */
  82. #define HAVE_WORKING_VFORK 1
  83. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  84. */
  85. #define LT_OBJDIR ".libs/"
  86. /* Name of package */
  87. #define PACKAGE "libmodbus"
  88. /* Define to the address where bug reports for this package should be sent. */
  89. #define PACKAGE_BUGREPORT "https://github.com/stephane/libmodbus/issues"
  90. /* Define to the full name of this package. */
  91. #define PACKAGE_NAME "libmodbus"
  92. /* Define to the full name and version of this package. */
  93. #define PACKAGE_STRING "libmodbus 3.0.6"
  94. /* Define to the one symbol short name of this package. */
  95. #define PACKAGE_TARNAME "libmodbus"
  96. /* Define to the home page for this package. */
  97. #define PACKAGE_URL ""
  98. /* Define to the version of this package. */
  99. #define PACKAGE_VERSION "3.0.6"
  100. /* Define to 1 if you have the ANSI C header files. */
  101. #define STDC_HEADERS 1
  102. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  103. #define TIME_WITH_SYS_TIME 1
  104. /* Version number of package */
  105. #define VERSION "3.0.6"
  106. /* Define to empty if `const' does not conform to ANSI C. */
  107. /* #undef const */
  108. /* Define to `int' if <sys/types.h> does not define. */
  109. /* #undef pid_t */
  110. /* Define to `unsigned int' if <sys/types.h> does not define. */
  111. /* #undef size_t */
  112. /* Define as `fork' if `vfork' does not work. */
  113. /* #undef vfork */