1/*
2 * Licensed to the Apache Software Foundation (ASF) under one
3 * or more contributor license agreements. See the NOTICE file
4 * distributed with this work for additional information
5 * regarding copyright ownership. The ASF licenses this file
6 * to you under the Apache License, Version 2.0 (the
7 * "License"); you may not use this file except in compliance
8 * with the License. You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing,
13 * software distributed under the License is distributed on an
14 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 * KIND, either express or implied. See the License for the
16 * specific language governing permissions and limitations
17 * under the License.
18 */
19
20/* config.h generated by CMake from config.h.in */
21
22#ifndef CONFIG_H
23#define CONFIG_H
24
25
26/* Name of package */
27/* #undef PACKAGE */
28
29/* Define to the address where bug reports for this package should be sent. */
30/* #undef PACKAGE_BUGREPORT */
31
32/* Define to the full name of this package. */
33/* #undef PACKAGE_NAME */
34
35/* Define to the one symbol short name of this package. */
36/* #undef PACKAGE_TARNAME */
37
38/* Define to the home page for this package. */
39/* #undef PACKAGE_URL */
40
41/* Define to the version of this package. */
42#define PACKAGE_VERSION "0.11.0"
43
44/* Define to the full name and version of this package. */
45#define PACKAGE_STRING " 0.11.0"
46
47/************************** DEFINES *************************/
48
49/* Define if the AI_ADDRCONFIG symbol is unavailable */
50/* #undef AI_ADDRCONFIG */
51
52/* Possible value for SIGNED_RIGHT_SHIFT_IS */
53/* TODO: This is just set to 1 for the moment
54 port the macro aclocal/ax_signed_right_shift.m4 to CMake to make this work */
55#define ARITHMETIC_RIGHT_SHIFT 1
56
57/* Indicates the effect of the right shift operator on negative signed
58 integers */
59/* TODO: This is just set to 1 for the moment */
60#define SIGNED_RIGHT_SHIFT_IS 1
61
62/* Use *.h extension for parser header file */
63/* TODO: This might now be necessary anymore as it is set only for automake < 1.11
64 see: aclocal/ac_prog_bison.m4 */
65/* #undef BISON_USE_PARSER_H_EXTENSION */
66
67/* replaces POSIX pthread by boost::thread */
68/* #undef USE_BOOST_THREAD */
69
70/* replaces POSIX pthread by std::thread */
71/* #undef USE_STD_THREAD */
72
73/* Define to 1 if strerror_r returns char *. */
74#define STRERROR_R_CHAR_P 1
75
76
77/************************** HEADER FILES *************************/
78
79/* Define to 1 if you have the <arpa/inet.h> header file. */
80#define HAVE_ARPA_INET_H 1
81
82/* Define to 1 if you have the <fcntl.h> header file. */
83#define HAVE_FCNTL_H 1
84
85/* Define to 1 if you have the <inttypes.h> header file. */
86#define HAVE_INTTYPES_H 1
87
88/* Define to 1 if you have the <netdb.h> header file. */
89#define HAVE_NETDB_H 1
90
91/* Define to 1 if you have the <netinet/in.h> header file. */
92#define HAVE_NETINET_IN_H 1
93
94/* Define to 1 if you have the <stdint.h> header file. */
95#define HAVE_STDINT_H 1
96
97/* Define to 1 if you have the <unistd.h> header file. */
98#define HAVE_UNISTD_H 1
99
100/* Define to 1 if you have the <pthread.h> header file. */
101#define HAVE_PTHREAD_H 1
102
103/* Define to 1 if you have the <sys/time.h> header file. */
104#define HAVE_SYS_TIME_H 1
105
106/* Define to 1 if you have the <sys/param.h> header file. */
107#define HAVE_SYS_PARAM_H 1
108
109/* Define to 1 if you have the <sys/resource.h> header file. */
110#define HAVE_SYS_RESOURCE_H 1
111
112/* Define to 1 if you have the <sys/socket.h> header file. */
113#define HAVE_SYS_SOCKET_H 1
114
115/* Define to 1 if you have the <sys/stat.h> header file. */
116#define HAVE_SYS_STAT_H 1
117
118/* Define to 1 if you have the <sys/un.h> header file. */
119#define HAVE_SYS_UN_H 1
120
121/* Define to 1 if you have the <sys/poll.h> header file. */
122#define HAVE_SYS_POLL_H 1
123
124/* Define to 1 if you have the <sys/select.h> header file. */
125#define HAVE_SYS_SELECT_H 1
126
127/* Define to 1 if you have the <sched.h> header file. */
128#define HAVE_SCHED_H 1
129
130/* Define to 1 if you have the <strings.h> header file. */
131#define HAVE_STRINGS_H 1
132
133/*************************** FUNCTIONS ***************************/
134
135/* Define to 1 if you have the `gethostbyname' function. */
136#define HAVE_GETHOSTBYNAME 1
137
138/* Define to 1 if you have the `gethostbyname_r' function. */
139#define HAVE_GETHOSTBYNAME_R 1
140
141/* Define to 1 if you have the `strerror_r' function. */
142#define HAVE_STRERROR_R 1
143
144/* Define to 1 if you have the `sched_get_priority_max' function. */
145#define HAVE_SCHED_GET_PRIORITY_MAX 1
146
147/* Define to 1 if you have the `sched_get_priority_min' function. */
148#define HAVE_SCHED_GET_PRIORITY_MIN 1
149
150
151/* Define to 1 if strerror_r returns char *. */
152#define STRERROR_R_CHAR_P 1
153
154#endif
155