libsigrok
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
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 #ifndef SR_CONFIG_H
5 #define SR_CONFIG_H /* To stop multiple inclusions. */
6 
7 /* Define to 1 if you have the <dlfcn.h> header file. */
8 #define HAVE_DLFCN_H 1
9 
10 /* Define to 1 if you have the <fcntl.h> header file. */
11 #define HAVE_FCNTL_H 1
12 
13 /* Define to 1 if you have the `gettimeofday' function. */
14 #define HAVE_GETTIMEOFDAY 1
15 
16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #define HAVE_INTTYPES_H 1
18 
19 /* ALSA driver support */
20 /* #undef HAVE_LA_ALSA */
21 
22 /* ASIX SIGMA/SIGMA2 support */
23 #define HAVE_LA_ASIX_SIGMA 1
24 
25 /* ChronoVu LA8 support */
26 #define HAVE_LA_CHRONOVU_LA8 1
27 
28 /* Demo driver support */
29 #define HAVE_LA_DEMO 1
30 
31 /* fx2lafw support */
32 #define HAVE_LA_FX2LAFW 1
33 
34 /* Link Instruments MSO-19 support */
35 /* #undef HAVE_LA_LINK_MSO19 */
36 
37 /* OpenBench Logic Sniffer (OLS) support */
38 #define HAVE_LA_OLS 1
39 
40 /* ZEROPLUS Logic Cube support */
41 #define HAVE_LA_ZEROPLUS_LOGIC_CUBE 1
42 
43 /* Define to 1 if you have the `usb-1.0' library (-lusb-1.0). */
44 #define HAVE_LIBUSB_1_0 1
45 
46 /* Define to 1 if you have the <memory.h> header file. */
47 #define HAVE_MEMORY_H 1
48 
49 /* Define to 1 if you have the `memset' function. */
50 #define HAVE_MEMSET 1
51 
52 /* Define to 1 if you have the <stdint.h> header file. */
53 #define HAVE_STDINT_H 1
54 
55 /* Define to 1 if you have the <stdlib.h> header file. */
56 #define HAVE_STDLIB_H 1
57 
58 /* Define to 1 if you have the `strchr' function. */
59 #define HAVE_STRCHR 1
60 
61 /* Define to 1 if you have the `strcspn' function. */
62 #define HAVE_STRCSPN 1
63 
64 /* Define to 1 if you have the `strdup' function. */
65 #define HAVE_STRDUP 1
66 
67 /* Define to 1 if you have the `strerror' function. */
68 #define HAVE_STRERROR 1
69 
70 /* Define to 1 if you have the <strings.h> header file. */
71 #define HAVE_STRINGS_H 1
72 
73 /* Define to 1 if you have the <string.h> header file. */
74 #define HAVE_STRING_H 1
75 
76 /* Define to 1 if you have the `strncasecmp' function. */
77 #define HAVE_STRNCASECMP 1
78 
79 /* Define to 1 if you have the `strstr' function. */
80 #define HAVE_STRSTR 1
81 
82 /* Define to 1 if you have the `strtol' function. */
83 #define HAVE_STRTOL 1
84 
85 /* Define to 1 if you have the `strtoul' function. */
86 #define HAVE_STRTOUL 1
87 
88 /* Define to 1 if you have the `strtoull' function. */
89 #define HAVE_STRTOULL 1
90 
91 /* Define to 1 if you have the <sys/stat.h> header file. */
92 #define HAVE_SYS_STAT_H 1
93 
94 /* Define to 1 if you have the <sys/time.h> header file. */
95 #define HAVE_SYS_TIME_H 1
96 
97 /* Define to 1 if you have the <sys/types.h> header file. */
98 #define HAVE_SYS_TYPES_H 1
99 
100 /* Define to 1 if you have the <termios.h> header file. */
101 #define HAVE_TERMIOS_H 1
102 
103 /* Define to 1 if you have the <unistd.h> header file. */
104 #define HAVE_UNISTD_H 1
105 
106 /* Define to the sub-directory in which libtool stores uninstalled libraries.
107  */
108 #define LT_OBJDIR ".libs/"
109 
110 /* Name of package */
111 #define PACKAGE "libsigrok"
112 
113 /* Define to the address where bug reports for this package should be sent. */
114 #define PACKAGE_BUGREPORT "sigrok-devel@lists.sourceforge.net"
115 
116 /* Define to the full name of this package. */
117 #define PACKAGE_NAME "libsigrok"
118 
119 /* Define to the full name and version of this package. */
120 #define PACKAGE_STRING "libsigrok 0.1.1"
121 
122 /* Define to the one symbol short name of this package. */
123 #define PACKAGE_TARNAME "libsigrok"
124 
125 /* Define to the home page for this package. */
126 #define PACKAGE_URL "http://www.sigrok.org"
127 
128 /* Define to the version of this package. */
129 #define PACKAGE_VERSION "0.1.1"
130 
131 /* Define to 1 if you have the ANSI C header files. */
132 #define STDC_HEADERS 1
133 
134 /* Version number of package */
135 #define VERSION "0.1.1"
136 
137 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
138  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
139  #define below would cause a syntax error. */
140 /* #undef _UINT32_T */
141 
142 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
143  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
144  #define below would cause a syntax error. */
145 /* #undef _UINT64_T */
146 
147 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
148  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
149  #define below would cause a syntax error. */
150 /* #undef _UINT8_T */
151 
152 /* Define to `__inline__' or `__inline' if that's what the C compiler
153  calls it, or to nothing if 'inline' is not supported under any name. */
154 #ifndef __cplusplus
155 /* #undef inline */
156 #endif
157 
158 /* Define to the type of a signed integer type of width exactly 16 bits if
159  such a type exists and the standard includes do not define it. */
160 /* #undef int16_t */
161 
162 /* Define to the type of a signed integer type of width exactly 32 bits if
163  such a type exists and the standard includes do not define it. */
164 /* #undef int32_t */
165 
166 /* Define to the type of a signed integer type of width exactly 64 bits if
167  such a type exists and the standard includes do not define it. */
168 /* #undef int64_t */
169 
170 /* Define to the type of a signed integer type of width exactly 8 bits if such
171  a type exists and the standard includes do not define it. */
172 /* #undef int8_t */
173 
174 /* Define to `unsigned int' if <sys/types.h> does not define. */
175 /* #undef size_t */
176 
177 /* Define to the type of an unsigned integer type of width exactly 16 bits if
178  such a type exists and the standard includes do not define it. */
179 /* #undef uint16_t */
180 
181 /* Define to the type of an unsigned integer type of width exactly 32 bits if
182  such a type exists and the standard includes do not define it. */
183 /* #undef uint32_t */
184 
185 /* Define to the type of an unsigned integer type of width exactly 64 bits if
186  such a type exists and the standard includes do not define it. */
187 /* #undef uint64_t */
188 
189 /* Define to the type of an unsigned integer type of width exactly 8 bits if
190  such a type exists and the standard includes do not define it. */
191 /* #undef uint8_t */
192 
193 #endif /* SR_CONFIG_H */