IBR-DTNSuite  0.12
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 /* Define to 1 if you have the <arpa/inet.h> header file. */
5 #define HAVE_ARPA_INET_H 1
6 
7 /* "daemon library has daemon_reset_sigs() and daemon_unblock_sigs()
8  functions" */
9 #define HAVE_DAEMON_RESET_SIGS 1
10 
11 /* Define to 1 if you have the <dlfcn.h> header file. */
12 #define HAVE_DLFCN_H 1
13 
14 /* Define to 1 if you have the <fcntl.h> header file. */
15 #define HAVE_FCNTL_H 1
16 
17 /* Define to 1 if you have the <inttypes.h> header file. */
18 #define HAVE_INTTYPES_H 1
19 
20 /* "libarchive is available" */
21 #define HAVE_LIBARCHIVE 1
22 
23 /* "daemon library is available" */
24 #define HAVE_LIBDAEMON 1
25 
26 /* Define to 1 if you have the `m' library (-lm). */
27 #define HAVE_LIBM 1
28 
29 /* Define to 1 if you have the `rt' library (-lrt). */
30 #define HAVE_LIBRT 1
31 
32 /* "tffs found" */
33 #define HAVE_LIBTFFS 1
34 
35 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
36  to 0 otherwise. */
37 #define HAVE_MALLOC 1
38 
39 /* Define to 1 if you have the <memory.h> header file. */
40 #define HAVE_MEMORY_H 1
41 
42 /* Define to 1 if you have the `memset' function. */
43 #define HAVE_MEMSET 1
44 
45 /* "openssl available" */
46 #define HAVE_OPENSSL 1
47 
48 /* Define to 1 if stdbool.h conforms to C99. */
49 /* #undef HAVE_STDBOOL_H */
50 
51 /* Define to 1 if you have the <stdint.h> header file. */
52 #define HAVE_STDINT_H 1
53 
54 /* Define to 1 if you have the <stdlib.h> header file. */
55 #define HAVE_STDLIB_H 1
56 
57 /* Define to 1 if you have the <strings.h> header file. */
58 #define HAVE_STRINGS_H 1
59 
60 /* Define to 1 if you have the <string.h> header file. */
61 #define HAVE_STRING_H 1
62 
63 /* Define to 1 if you have the <sys/ioctl.h> header file. */
64 #define HAVE_SYS_IOCTL_H 1
65 
66 /* Define to 1 if you have the <sys/socket.h> header file. */
67 #define HAVE_SYS_SOCKET_H 1
68 
69 /* Define to 1 if you have the <sys/stat.h> header file. */
70 #define HAVE_SYS_STAT_H 1
71 
72 /* Define to 1 if you have the <sys/types.h> header file. */
73 #define HAVE_SYS_TYPES_H 1
74 
75 /* Define to 1 if you have the <unistd.h> header file. */
76 #define HAVE_UNISTD_H 1
77 
78 /* Define to 1 if the system has the type `_Bool'. */
79 /* #undef HAVE__BOOL */
80 
81 /* Define to the sub-directory in which libtool stores uninstalled libraries.
82  */
83 #define LT_OBJDIR ".libs/"
84 
85 /* Name of package */
86 #define PACKAGE "ibrdtn-tools"
87 
88 /* Define to the address where bug reports for this package should be sent. */
89 #define PACKAGE_BUGREPORT "morgenro@ibr.cs.tu-bs.de"
90 
91 /* Define to the full name of this package. */
92 #define PACKAGE_NAME "ibrdtn-tools"
93 
94 /* Define to the full name and version of this package. */
95 #define PACKAGE_STRING "ibrdtn-tools 0.12.0"
96 
97 /* Define to the one symbol short name of this package. */
98 #define PACKAGE_TARNAME "ibrdtn-tools"
99 
100 /* Define to the home page for this package. */
101 #define PACKAGE_URL ""
102 
103 /* Define to the version of this package. */
104 #define PACKAGE_VERSION "0.12.0"
105 
106 /* Define to 1 if you have the ANSI C header files. */
107 #define STDC_HEADERS 1
108 
109 /* Version number of package */
110 #define VERSION "0.12.0"
111 
112 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
113  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
114  #define below would cause a syntax error. */
115 /* #undef _UINT32_T */
116 
117 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
118  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
119  #define below would cause a syntax error. */
120 /* #undef _UINT8_T */
121 
122 /* Define to the type of a signed integer type of width exactly 16 bits if
123  such a type exists and the standard includes do not define it. */
124 /* #undef int16_t */
125 
126 /* Define to rpl_malloc if the replacement function should be used. */
127 /* #undef malloc */
128 
129 /* Define to `unsigned int' if <sys/types.h> does not define. */
130 /* #undef size_t */
131 
132 /* Define to `int' if <sys/types.h> does not define. */
133 /* #undef ssize_t */
134 
135 /* Define to the type of an unsigned integer type of width exactly 16 bits if
136  such a type exists and the standard includes do not define it. */
137 /* #undef uint16_t */
138 
139 /* Define to the type of an unsigned integer type of width exactly 32 bits if
140  such a type exists and the standard includes do not define it. */
141 /* #undef uint32_t */
142 
143 /* Define to the type of an unsigned integer type of width exactly 8 bits if
144  such a type exists and the standard includes do not define it. */
145 /* #undef uint8_t */