]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/thrift/build/cmake/config.h.in
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / jaegertracing / thrift / build / cmake / config.h.in
CommitLineData
f67539c2
TL
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#cmakedefine PACKAGE "${PACKAGE}"
28
29/* Define to the address where bug reports for this package should be sent. */
30#cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
31
32/* Define to the full name of this package. */
33#cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
34
35/* Define to the one symbol short name of this package. */
36#cmakedefine PACKAGE_TARNAME "${PACKAGE_TARNAME}"
37
38/* Define to the home page for this package. */
39#cmakedefine PACKAGE_URL "${PACKAGE_URL}"
40
41/* Define to the version of this package. */
42#define PACKAGE_VERSION "${PACKAGE_VERSION}"
43
44/* Define to the full name and version of this package. */
45#define PACKAGE_STRING "${PACKAGE_STRING}"
46
47/************************** DEFINES *************************/
48
49/* Define if the AI_ADDRCONFIG symbol is unavailable */
50#cmakedefine AI_ADDRCONFIG 0
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#cmakedefine BISON_USE_PARSER_H_EXTENSION 1
66
67/* Define to 1 if strerror_r returns char *. */
68#cmakedefine STRERROR_R_CHAR_P 1
69
70
71/************************** HEADER FILES *************************/
72
73/* Define to 1 if you have the <arpa/inet.h> header file. */
74#cmakedefine HAVE_ARPA_INET_H 1
75
76/* Define to 1 if you have the <fcntl.h> header file. */
77#cmakedefine HAVE_FCNTL_H 1
78
79/* Define to 1 if you have the <inttypes.h> header file. */
80#cmakedefine HAVE_INTTYPES_H 1
81
82/* Define to 1 if you have the <netdb.h> header file. */
83#cmakedefine HAVE_NETDB_H 1
84
85/* Define to 1 if you have the <netinet/in.h> header file. */
86#cmakedefine HAVE_NETINET_IN_H 1
87
88/* Define to 1 if you have the <signal.h> header file. */
89#cmakedefine HAVE_SIGNAL_H 1
90
91/* Define to 1 if you have the <stdint.h> header file. */
92#cmakedefine HAVE_STDINT_H 1
93
94/* Define to 1 if you have the <unistd.h> header file. */
95#cmakedefine HAVE_UNISTD_H 1
96
97/* Define to 1 if you have the <pthread.h> header file. */
98#cmakedefine HAVE_PTHREAD_H 1
99
100/* Define to 1 if you have the <sys/ioctl.h> header file. */
101#cmakedefine HAVE_SYS_IOCTL_H 1
102
103/* Define to 1 if you have the <sys/param.h> header file. */
104#cmakedefine HAVE_SYS_PARAM_H 1
105
106/* Define to 1 if you have the <sys/resource.h> header file. */
107#cmakedefine HAVE_SYS_RESOURCE_H 1
108
109/* Define to 1 if you have the <sys/socket.h> header file. */
110#cmakedefine HAVE_SYS_SOCKET_H 1
111
112/* Define to 1 if you have the <sys/stat.h> header file. */
113#cmakedefine HAVE_SYS_STAT_H 1
114
115/* Define to 1 if you have the <sys/un.h> header file. */
116#cmakedefine HAVE_SYS_UN_H 1
117
118/* Define to 1 if you have the <poll.h> header file. */
119#cmakedefine HAVE_POLL_H 1
120
121/* Define to 1 if you have the <sys/poll.h> header file. */
122#cmakedefine HAVE_SYS_POLL_H 1
123
124/* Define to 1 if you have the <sys/select.h> header file. */
125#cmakedefine HAVE_SYS_SELECT_H 1
126
127/* Define to 1 if you have the <sys/time.h> header file. */
128#cmakedefine HAVE_SYS_TIME_H 1
129
130/* Define to 1 if you have the <sched.h> header file. */
131#cmakedefine HAVE_SCHED_H 1
132
133/* Define to 1 if you have the <strings.h> header file. */
134#define HAVE_STRINGS_H 1
135
136/*************************** FUNCTIONS ***************************/
137
138/* Define to 1 if you have the `gethostbyname' function. */
139#cmakedefine HAVE_GETHOSTBYNAME 1
140
141/* Define to 1 if you have the `gethostbyname_r' function. */
142#cmakedefine HAVE_GETHOSTBYNAME_R 1
143
144/* Define to 1 if you have the `strerror_r' function. */
145#cmakedefine HAVE_STRERROR_R 1
146
147/* Define to 1 if you have the `sched_get_priority_max' function. */
148#cmakedefine HAVE_SCHED_GET_PRIORITY_MAX 1
149
150/* Define to 1 if you have the `sched_get_priority_min' function. */
151#cmakedefine HAVE_SCHED_GET_PRIORITY_MIN 1
152
153
154/* Define to 1 if strerror_r returns char *. */
155#cmakedefine STRERROR_R_CHAR_P 1
156
157#endif