insert DS2408
[owTools.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <fcntl.h> header file. */
4 #undef HAVE_FCNTL_H
5
6 /* Define to 1 if you have the `getpagesize' function. */
7 #undef HAVE_GETPAGESIZE
8
9 /* Define to 1 if you have the `gettimeofday' function. */
10 #undef HAVE_GETTIMEOFDAY
11
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define to 1 if you have the `pthread' library (-lpthread). */
16 #undef HAVE_LIBPTHREAD
17
18 /* Define to 1 if you have the `rt' library (-lrt). */
19 #undef HAVE_LIBRT
20
21 /* Define to 1 if you have the `usb' library (-lusb). */
22 #undef HAVE_LIBUSB
23
24 /* Define to 1 if you have the <memory.h> header file. */
25 #undef HAVE_MEMORY_H
26
27 /* Define to 1 if you have the `memset' function. */
28 #undef HAVE_MEMSET
29
30 /* Define to 1 if you have a working `mmap' system call. */
31 #undef HAVE_MMAP
32
33 /* Define to 1 if you have the `select' function. */
34 #undef HAVE_SELECT
35
36 /* Define to 1 if you have the <stdint.h> header file. */
37 #undef HAVE_STDINT_H
38
39 /* Define to 1 if you have the <stdlib.h> header file. */
40 #undef HAVE_STDLIB_H
41
42 /* Define to 1 if you have the <strings.h> header file. */
43 #undef HAVE_STRINGS_H
44
45 /* Define to 1 if you have the <string.h> header file. */
46 #undef HAVE_STRING_H
47
48 /* Define to 1 if you have the `strncasecmp' function. */
49 #undef HAVE_STRNCASECMP
50
51 /* Define to 1 if you have the `strstr' function. */
52 #undef HAVE_STRSTR
53
54 /* Define to 1 if you have the `strtol' function. */
55 #undef HAVE_STRTOL
56
57 /* Define to 1 if you have the <sys/ioctl.h> header file. */
58 #undef HAVE_SYS_IOCTL_H
59
60 /* Define to 1 if you have the <sys/param.h> header file. */
61 #undef HAVE_SYS_PARAM_H
62
63 /* Define to 1 if you have the <sys/stat.h> header file. */
64 #undef HAVE_SYS_STAT_H
65
66 /* Define to 1 if you have the <sys/time.h> header file. */
67 #undef HAVE_SYS_TIME_H
68
69 /* Define to 1 if you have the <sys/types.h> header file. */
70 #undef HAVE_SYS_TYPES_H
71
72 /* Define to 1 if you have the <termios.h> header file. */
73 #undef HAVE_TERMIOS_H
74
75 /* Define to 1 if you have the <unistd.h> header file. */
76 #undef HAVE_UNISTD_H
77
78 /* Name of package */
79 #undef PACKAGE
80
81 /* Define to the address where bug reports for this package should be sent. */
82 #undef PACKAGE_BUGREPORT
83
84 /* Define to the full name of this package. */
85 #undef PACKAGE_NAME
86
87 /* Define to the full name and version of this package. */
88 #undef PACKAGE_STRING
89
90 /* Define to the one symbol short name of this package. */
91 #undef PACKAGE_TARNAME
92
93 /* Define to the home page for this package. */
94 #undef PACKAGE_URL
95
96 /* Define to the version of this package. */
97 #undef PACKAGE_VERSION
98
99 /* Define to 1 if you have the ANSI C header files. */
100 #undef STDC_HEADERS
101
102 /* Version number of package */
103 #undef VERSION
104
105 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
106    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
107    #define below would cause a syntax error. */
108 #undef _UINT32_T
109
110 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
111    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
112    #define below would cause a syntax error. */
113 #undef _UINT64_T
114
115 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
116    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
117    #define below would cause a syntax error. */
118 #undef _UINT8_T
119
120 /* Define to `__inline__' or `__inline' if that's what the C compiler
121    calls it, or to nothing if 'inline' is not supported under any name.  */
122 #ifndef __cplusplus
123 #undef inline
124 #endif
125
126 /* Define to the type of a signed integer type of width exactly 16 bits if
127    such a type exists and the standard includes do not define it. */
128 #undef int16_t
129
130 /* Define to the type of a signed integer type of width exactly 32 bits if
131    such a type exists and the standard includes do not define it. */
132 #undef int32_t
133
134 /* Define to the type of a signed integer type of width exactly 8 bits if such
135    a type exists and the standard includes do not define it. */
136 #undef int8_t
137
138 /* Define to `unsigned int' if <sys/types.h> does not define. */
139 #undef size_t
140
141 /* Define to the type of an unsigned integer type of width exactly 16 bits if
142    such a type exists and the standard includes do not define it. */
143 #undef uint16_t
144
145 /* Define to the type of an unsigned integer type of width exactly 32 bits if
146    such a type exists and the standard includes do not define it. */
147 #undef uint32_t
148
149 /* Define to the type of an unsigned integer type of width exactly 64 bits if
150    such a type exists and the standard includes do not define it. */
151 #undef uint64_t
152
153 /* Define to the type of an unsigned integer type of width exactly 8 bits if
154    such a type exists and the standard includes do not define it. */
155 #undef uint8_t