SickConfig.hh
Go to the documentation of this file.
1 /* c++/drivers/base/src/SickConfig.hh. Generated from SickConfig.hh.in by configure. */
2 /* c++/drivers/base/src/SickConfig.hh.in. Generated from configure.ac by autoheader. */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define to 1 if you have the <arpa/inet.h> header file. */
8 #define HAVE_ARPA_INET_H 1
9 
10 /* Define to 1 if you have the <dlfcn.h> header file. */
11 #define HAVE_DLFCN_H 1
12 
13 /* Define to 1 if you have the <fcntl.h> header file. */
14 #define HAVE_FCNTL_H 1
15 
16 /* Define to 1 if you have the `gettimeofday' function. */
17 #define HAVE_GETTIMEOFDAY 1
18 
19 /* Define if you have gnuplot */
20 /* #undef HAVE_GNUPLOT */
21 
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24 
25 /* Define if you have linux/serial.h */
26 #define HAVE_LINUX_SERIAL_H 1
27 
28 /* Define to 1 if you have the <memory.h> header file. */
29 #define HAVE_MEMORY_H 1
30 
31 /* Define to 1 if you have the `memset' function. */
32 #define HAVE_MEMSET 1
33 
34 /* Define to 1 if you have the <netinet/in.h> header file. */
35 #define HAVE_NETINET_IN_H 1
36 
37 /* Define if you have POSIX threads libraries and header files. */
38 #define HAVE_PTHREAD 1
39 
40 /* Define to 1 if you have the `select' function. */
41 #define HAVE_SELECT 1
42 
43 /* Define to 1 if you have the `socket' function. */
44 #define HAVE_SOCKET 1
45 
46 /* Define to 1 if stdbool.h conforms to C99. */
47 #define HAVE_STDBOOL_H 1
48 
49 /* Define to 1 if you have the <stdint.h> header file. */
50 #define HAVE_STDINT_H 1
51 
52 /* Define to 1 if you have the <stdlib.h> header file. */
53 #define HAVE_STDLIB_H 1
54 
55 /* Define to 1 if you have the `strcasecmp' function. */
56 #define HAVE_STRCASECMP 1
57 
58 /* Define to 1 if you have the <strings.h> header file. */
59 #define HAVE_STRINGS_H 1
60 
61 /* Define to 1 if you have the <string.h> header file. */
62 #define HAVE_STRING_H 1
63 
64 /* Define to 1 if you have the <sys/ioctl.h> header file. */
65 #define HAVE_SYS_IOCTL_H 1
66 
67 /* Define to 1 if you have the <sys/select.h> header file. */
68 #define HAVE_SYS_SELECT_H 1
69 
70 /* Define to 1 if you have the <sys/socket.h> header file. */
71 #define HAVE_SYS_SOCKET_H 1
72 
73 /* Define to 1 if you have the <sys/stat.h> header file. */
74 #define HAVE_SYS_STAT_H 1
75 
76 /* Define to 1 if you have the <sys/time.h> header file. */
77 #define HAVE_SYS_TIME_H 1
78 
79 /* Define to 1 if you have the <sys/types.h> header file. */
80 #define HAVE_SYS_TYPES_H 1
81 
82 /* Define to 1 if you have the <termios.h> header file. */
83 #define HAVE_TERMIOS_H 1
84 
85 /* Define to 1 if you have the <unistd.h> header file. */
86 #define HAVE_UNISTD_H 1
87 
88 /* Define to 1 if the system has the type `_Bool'. */
89 #define HAVE__BOOL 1
90 
91 /* Define to the sub-directory in which libtool stores uninstalled libraries.
92  */
93 #define LT_OBJDIR ".libs/"
94 
95 /* Name of package */
96 #define PACKAGE "sicktoolbox"
97 
98 /* Define to the address where bug reports for this package should be sent. */
99 #define PACKAGE_BUGREPORT "jasonder@seas.upenn.edu"
100 
101 /* Define to the full name of this package. */
102 #define PACKAGE_NAME "SickToolbox"
103 
104 /* Define to the full name and version of this package. */
105 #define PACKAGE_STRING "SickToolbox 1.1"
106 
107 /* Define to the one symbol short name of this package. */
108 #define PACKAGE_TARNAME "sicktoolbox"
109 
110 /* Define to the home page for this package. */
111 #define PACKAGE_URL ""
112 
113 /* Define to the version of this package. */
114 #define PACKAGE_VERSION "1.1"
115 
116 /* Define to necessary symbol if this constant uses a non-standard name on
117  your system. */
118 /* #undef PTHREAD_CREATE_JOINABLE */
119 
120 /* Define as the return type of signal handlers (`int' or `void'). */
121 #define RETSIGTYPE void
122 
123 /* Define to the type of arg 1 for `select'. */
124 #define SELECT_TYPE_ARG1 int
125 
126 /* Define to the type of args 2, 3 and 4 for `select'. */
127 #define SELECT_TYPE_ARG234 (fd_set *)
128 
129 /* Define to the type of arg 5 for `select'. */
130 #define SELECT_TYPE_ARG5 (struct timeval *)
131 
132 /* Define to 1 if you have the ANSI C header files. */
133 #define STDC_HEADERS 1
134 
135 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
136 #define TIME_WITH_SYS_TIME 1
137 
138 /* Version number of package */
139 #define VERSION "1.1"
140 
141 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
142  significant byte first (like Motorola and SPARC, unlike Intel). */
143 #if defined AC_APPLE_UNIVERSAL_BUILD
144 # if defined __BIG_ENDIAN__
145 # define WORDS_BIGENDIAN 1
146 # endif
147 #else
148 # ifndef WORDS_BIGENDIAN
149 /* # undef WORDS_BIGENDIAN */
150 # endif
151 #endif
152 
153 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
154  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
155  #define below would cause a syntax error. */
156 /* #undef _UINT32_T */
157 
158 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
159  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
160  #define below would cause a syntax error. */
161 /* #undef _UINT8_T */
162 
163 /* Define to empty if `const' does not conform to ANSI C. */
164 /* #undef const */
165 
166 /* Define to `__inline__' or `__inline' if that's what the C compiler
167  calls it, or to nothing if 'inline' is not supported under any name. */
168 #ifndef __cplusplus
169 /* #undef inline */
170 #endif
171 
172 /* Define to the type of a signed integer type of width exactly 16 bits if
173  such a type exists and the standard includes do not define it. */
174 /* #undef int16_t */
175 
176 /* Define to the type of an unsigned integer type of width exactly 16 bits if
177  such a type exists and the standard includes do not define it. */
178 /* #undef uint16_t */
179 
180 /* Define to the type of an unsigned integer type of width exactly 32 bits if
181  such a type exists and the standard includes do not define it. */
182 /* #undef uint32_t */
183 
184 /* Define to the type of an unsigned integer type of width exactly 8 bits if
185  such a type exists and the standard includes do not define it. */
186 /* #undef uint8_t */


sicktoolbox
Author(s): Jason Derenick , Thomas Miller
autogenerated on Tue Sep 10 2019 03:37:34