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