UniRec  2.9.3
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if you have the `alarm' function. */
5 #define HAVE_ALARM 1
6 
7 /* Define to 1 if you have the <arpa/inet.h> header file. */
8 #define HAVE_ARPA_INET_H 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 <inttypes.h> header file. */
14 #define HAVE_INTTYPES_H 1
15 
16 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
17  to 0 otherwise. */
18 #define HAVE_MALLOC 1
19 
20 /* Define to 1 if you have the `memmove' function. */
21 #define HAVE_MEMMOVE 1
22 
23 /* Define to 1 if you have the <memory.h> header file. */
24 #define HAVE_MEMORY_H 1
25 
26 /* Define to 1 if you have the `memset' function. */
27 #define HAVE_MEMSET 1
28 
29 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
30  and to 0 otherwise. */
31 #define HAVE_REALLOC 1
32 
33 /* Define to 1 if stdbool.h conforms to C99. */
34 #define HAVE_STDBOOL_H 1
35 
36 /* Define to 1 if you have the <stdint.h> header file. */
37 #define HAVE_STDINT_H 1
38 
39 /* Define to 1 if you have the <stdlib.h> header file. */
40 #define HAVE_STDLIB_H 1
41 
42 /* Define to 1 if you have the `strchr' function. */
43 #define HAVE_STRCHR 1
44 
45 /* Define to 1 if you have the <strings.h> header file. */
46 #define HAVE_STRINGS_H 1
47 
48 /* Define to 1 if you have the <string.h> header file. */
49 #define HAVE_STRING_H 1
50 
51 /* Define to 1 if you have the <sys/socket.h> header file. */
52 #define HAVE_SYS_SOCKET_H 1
53 
54 /* Define to 1 if you have the <sys/stat.h> header file. */
55 #define HAVE_SYS_STAT_H 1
56 
57 /* Define to 1 if you have the <sys/time.h> header file. */
58 #define HAVE_SYS_TIME_H 1
59 
60 /* Define to 1 if you have the <sys/types.h> header file. */
61 #define HAVE_SYS_TYPES_H 1
62 
63 /* Define to 1 if you have the <unistd.h> header file. */
64 #define HAVE_UNISTD_H 1
65 
66 /* Define to 1 if the system has the type `_Bool'. */
67 #define HAVE__BOOL 1
68 
69 /* Define to the sub-directory where libtool stores uninstalled libraries. */
70 #define LT_OBJDIR ".libs/"
71 
72 /* Name of package */
73 #define PACKAGE "unirec"
74 
75 /* Define to the address where bug reports for this package should be sent. */
76 #define PACKAGE_BUGREPORT "nemea@cesnet.cz"
77 
78 /* Define to the full name of this package. */
79 #define PACKAGE_NAME "unirec"
80 
81 /* Define to the full name and version of this package. */
82 #define PACKAGE_STRING "unirec 2.9.3"
83 
84 /* Define to the one symbol short name of this package. */
85 #define PACKAGE_TARNAME "unirec"
86 
87 /* Define to the home page for this package. */
88 #define PACKAGE_URL ""
89 
90 /* Define to the version of this package. */
91 #define PACKAGE_VERSION "2.9.3"
92 
93 /* Define to 1 if you have the ANSI C header files. */
94 #define STDC_HEADERS 1
95 
96 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
97 #define TIME_WITH_SYS_TIME 1
98 
99 /* Version number of package */
100 #define VERSION "2.9.3"
101 
102 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
103  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
104  #define below would cause a syntax error. */
105 /* #undef _UINT32_T */
106 
107 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
108  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
109  #define below would cause a syntax error. */
110 /* #undef _UINT64_T */
111 
112 /* Define for Solaris 2.5.1 so the uint8_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 _UINT8_T */
116 
117 /* Define to `__inline__' or `__inline' if that's what the C compiler
118  calls it, or to nothing if 'inline' is not supported under any name. */
119 #ifndef __cplusplus
120 /* #undef inline */
121 #endif
122 
123 /* Define to the type of a signed integer type of width exactly 16 bits if
124  such a type exists and the standard includes do not define it. */
125 /* #undef int16_t */
126 
127 /* Define to the type of a signed integer type of width exactly 32 bits if
128  such a type exists and the standard includes do not define it. */
129 /* #undef int32_t */
130 
131 /* Define to the type of a signed integer type of width exactly 64 bits if
132  such a type exists and the standard includes do not define it. */
133 /* #undef int64_t */
134 
135 /* Define to the type of a signed integer type of width exactly 8 bits if such
136  a type exists and the standard includes do not define it. */
137 /* #undef int8_t */
138 
139 /* Define to rpl_malloc if the replacement function should be used. */
140 /* #undef malloc */
141 
142 /* Define to rpl_realloc if the replacement function should be used. */
143 /* #undef realloc */
144 
145 /* Define to `unsigned int' if <sys/types.h> does not define. */
146 /* #undef size_t */
147 
148 /* Define to the type of an unsigned integer type of width exactly 16 bits if
149  such a type exists and the standard includes do not define it. */
150 /* #undef uint16_t */
151 
152 /* Define to the type of an unsigned integer type of width exactly 32 bits if
153  such a type exists and the standard includes do not define it. */
154 /* #undef uint32_t */
155 
156 /* Define to the type of an unsigned integer type of width exactly 64 bits if
157  such a type exists and the standard includes do not define it. */
158 /* #undef uint64_t */
159 
160 /* Define to the type of an unsigned integer type of width exactly 8 bits if
161  such a type exists and the standard includes do not define it. */
162 /* #undef uint8_t */