00001 /* 00002 * Copyright 2018 The Cartographer Authors 00003 * 00004 * Licensed under the Apache License, Version 2.0 (the "License"); 00005 * you may not use this file except in compliance with the License. 00006 * You may obtain a copy of the License at 00007 * 00008 * http://www.apache.org/licenses/LICENSE-2.0 00009 * 00010 * Unless required by applicable law or agreed to in writing, software 00011 * distributed under the License is distributed on an "AS IS" BASIS, 00012 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00013 * See the License for the specific language governing permissions and 00014 * limitations under the License. 00015 */ 00016 00017 /* Define if building universal (internal helper macro) */ 00018 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 00019 00020 /* Whether we have alarm() */ 00021 #define HAVE_ALARM 1 00022 00023 /* Whether the compiler supports __builtin_clz */ 00024 #define HAVE_BUILTIN_CLZ 00025 00026 /* Define to 1 if you have the <dlfcn.h> header file. */ 00027 #define HAVE_DLFCN_H 1 00028 00029 /* Whether we have feenableexcept() */ 00030 #define HAVE_FEENABLEEXCEPT 1 00031 00032 /* Define to 1 if we have <fenv.h> */ 00033 #define HAVE_FENV_H 1 00034 00035 /* Whether the tool chain supports __float128 */ 00036 #define HAVE_FLOAT128 00037 00038 /* Define to 1 if you have the `getisax' function. */ 00039 /* #undef HAVE_GETISAX */ 00040 00041 /* Whether we have getpagesize() */ 00042 #define HAVE_GETPAGESIZE 1 00043 00044 /* Whether we have gettimeofday() */ 00045 #define HAVE_GETTIMEOFDAY 1 00046 00047 /* Define to 1 if you have the <inttypes.h> header file. */ 00048 #define HAVE_INTTYPES_H 1 00049 00050 /* Define to 1 if you have the `pixman-1' library (-lpixman-1). */ 00051 /* #undef HAVE_LIBPIXMAN_1 */ 00052 00053 /* Whether we have libpng */ 00054 #define HAVE_LIBPNG 1 00055 00056 /* Define to 1 if you have the <memory.h> header file. */ 00057 #define HAVE_MEMORY_H 1 00058 00059 /* Whether we have mmap() */ 00060 #define HAVE_MMAP 1 00061 00062 /* Whether we have mprotect() */ 00063 #define HAVE_MPROTECT 1 00064 00065 /* Whether we have posix_memalign() */ 00066 #define HAVE_POSIX_MEMALIGN 1 00067 00068 /* Whether pthreads is supported */ 00069 #define HAVE_PTHREADS 00070 00071 /* Whether we have sigaction() */ 00072 #define HAVE_SIGACTION 1 00073 00074 /* Define to 1 if you have the <stdint.h> header file. */ 00075 #define HAVE_STDINT_H 1 00076 00077 /* Define to 1 if you have the <stdlib.h> header file. */ 00078 #define HAVE_STDLIB_H 1 00079 00080 /* Define to 1 if you have the <strings.h> header file. */ 00081 #define HAVE_STRINGS_H 1 00082 00083 /* Define to 1 if you have the <string.h> header file. */ 00084 #define HAVE_STRING_H 1 00085 00086 /* Define to 1 if we have <sys/mman.h> */ 00087 #define HAVE_SYS_MMAN_H 1 00088 00089 /* Define to 1 if you have the <sys/stat.h> header file. */ 00090 #define HAVE_SYS_STAT_H 1 00091 00092 /* Define to 1 if you have the <sys/types.h> header file. */ 00093 #define HAVE_SYS_TYPES_H 1 00094 00095 /* Define to 1 if you have the <unistd.h> header file. */ 00096 #define HAVE_UNISTD_H 1 00097 00098 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00099 */ 00100 #define LT_OBJDIR ".libs/" 00101 00102 /* Name of package */ 00103 #define PACKAGE "pixman" 00104 00105 /* Define to the address where bug reports for this package should be sent. */ 00106 #define PACKAGE_BUGREPORT "pixman@lists.freedesktop.org" 00107 00108 /* Define to the full name of this package. */ 00109 #define PACKAGE_NAME "pixman" 00110 00111 /* Define to the full name and version of this package. */ 00112 #define PACKAGE_STRING "pixman 0.34.0" 00113 00114 /* Define to the one symbol short name of this package. */ 00115 #define PACKAGE_TARNAME "pixman" 00116 00117 /* Define to the home page for this package. */ 00118 #define PACKAGE_URL "" 00119 00120 /* Define to the version of this package. */ 00121 #define PACKAGE_VERSION "0.34.0" 00122 00123 /* enable TIMER_BEGIN/TIMER_END macros */ 00124 /* #undef PIXMAN_TIMERS */ 00125 00126 /* The size of `long', as computed by sizeof. */ 00127 #define SIZEOF_LONG 8 00128 00129 /* Define to 1 if you have the ANSI C header files. */ 00130 #define STDC_HEADERS 1 00131 00132 /* The compiler supported TLS storage class */ 00133 #define TLS __thread 00134 00135 /* Whether the tool chain supports __attribute__((constructor)) */ 00136 #define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR 00137 00138 /* use ARM IWMMXT compiler intrinsics */ 00139 /* #undef USE_ARM_IWMMXT */ 00140 00141 /* use ARM NEON assembly optimizations */ 00142 /* #undef USE_ARM_NEON */ 00143 00144 /* use ARM SIMD assembly optimizations */ 00145 /* #undef USE_ARM_SIMD */ 00146 00147 /* use GNU-style inline assembler */ 00148 #define USE_GCC_INLINE_ASM 1 00149 00150 /* use Loongson Multimedia Instructions */ 00151 /* #undef USE_LOONGSON_MMI */ 00152 00153 /* use MIPS DSPr2 assembly optimizations */ 00154 /* #undef USE_MIPS_DSPR2 */ 00155 00156 /* use OpenMP in the test suite */ 00157 #define USE_OPENMP 1 00158 00159 /* use SSE2 compiler intrinsics */ 00160 /* #undef USE_SSE2 */ 00161 00162 /* use SSSE3 compiler intrinsics */ 00163 /* #undef USE_SSSE3 */ 00164 00165 /* use VMX compiler intrinsics */ 00166 /* #undef USE_VMX */ 00167 00168 /* use x86 MMX compiler intrinsics */ 00169 /* #undef USE_X86_MMX */ 00170 00171 /* Version number of package */ 00172 #define VERSION "0.34.0" 00173 00174 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 00175 significant byte first (like Motorola and SPARC, unlike Intel). */ 00176 #if defined AC_APPLE_UNIVERSAL_BUILD 00177 #if defined __BIG_ENDIAN__ 00178 #define WORDS_BIGENDIAN 1 00179 #endif 00180 #else 00181 #ifndef WORDS_BIGENDIAN 00182 /* # undef WORDS_BIGENDIAN */ 00183 #endif 00184 #endif 00185 00186 /* Define to `__inline__' or `__inline' if that's what the C compiler 00187 calls it, or to nothing if 'inline' is not supported under any name. */ 00188 #ifndef __cplusplus 00189 /* #undef inline */ 00190 #endif 00191 00192 /* Define to sqrt if you do not have the `sqrtf' function. */ 00193 /* #undef sqrtf */