|
|
|||
File indexing completed on 2026-04-17 08:35:04
0001 /* 0002 * Licensed to the Apache Software Foundation (ASF) under one 0003 * or more contributor license agreements. See the NOTICE file 0004 * distributed with this work for additional information 0005 * regarding copyright ownership. The ASF licenses this file 0006 * to you under the Apache License, Version 2.0 (the 0007 * "License"); you may not use this file except in compliance 0008 * with the License. You may obtain a copy of the License at 0009 * 0010 * http://www.apache.org/licenses/LICENSE-2.0 0011 * 0012 * Unless required by applicable law or agreed to in writing, 0013 * software distributed under the License is distributed on an 0014 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 0015 * KIND, either express or implied. See the License for the 0016 * specific language governing permissions and limitations 0017 * under the License. 0018 */ 0019 0020 /* config.h generated by CMake from config.h.in */ 0021 0022 #ifndef CONFIG_H 0023 #define CONFIG_H 0024 0025 0026 /* Name of package */ 0027 /* #undef PACKAGE */ 0028 0029 /* Define to the address where bug reports for this package should be sent. */ 0030 /* #undef PACKAGE_BUGREPORT */ 0031 0032 /* Define to the full name of this package. */ 0033 /* #undef PACKAGE_NAME */ 0034 0035 /* Define to the one symbol short name of this package. */ 0036 /* #undef PACKAGE_TARNAME */ 0037 0038 /* Define to the home page for this package. */ 0039 /* #undef PACKAGE_URL */ 0040 0041 /* Define to the version of this package. */ 0042 #define PACKAGE_VERSION "0.21.0" 0043 0044 /* Define to the full name and version of this package. */ 0045 #define PACKAGE_STRING " 0.21.0" 0046 0047 /************************** DEFINES *************************/ 0048 0049 /* Define if the AI_ADDRCONFIG symbol is unavailable */ 0050 /* #undef AI_ADDRCONFIG */ 0051 0052 /* Possible value for SIGNED_RIGHT_SHIFT_IS */ 0053 /* TODO: This is just set to 1 for the moment 0054 port the macro aclocal/ax_signed_right_shift.m4 to CMake to make this work */ 0055 #define ARITHMETIC_RIGHT_SHIFT 1 0056 0057 /* Indicates the effect of the right shift operator on negative signed 0058 integers */ 0059 /* TODO: This is just set to 1 for the moment */ 0060 #define SIGNED_RIGHT_SHIFT_IS 1 0061 0062 /* Use *.h extension for parser header file */ 0063 /* TODO: This might now be necessary anymore as it is set only for automake < 1.11 0064 see: aclocal/ac_prog_bison.m4 */ 0065 /* #undef BISON_USE_PARSER_H_EXTENSION */ 0066 0067 /* Define to 1 if strerror_r returns char *. */ 0068 #define STRERROR_R_CHAR_P 1 0069 0070 0071 /************************** HEADER FILES *************************/ 0072 0073 /* Define to 1 if you have the <arpa/inet.h> header file. */ 0074 #define HAVE_ARPA_INET_H 1 0075 0076 /* Define to 1 if you have the <fcntl.h> header file. */ 0077 #define HAVE_FCNTL_H 1 0078 0079 /* Define to 1 if you have the <inttypes.h> header file. */ 0080 #define HAVE_INTTYPES_H 1 0081 0082 /* Define to 1 if you have the <netdb.h> header file. */ 0083 #define HAVE_NETDB_H 1 0084 0085 /* Define to 1 if you have the <netinet/in.h> header file. */ 0086 #define HAVE_NETINET_IN_H 1 0087 0088 /* Define to 1 if you have the <signal.h> header file. */ 0089 #define HAVE_SIGNAL_H 1 0090 0091 /* Define to 1 if you have the <stdint.h> header file. */ 0092 #define HAVE_STDINT_H 1 0093 0094 /* Define to 1 if you have the <unistd.h> header file. */ 0095 #define HAVE_UNISTD_H 1 0096 0097 /* Define to 1 if you have the <pthread.h> header file. */ 0098 #define HAVE_PTHREAD_H 1 0099 0100 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 0101 #define HAVE_SYS_IOCTL_H 1 0102 0103 /* Define to 1 if you have the <sys/param.h> header file. */ 0104 #define HAVE_SYS_PARAM_H 1 0105 0106 /* Define to 1 if you have the <sys/resource.h> header file. */ 0107 #define HAVE_SYS_RESOURCE_H 1 0108 0109 /* Define to 1 if you have the <sys/socket.h> header file. */ 0110 #define HAVE_SYS_SOCKET_H 1 0111 0112 /* Define to 1 if you have the <sys/stat.h> header file. */ 0113 #define HAVE_SYS_STAT_H 1 0114 0115 /* Define to 1 if you have the <sys/un.h> header file. */ 0116 #define HAVE_SYS_UN_H 1 0117 0118 /* Define to 1 if you have the <poll.h> header file. */ 0119 #define HAVE_POLL_H 1 0120 0121 /* Define to 1 if you have the <sys/poll.h> header file. */ 0122 #define HAVE_SYS_POLL_H 1 0123 0124 /* Define to 1 if you have the <sys/select.h> header file. */ 0125 #define HAVE_SYS_SELECT_H 1 0126 0127 /* Define to 1 if you have the <sys/time.h> header file. */ 0128 #define HAVE_SYS_TIME_H 1 0129 0130 /* Define to 1 if you have the <sched.h> header file. */ 0131 #define HAVE_SCHED_H 1 0132 0133 /* Define to 1 if you have the <strings.h> header file. */ 0134 #define HAVE_STRINGS_H 1 0135 0136 /* Define to 1 if you have the <afunix.h> header file. */ 0137 /* #undef HAVE_AF_UNIX_H */ 0138 0139 /*************************** FUNCTIONS ***************************/ 0140 0141 /* Define to 1 if you have the `gethostbyname' function. */ 0142 #define HAVE_GETHOSTBYNAME 1 0143 0144 /* Define to 1 if you have the `gethostbyname_r' function. */ 0145 #define HAVE_GETHOSTBYNAME_R 1 0146 0147 /* Define to 1 if you have the `strerror_r' function. */ 0148 #define HAVE_STRERROR_R 1 0149 0150 /* Define to 1 if you have the `sched_get_priority_max' function. */ 0151 #define HAVE_SCHED_GET_PRIORITY_MAX 1 0152 0153 /* Define to 1 if you have the `sched_get_priority_min' function. */ 0154 #define HAVE_SCHED_GET_PRIORITY_MIN 1 0155 0156 0157 /* Define to 1 if strerror_r returns char *. */ 0158 #define STRERROR_R_CHAR_P 1 0159 0160 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|