IBR-DTNSuite  0.10
config.h
Go to the documentation of this file.
1 /* src/config.h. Generated from config.h.in by configure. */
2 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Compiling for Android! */
5 /* #undef ANDROID */
6 
7 /* build number based on the version control system */
8 #define BUILD_NUMBER "5e2560c"
9 
10 /* Define to 1 if you have the <arpa/inet.h> header file. */
11 #define HAVE_ARPA_INET_H 1
12 
13 /* "daemon library has daemon_reset_sigs() and daemon_unblock_sigs()
14  functions" */
15 #define HAVE_DAEMON_RESET_SIGS 1
16 
17 /* Define to 1 if you have the <dlfcn.h> header file. */
18 #define HAVE_DLFCN_H 1
19 
20 /* Define to 1 if you have the <fcntl.h> header file. */
21 #define HAVE_FCNTL_H 1
22 
23 /* Define to 1 if you have the `gethostname' function. */
24 #define HAVE_GETHOSTNAME 1
25 
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #define HAVE_INTTYPES_H 1
28 
29 /* "curl library is available" */
30 #define HAVE_LIBCURL 1
31 
32 /* "daemon library is available" */
33 #define HAVE_LIBDAEMON 1
34 
35 /* Define to 1 if you have the `m' library (-lm). */
36 #define HAVE_LIBM 1
37 
38 /* Define to 1 if you have the `rt' library (-lrt). */
39 #define HAVE_LIBRT 1
40 
41 /* Define to 1 if you have the <limits.h> header file. */
42 #define HAVE_LIMITS_H 1
43 
44 /* "enable lowpan support" */
45 #define HAVE_LOWPAN_SUPPORT 1
46 
47 /* Define to 1 if you have the <memory.h> header file. */
48 #define HAVE_MEMORY_H 1
49 
50 /* Define to 1 if you have the <netinet/in.h> header file. */
51 #define HAVE_NETINET_IN_H 1
52 
53 /* Define to 1 if you have the <pwd.h> header file. */
54 #define HAVE_PWD_H 1
55 
56 /* Define to 1 if you have the <regex.h> header file. */
57 #define HAVE_REGEX_H 1
58 
59 /* Define to 1 if you have the `socket' function. */
60 #define HAVE_SOCKET 1
61 
62 /* "sqlite library is available" */
63 #define HAVE_SQLITE 1
64 
65 /* Define to 1 if stdbool.h conforms to C99. */
66 /* #undef HAVE_STDBOOL_H */
67 
68 /* Define to 1 if you have the <stdint.h> header file. */
69 #define HAVE_STDINT_H 1
70 
71 /* Define to 1 if you have the <stdlib.h> header file. */
72 #define HAVE_STDLIB_H 1
73 
74 /* Define to 1 if you have the <strings.h> header file. */
75 #define HAVE_STRINGS_H 1
76 
77 /* Define to 1 if you have the <string.h> header file. */
78 #define HAVE_STRING_H 1
79 
80 /* Define to 1 if you have the <syslog.h> header file. */
81 #define HAVE_SYSLOG_H 1
82 
83 /* Define to 1 if you have the <sys/inotify.h> header file. */
84 #define HAVE_SYS_INOTIFY_H 1
85 
86 /* Define to 1 if you have the <sys/socket.h> header file. */
87 #define HAVE_SYS_SOCKET_H 1
88 
89 /* Define to 1 if you have the <sys/stat.h> header file. */
90 #define HAVE_SYS_STAT_H 1
91 
92 /* Define to 1 if you have the <sys/types.h> header file. */
93 #define HAVE_SYS_TYPES_H 1
94 
95 /* Define to 1 if you have the <unistd.h> header file. */
96 #define HAVE_UNISTD_H 1
97 
98 /* Define to 1 if the system has the type `_Bool'. */
99 /* #undef HAVE__BOOL */
100 
101 /* Define to the sub-directory in which libtool stores uninstalled libraries.
102  */
103 #define LT_OBJDIR ".libs/"
104 
105 /* Name of package */
106 #define PACKAGE "ibrdtnd"
107 
108 /* Define to the address where bug reports for this package should be sent. */
109 #define PACKAGE_BUGREPORT "morgenro@ibr.cs.tu-bs.de"
110 
111 /* Define to the full name of this package. */
112 #define PACKAGE_NAME "ibrdtnd"
113 
114 /* Define to the full name and version of this package. */
115 #define PACKAGE_STRING "ibrdtnd 0.10.0"
116 
117 /* Define to the one symbol short name of this package. */
118 #define PACKAGE_TARNAME "ibrdtnd"
119 
120 /* Define to the home page for this package. */
121 #define PACKAGE_URL ""
122 
123 /* Define to the version of this package. */
124 #define PACKAGE_VERSION "0.10.0"
125 
126 /* Define to 1 if you have the ANSI C header files. */
127 #define STDC_HEADERS 1
128 
129 /* Version number of package */
130 #define VERSION "0.10.0"
131 
132 /* "bundle security support enabled" */
133 #define WITH_BUNDLE_SECURITY 1
134 
135 /* "bundle compression support enabled" */
136 #define WITH_COMPRESSION 1
137 
138 /* "dht nameservice support enabled" */
139 #define WITH_DHT_NAMESERVICE 1
140 
141 /* "tls support enabled" */
142 #define WITH_TLS 1
143 
144 /* "wifi-p2p support enabled" */
145 /* #undef WITH_WIFIP2P */
146 
147 /* Define to `unsigned int' if <sys/types.h> does not define. */
148 /* #undef size_t */