UniRec  3.0.0
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 `memset' function. */
24 #define HAVE_MEMSET 1
25 
26 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
27  and to 0 otherwise. */
28 #define HAVE_REALLOC 1
29 
30 /* Define to 1 if stdbool.h conforms to C99. */
31 #define HAVE_STDBOOL_H 1
32 
33 /* Define to 1 if you have the <stdint.h> header file. */
34 #define HAVE_STDINT_H 1
35 
36 /* Define to 1 if you have the <stdio.h> header file. */
37 #define HAVE_STDIO_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 3.0.0"
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 "3.0.0"
92 
93 /* Define to 1 if all of the C90 standard headers exist (not just the ones
94  required in a freestanding environment). This macro is provided for
95  backward compatibility; new code need not use it. */
96 #define STDC_HEADERS 1
97 
98 /* Version number of package */
99 #define VERSION "3.0.0"
100 
101 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
102  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
103  #define below would cause a syntax error. */
104 /* #undef _UINT32_T */
105 
106 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
107  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
108  #define below would cause a syntax error. */
109 /* #undef _UINT64_T */
110 
111 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
112  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
113  #define below would cause a syntax error. */
114 /* #undef _UINT8_T */
115 
116 /* Define to `__inline__' or `__inline' if that's what the C compiler
117  calls it, or to nothing if 'inline' is not supported under any name. */
118 #ifndef __cplusplus
119 /* #undef inline */
120 #endif
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 the type of a signed integer type of width exactly 32 bits if
127  such a type exists and the standard includes do not define it. */
128 /* #undef int32_t */
129 
130 /* Define to the type of a signed integer type of width exactly 64 bits if
131  such a type exists and the standard includes do not define it. */
132 /* #undef int64_t */
133 
134 /* Define to the type of a signed integer type of width exactly 8 bits if such
135  a type exists and the standard includes do not define it. */
136 /* #undef int8_t */
137 
138 /* Define to rpl_malloc if the replacement function should be used. */
139 /* #undef malloc */
140 
141 /* Define to rpl_realloc if the replacement function should be used. */
142 /* #undef realloc */
143 
144 /* Define to `unsigned int' if <sys/types.h> does not define. */
145 /* #undef size_t */
146 
147 /* Define to the type of an unsigned integer type of width exactly 16 bits if
148  such a type exists and the standard includes do not define it. */
149 /* #undef uint16_t */
150 
151 /* Define to the type of an unsigned integer type of width exactly 32 bits if
152  such a type exists and the standard includes do not define it. */
153 /* #undef uint32_t */
154 
155 /* Define to the type of an unsigned integer type of width exactly 64 bits if
156  such a type exists and the standard includes do not define it. */
157 /* #undef uint64_t */
158 
159 /* Define to the type of an unsigned integer type of width exactly 8 bits if
160  such a type exists and the standard includes do not define it. */
161 /* #undef uint8_t */