IBR-DTNSuite  0.10
config.h
Go to the documentation of this file.
1 /* ibrcommon/config.h. Generated from config.h.in by configure. */
2 /* ibrcommon/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Compiling for Android! */
5 /* #undef ANDROID */
6 
7 /* Define to 1 if you have the `alarm' function. */
8 #define HAVE_ALARM 1
9 
10 /* Define to 1 if you have the <arpa/inet.h> header file. */
11 #define HAVE_ARPA_INET_H 1
12 
13 /* Define to 1 if you have the `bzero' function. */
14 #define HAVE_BZERO 1
15 
16 /* Define to 1 if you have the `clock_gettime' function. */
17 #define HAVE_CLOCK_GETTIME 1
18 
19 /* Define to 1 if you have the <dlfcn.h> header file. */
20 #define HAVE_DLFCN_H 1
21 
22 /* Define to 1 if you have the <fcntl.h> header file. */
23 #define HAVE_FCNTL_H 1
24 
25 /* Define to 1 if you have the <features.h> header file. */
26 #define HAVE_FEATURES_H 1
27 
28 /* Define to 1 if you have the `gethostname' function. */
29 #define HAVE_GETHOSTNAME 1
30 
31 /* Define to 1 if you have the `gettimeofday' function. */
32 #define HAVE_GETTIMEOFDAY 1
33 
34 /* Define to 1 if you have the `inet_ntoa' function. */
35 #define HAVE_INET_NTOA 1
36 
37 /* Define to 1 if you have the <inttypes.h> header file. */
38 #define HAVE_INTTYPES_H 1
39 
40 /* "netlink library is available" */
41 /* #undef HAVE_LIBNL */
42 
43 /* "netlink library 3.0 is available" */
44 #define HAVE_LIBNL3 1
45 
46 /* "netlink genl library 3.0 is available" */
47 #define HAVE_LIBNL3_GENL 1
48 
49 /* "netlink route library 3.0 is available" */
50 #define HAVE_LIBNL3_ROUTE 1
51 
52 /* Define to 1 if you have the `nl-genl' library (-lnl-genl). */
53 /* #undef HAVE_LIBNL_GENL */
54 
55 /* Define to 1 if you have the `nl-genl-3' library (-lnl-genl-3). */
56 /* #undef HAVE_LIBNL_GENL_3 */
57 
58 /* Define to 1 if you have the `nl-route' library (-lnl-route). */
59 /* #undef HAVE_LIBNL_ROUTE */
60 
61 /* Define to 1 if you have the `nl-route-3' library (-lnl-route-3). */
62 /* #undef HAVE_LIBNL_ROUTE_3 */
63 
64 /* Define to 1 if you have the `rt' library (-lrt). */
65 #define HAVE_LIBRT 1
66 
67 /* "xml library is available" */
68 #define HAVE_LIBXML 1
69 
70 /* "enable lowpan support" */
71 #define HAVE_LOWPAN_SUPPORT 1
72 
73 /* Define to 1 if you have the <mach/mach_time.h> header file. */
74 /* #undef HAVE_MACH_MACH_TIME_H */
75 
76 /* Define to 1 if you have the <memory.h> header file. */
77 #define HAVE_MEMORY_H 1
78 
79 /* Define to 1 if you have the `memset' function. */
80 #define HAVE_MEMSET 1
81 
82 /* Define to 1 if you have the `mkdir' function. */
83 #define HAVE_MKDIR 1
84 
85 /* Define to 1 if you have the <netdb.h> header file. */
86 #define HAVE_NETDB_H 1
87 
88 /* Define to 1 if you have the <netinet/in.h> header file. */
89 #define HAVE_NETINET_IN_H 1
90 
91 /* "openssl library is available" */
92 #define HAVE_OPENSSL 1
93 
94 /* Define to 1 if you have the `pow' function. */
95 #define HAVE_POW 1
96 
97 /* "pthread clocking" */
98 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
99 
100 /* "pthread delay" */
101 /* #undef HAVE_PTHREAD_DELAY */
102 
103 /* "pthread delay np" */
104 /* #undef HAVE_PTHREAD_DELAY_NP */
105 
106 /* "pthread concurrency" */
107 #define HAVE_PTHREAD_SETCONCURRENCY 1
108 
109 /* "pthread scheduling" */
110 #define HAVE_PTHREAD_SETSCHEDPRIO 1
111 
112 /* "pthread yield" */
113 #define HAVE_PTHREAD_YIELD 1
114 
115 /* Define to 1 if you have the `rmdir' function. */
116 #define HAVE_RMDIR 1
117 
118 /* Define to 1 if you have the <semaphore.h> header file. */
119 #define HAVE_SEMAPHORE_H 1
120 
121 /* Define to 1 if you have the `socket' function. */
122 #define HAVE_SOCKET 1
123 
124 /* Define to 1 if stdbool.h conforms to C99. */
125 /* #undef HAVE_STDBOOL_H */
126 
127 /* Define to 1 if you have the <stdint.h> header file. */
128 #define HAVE_STDINT_H 1
129 
130 /* Define to 1 if you have the <stdlib.h> header file. */
131 #define HAVE_STDLIB_H 1
132 
133 /* Define to 1 if you have the <strings.h> header file. */
134 #define HAVE_STRINGS_H 1
135 
136 /* Define to 1 if you have the <string.h> header file. */
137 #define HAVE_STRING_H 1
138 
139 /* Define to 1 if you have the <syslog.h> header file. */
140 #define HAVE_SYSLOG_H 1
141 
142 /* Define to 1 if you have the <sys/semaphore.h> header file. */
143 /* #undef HAVE_SYS_SEMAPHORE_H */
144 
145 /* Define to 1 if you have the <sys/socket.h> header file. */
146 #define HAVE_SYS_SOCKET_H 1
147 
148 /* Define to 1 if you have the <sys/stat.h> header file. */
149 #define HAVE_SYS_STAT_H 1
150 
151 /* Define to 1 if you have the <sys/time.h> header file. */
152 #define HAVE_SYS_TIME_H 1
153 
154 /* Define to 1 if you have the <sys/types.h> header file. */
155 #define HAVE_SYS_TYPES_H 1
156 
157 /* Define to 1 if you have the <unistd.h> header file. */
158 #define HAVE_UNISTD_H 1
159 
160 /* Define to 1 if the system has the type `_Bool'. */
161 /* #undef HAVE__BOOL */
162 
163 /* Define to the sub-directory in which libtool stores uninstalled libraries.
164  */
165 #define LT_OBJDIR ".libs/"
166 
167 /* Name of package */
168 #define PACKAGE "ibrcommon"
169 
170 /* Define to the address where bug reports for this package should be sent. */
171 #define PACKAGE_BUGREPORT "morgenro@ibr.cs.tu-bs.de"
172 
173 /* Define to the full name of this package. */
174 #define PACKAGE_NAME "ibrcommon"
175 
176 /* Define to the full name and version of this package. */
177 #define PACKAGE_STRING "ibrcommon 0.10.0"
178 
179 /* Define to the one symbol short name of this package. */
180 #define PACKAGE_TARNAME "ibrcommon"
181 
182 /* Define to the home page for this package. */
183 #define PACKAGE_URL ""
184 
185 /* Define to the version of this package. */
186 #define PACKAGE_VERSION "0.10.0"
187 
188 /* Define to 1 if you have the ANSI C header files. */
189 #define STDC_HEADERS 1
190 
191 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
192 #define TIME_WITH_SYS_TIME 1
193 
194 /* Version number of package */
195 #define VERSION "0.10.0"
196 
197 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
198  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
199  #define below would cause a syntax error. */
200 /* #undef _UINT32_T */
201 
202 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
203  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
204  #define below would cause a syntax error. */
205 /* #undef _UINT8_T */
206 
207 /* Define to `__inline__' or `__inline' if that's what the C compiler
208  calls it, or to nothing if 'inline' is not supported under any name. */
209 #ifndef __cplusplus
210 /* #undef inline */
211 #endif
212 
213 /* Define to the type of a signed integer type of width exactly 64 bits if
214  such a type exists and the standard includes do not define it. */
215 /* #undef int64_t */
216 
217 /* Define to `unsigned int' if <sys/types.h> does not define. */
218 /* #undef size_t */
219 
220 /* Define to the type of an unsigned integer type of width exactly 16 bits if
221  such a type exists and the standard includes do not define it. */
222 /* #undef uint16_t */
223 
224 /* Define to the type of an unsigned integer type of width exactly 32 bits if
225  such a type exists and the standard includes do not define it. */
226 /* #undef uint32_t */
227 
228 /* Define to the type of an unsigned integer type of width exactly 8 bits if
229  such a type exists and the standard includes do not define it. */
230 /* #undef uint8_t */