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


libmodbus
Author(s):
autogenerated on Sat Nov 21 2020 03:17:32