123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- #define HAVE_ACCEPT4 1
- #define HAVE_ARPA_INET_H 1
- #define HAVE_BYTESWAP_H 1
- #define HAVE_DECL_TIOCM_RTS 1
- #define HAVE_DECL_TIOCSRS485 1
- #define HAVE_DECL___CYGWIN__ 0
- #define HAVE_DLFCN_H 1
- #define HAVE_ERRNO_H 1
- #define HAVE_FCNTL_H 1
- #define HAVE_GETADDRINFO 1
- #define HAVE_GETTIMEOFDAY 1
- #define HAVE_INET_NTOA 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_LIMITS_H 1
- #define HAVE_LINUX_SERIAL_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_NETDB_H 1
- #define HAVE_NETINET_IN_H 1
- #define HAVE_NETINET_TCP_H 1
- #define HAVE_SELECT 1
- #define HAVE_SOCKET 1
- #define HAVE_STDINT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRERROR 1
- #define HAVE_STRINGS_H 1
- #define HAVE_STRING_H 1
- #define HAVE_SYS_IOCTL_H 1
- #define HAVE_SYS_SOCKET_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TIME_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_TERMIOS_H 1
- #define HAVE_TIME_H 1
- #define HAVE_UNISTD_H 1
- #define LT_OBJDIR ".libs/"
- #define PACKAGE "libmodbus"
- #define PACKAGE_BUGREPORT "https://github.com/stephane/libmodbus/issues"
- #define PACKAGE_NAME "libmodbus"
- #define PACKAGE_STRING "libmodbus 3.1.6"
- #define PACKAGE_TARNAME "libmodbus"
- #define PACKAGE_URL "http://libmodbus.org/"
- #define PACKAGE_VERSION "3.1.6"
- #define STDC_HEADERS 1
- #ifndef _ALL_SOURCE
- # define _ALL_SOURCE 1
- #endif
- #ifndef _GNU_SOURCE
- # define _GNU_SOURCE 1
- #endif
- #ifndef _POSIX_PTHREAD_SEMANTICS
- # define _POSIX_PTHREAD_SEMANTICS 1
- #endif
- #ifndef _TANDEM_SOURCE
- # define _TANDEM_SOURCE 1
- #endif
- #ifndef __EXTENSIONS__
- # define __EXTENSIONS__ 1
- #endif
- #define VERSION "3.1.6"
- #define WINVER 0x0501
- #ifndef _DARWIN_USE_64_BIT_INODE
- # define _DARWIN_USE_64_BIT_INODE 1
- #endif
- #define _FILE_OFFSET_BITS 64
- #ifndef __cplusplus
- #endif
|