IBR-DTNSuite  0.12
config.h
Go to the documentation of this file.
1 /* ibrdtn/config.h. Generated from config.h.in by configure. */
2 /* ibrdtn/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 <dlfcn.h> header file. */
11 #define HAVE_DLFCN_H 1
12 
13 /* Define to 1 if you have the <endian.h> header file. */
14 #define HAVE_ENDIAN_H 1
15 
16 /* Define to 1 if you have the `gettimeofday' function. */
17 #define HAVE_GETTIMEOFDAY 1
18 
19 /* "glib library is available" */
20 #define HAVE_GLIB 1
21 
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24 
25 /* Define to 1 if you have the `rt' library (-lrt). */
26 #define HAVE_LIBRT 1
27 
28 /* Define to 1 if you have the <machine/endian.h> header file. */
29 /* #undef HAVE_MACHINE_ENDIAN_H */
30 
31 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
32  to 0 otherwise. */
33 #define HAVE_MALLOC 1
34 
35 /* Define to 1 if you have the <memory.h> header file. */
36 #define HAVE_MEMORY_H 1
37 
38 /* Define to 1 if you have the <netinet/in.h> header file. */
39 #define HAVE_NETINET_IN_H 1
40 
41 /* "openssl library is available" */
42 #define HAVE_OPENSSL 1
43 
44 /* Define to 1 if you have the `sqrt' function. */
45 #define HAVE_SQRT 1
46 
47 /* Define to 1 if stdbool.h conforms to C99. */
48 /* #undef HAVE_STDBOOL_H */
49 
50 /* Define to 1 if you have the <stddef.h> header file. */
51 #define HAVE_STDDEF_H 1
52 
53 /* Define to 1 if you have the <stdint.h> header file. */
54 #define HAVE_STDINT_H 1
55 
56 /* Define to 1 if you have the <stdlib.h> header file. */
57 #define HAVE_STDLIB_H 1
58 
59 /* Define to 1 if you have the <strings.h> header file. */
60 #define HAVE_STRINGS_H 1
61 
62 /* Define to 1 if you have the <string.h> header file. */
63 #define HAVE_STRING_H 1
64 
65 /* Define to 1 if you have the <sys/stat.h> header file. */
66 #define HAVE_SYS_STAT_H 1
67 
68 /* Define to 1 if you have the <sys/time.h> header file. */
69 #define HAVE_SYS_TIME_H 1
70 
71 /* Define to 1 if you have the <sys/types.h> header file. */
72 #define HAVE_SYS_TYPES_H 1
73 
74 /* Define to 1 if you have the <unistd.h> header file. */
75 #define HAVE_UNISTD_H 1
76 
77 /* "zlib library is available" */
78 #define HAVE_ZLIB 1
79 
80 /* Define to 1 if the system has the type `_Bool'. */
81 /* #undef HAVE__BOOL */
82 
83 /* Define to the sub-directory in which libtool stores uninstalled libraries.
84  */
85 #define LT_OBJDIR ".libs/"
86 
87 /* Name of package */
88 #define PACKAGE "ibrdtn"
89 
90 /* Define to the address where bug reports for this package should be sent. */
91 #define PACKAGE_BUGREPORT "morgenro@ibr.cs.tu-bs.de"
92 
93 /* Define to the full name of this package. */
94 #define PACKAGE_NAME "ibrdtn"
95 
96 /* Define to the full name and version of this package. */
97 #define PACKAGE_STRING "ibrdtn 0.12.0"
98 
99 /* Define to the one symbol short name of this package. */
100 #define PACKAGE_TARNAME "ibrdtn"
101 
102 /* Define to the home page for this package. */
103 #define PACKAGE_URL ""
104 
105 /* Define to the version of this package. */
106 #define PACKAGE_VERSION "0.12.0"
107 
108 /* Define to 1 if you have the ANSI C header files. */
109 #define STDC_HEADERS 1
110 
111 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
112 #define TIME_WITH_SYS_TIME 1
113 
114 /* Version number of package */
115 #define VERSION "0.12.0"
116 
117 /* Compiling for Win32! */
118 /* #undef WIN32 */
119 
120 /* Minimum platform is Windows 7 */
121 /* #undef WINVER */
122 
123 /* "bundle security support enabled" */
124 #define WITH_BUNDLE_SECURITY 1
125 
126 /* "bundle compression support enabled" */
127 #define WITH_COMPRESSION 1
128 
129 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
130  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
131  #define below would cause a syntax error. */
132 /* #undef _UINT32_T */
133 
134 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
135  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
136  #define below would cause a syntax error. */
137 /* #undef _UINT8_T */
138 
139 /* Minimum platform is Windows 7 */
140 /* #undef _WIN32_WINNT */
141 
142 /* Define to `__inline__' or `__inline' if that's what the C compiler
143  calls it, or to nothing if 'inline' is not supported under any name. */
144 #ifndef __cplusplus
145 /* #undef inline */
146 #endif
147 
148 /* Define to the type of a signed integer type of width exactly 32 bits if
149  such a type exists and the standard includes do not define it. */
150 /* #undef int32_t */
151 
152 /* Define to rpl_malloc if the replacement function should be used. */
153 /* #undef malloc */
154 
155 /* Define to `unsigned int' if <sys/types.h> does not define. */
156 /* #undef size_t */
157 
158 /* Define to `int' if <sys/types.h> does not define. */
159 /* #undef ssize_t */
160 
161 /* Define to the type of an unsigned integer type of width exactly 16 bits if
162  such a type exists and the standard includes do not define it. */
163 /* #undef uint16_t */
164 
165 /* Define to the type of an unsigned integer type of width exactly 32 bits if
166  such a type exists and the standard includes do not define it. */
167 /* #undef uint32_t */
168 
169 /* Define to the type of an unsigned integer type of width exactly 8 bits if
170  such a type exists and the standard includes do not define it. */
171 /* #undef uint8_t */