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 /* The normal alignment of `double', in bytes. */ 00021 #define ALIGNOF_DOUBLE 8 00022 00023 /* The normal alignment of `void *', in bytes. */ 00024 #define ALIGNOF_VOID_P 8 00025 00026 /* Use libxml2 instead of Expat */ 00027 /* #undef ENABLE_LIBXML2 */ 00028 00029 /* Additional font directories */ 00030 #define FC_ADD_FONTS "yes" 00031 00032 /* Architecture prefix to use for cache file names */ 00033 #define FC_ARCHITECTURE "elf64-x86-64" 00034 00035 /* System font directory */ 00036 #define FC_DEFAULT_FONTS "/usr/share/fonts" 00037 00038 /* The type of len parameter of the gperf hash/lookup function */ 00039 #define FC_GPERF_SIZE_T unsigned int 00040 00041 /* Define to nothing if C supports flexible array members, and to 1 if it does 00042 not. That way, with a declaration like `struct s { int n; double 00043 d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 00044 compilers. When computing the size of such an object, don't use 'sizeof 00045 (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)' 00046 instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with 00047 MSVC and with C++ compilers. */ 00048 #define FLEXIBLE_ARRAY_MEMBER 00049 00050 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00051 */ 00052 #define HAVE_DIRENT_H 1 00053 00054 /* Define to 1 if you have the <dlfcn.h> header file. */ 00055 #define HAVE_DLFCN_H 1 00056 00057 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00058 /* #undef HAVE_DOPRNT */ 00059 00060 /* Define to 1 if you have the <fcntl.h> header file. */ 00061 #define HAVE_FCNTL_H 1 00062 00063 /* Define to 1 if you have the `fstatfs' function. */ 00064 #define HAVE_FSTATFS 1 00065 00066 /* Define to 1 if you have the `fstatvfs' function. */ 00067 #define HAVE_FSTATVFS 1 00068 00069 /* FT_Bitmap_Size structure includes y_ppem field */ 00070 #define HAVE_FT_BITMAP_SIZE_Y_PPEM 1 00071 00072 /* Define to 1 if you have the `FT_Get_BDF_Property' function. */ 00073 #define HAVE_FT_GET_BDF_PROPERTY 1 00074 00075 /* Define to 1 if you have the `FT_Get_Next_Char' function. */ 00076 #define HAVE_FT_GET_NEXT_CHAR 1 00077 00078 /* Define to 1 if you have the `FT_Get_PS_Font_Info' function. */ 00079 #define HAVE_FT_GET_PS_FONT_INFO 1 00080 00081 /* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */ 00082 #define HAVE_FT_GET_X11_FONT_FORMAT 1 00083 00084 /* Define to 1 if you have the `FT_Has_PS_Glyph_Names' function. */ 00085 #define HAVE_FT_HAS_PS_GLYPH_NAMES 1 00086 00087 /* Define to 1 if you have the `FT_Select_Size' function. */ 00088 #define HAVE_FT_SELECT_SIZE 1 00089 00090 /* Define to 1 if you have the `getexecname' function. */ 00091 /* #undef HAVE_GETEXECNAME */ 00092 00093 /* Define to 1 if you have the `getopt' function. */ 00094 #define HAVE_GETOPT 1 00095 00096 /* Define to 1 if you have the `getopt_long' function. */ 00097 #define HAVE_GETOPT_LONG 1 00098 00099 /* Define to 1 if you have the `getpagesize' function. */ 00100 #define HAVE_GETPAGESIZE 1 00101 00102 /* Define to 1 if you have the `getprogname' function. */ 00103 /* #undef HAVE_GETPROGNAME */ 00104 00105 /* Have Intel __sync_* atomic primitives */ 00106 #define HAVE_INTEL_ATOMIC_PRIMITIVES 1 00107 00108 /* Define to 1 if you have the <inttypes.h> header file. */ 00109 #define HAVE_INTTYPES_H 1 00110 00111 /* Define to 1 if you have the `link' function. */ 00112 #define HAVE_LINK 1 00113 00114 /* Define to 1 if you have the `lrand48' function. */ 00115 #define HAVE_LRAND48 1 00116 00117 /* Define to 1 if you have the `lstat' function. */ 00118 #define HAVE_LSTAT 1 00119 00120 /* Define to 1 if you have the <memory.h> header file. */ 00121 #define HAVE_MEMORY_H 1 00122 00123 /* Define to 1 if you have the `mkdtemp' function. */ 00124 #define HAVE_MKDTEMP 1 00125 00126 /* Define to 1 if you have the `mkostemp' function. */ 00127 #define HAVE_MKOSTEMP 1 00128 00129 /* Define to 1 if you have the `mkstemp' function. */ 00130 #define HAVE_MKSTEMP 1 00131 00132 /* Define to 1 if you have a working `mmap' system call. */ 00133 #define HAVE_MMAP 1 00134 00135 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00136 /* #undef HAVE_NDIR_H */ 00137 00138 /* Define to 1 if you have the 'posix_fadvise' function. */ 00139 #define HAVE_POSIX_FADVISE 1 00140 00141 /* Have POSIX threads */ 00142 #define HAVE_PTHREAD 1 00143 00144 /* Have PTHREAD_PRIO_INHERIT. */ 00145 #define HAVE_PTHREAD_PRIO_INHERIT 1 00146 00147 /* Define to 1 if you have the `rand' function. */ 00148 #define HAVE_RAND 1 00149 00150 /* Define to 1 if you have the `random' function. */ 00151 #define HAVE_RANDOM 1 00152 00153 /* Define to 1 if you have the `random_r' function. */ 00154 #define HAVE_RANDOM_R 1 00155 00156 /* Define to 1 if you have the `rand_r' function. */ 00157 #define HAVE_RAND_R 1 00158 00159 /* Define to 1 if you have the `readlink' function. */ 00160 #define HAVE_READLINK 1 00161 00162 /* Define to 1 if you have the <sched.h> header file. */ 00163 /* #undef HAVE_SCHED_H */ 00164 00165 /* Have sched_yield */ 00166 /* #undef HAVE_SCHED_YIELD */ 00167 00168 /* Have Solaris __machine_*_barrier and atomic_* operations */ 00169 /* #undef HAVE_SOLARIS_ATOMIC_OPS */ 00170 00171 /* Define to 1 if you have the <stdint.h> header file. */ 00172 #define HAVE_STDINT_H 1 00173 00174 /* Define to 1 if you have the <stdlib.h> header file. */ 00175 #define HAVE_STDLIB_H 1 00176 00177 /* Define to 1 if you have the <strings.h> header file. */ 00178 #define HAVE_STRINGS_H 1 00179 00180 /* Define to 1 if you have the <string.h> header file. */ 00181 #define HAVE_STRING_H 1 00182 00183 /* Define to 1 if `d_type' is a member of `struct dirent'. */ 00184 #define HAVE_STRUCT_DIRENT_D_TYPE 1 00185 00186 /* Define to 1 if `f_flags' is a member of `struct statfs'. */ 00187 #define HAVE_STRUCT_STATFS_F_FLAGS 1 00188 00189 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */ 00190 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */ 00191 00192 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */ 00193 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */ 00194 00195 /* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */ 00196 /* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */ 00197 00198 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00199 */ 00200 /* #undef HAVE_SYS_DIR_H */ 00201 00202 /* Define to 1 if you have the <sys/mount.h> header file. */ 00203 #define HAVE_SYS_MOUNT_H 1 00204 00205 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00206 */ 00207 /* #undef HAVE_SYS_NDIR_H */ 00208 00209 /* Define to 1 if you have the <sys/param.h> header file. */ 00210 #define HAVE_SYS_PARAM_H 1 00211 00212 /* Define to 1 if you have the <sys/statfs.h> header file. */ 00213 #define HAVE_SYS_STATFS_H 1 00214 00215 /* Define to 1 if you have the <sys/statvfs.h> header file. */ 00216 #define HAVE_SYS_STATVFS_H 1 00217 00218 /* Define to 1 if you have the <sys/stat.h> header file. */ 00219 #define HAVE_SYS_STAT_H 1 00220 00221 /* Define to 1 if you have the <sys/types.h> header file. */ 00222 #define HAVE_SYS_TYPES_H 1 00223 00224 /* Define to 1 if you have the <sys/vfs.h> header file. */ 00225 #define HAVE_SYS_VFS_H 1 00226 00227 /* Define to 1 if `usLowerOpticalPointSize' is a member of `TT_OS2'. */ 00228 #define HAVE_TT_OS2_USLOWEROPTICALPOINTSIZE 1 00229 00230 /* Define to 1 if `usUpperOpticalPointSize' is a member of `TT_OS2'. */ 00231 #define HAVE_TT_OS2_USUPPEROPTICALPOINTSIZE 1 00232 00233 /* Define to 1 if you have the <unistd.h> header file. */ 00234 #define HAVE_UNISTD_H 1 00235 00236 /* Define to 1 if you have the `vprintf' function. */ 00237 #define HAVE_VPRINTF 1 00238 00239 /* Can use #warning in C files */ 00240 #define HAVE_WARNING_CPP_DIRECTIVE 1 00241 00242 /* Use xmlparse.h instead of expat.h */ 00243 /* #undef HAVE_XMLPARSE_H */ 00244 00245 /* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */ 00246 #define HAVE_XML_SETDOCTYPEDECLHANDLER 1 00247 00248 /* Define to 1 if you have the `_mktemp_s' function. */ 00249 /* #undef HAVE__MKTEMP_S */ 00250 00251 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00252 */ 00253 #define LT_OBJDIR ".libs/" 00254 00255 /* Name of package */ 00256 #define PACKAGE "fontconfig" 00257 00258 /* Define to the address where bug reports for this package should be sent. */ 00259 #define PACKAGE_BUGREPORT \ 00260 "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig" 00261 00262 /* Define to the full name of this package. */ 00263 #define PACKAGE_NAME "fontconfig" 00264 00265 /* Define to the full name and version of this package. */ 00266 #define PACKAGE_STRING "fontconfig 2.11.94" 00267 00268 /* Define to the one symbol short name of this package. */ 00269 #define PACKAGE_TARNAME "fontconfig" 00270 00271 /* Define to the home page for this package. */ 00272 #define PACKAGE_URL "" 00273 00274 /* Define to the version of this package. */ 00275 #define PACKAGE_VERSION "2.11.94" 00276 00277 /* Define to necessary symbol if this constant uses a non-standard name on 00278 your system. */ 00279 /* #undef PTHREAD_CREATE_JOINABLE */ 00280 00281 /* The size of `char', as computed by sizeof. */ 00282 /* #undef SIZEOF_CHAR */ 00283 00284 /* The size of `int', as computed by sizeof. */ 00285 /* #undef SIZEOF_INT */ 00286 00287 /* The size of `long', as computed by sizeof. */ 00288 /* #undef SIZEOF_LONG */ 00289 00290 /* The size of `short', as computed by sizeof. */ 00291 /* #undef SIZEOF_SHORT */ 00292 00293 /* The size of `void*', as computed by sizeof. */ 00294 /* #undef SIZEOF_VOIDP */ 00295 00296 /* The size of `void *', as computed by sizeof. */ 00297 #define SIZEOF_VOID_P 8 00298 00299 /* Define to 1 if you have the ANSI C header files. */ 00300 #define STDC_HEADERS 1 00301 00302 /* Use iconv. */ 00303 #define USE_ICONV 0 00304 00305 /* Enable extensions on AIX 3, Interix. */ 00306 #ifndef _ALL_SOURCE 00307 #define _ALL_SOURCE 1 00308 #endif 00309 /* Enable GNU extensions on systems that have them. */ 00310 #ifndef _GNU_SOURCE 00311 #define _GNU_SOURCE 1 00312 #endif 00313 /* Enable threading extensions on Solaris. */ 00314 #ifndef _POSIX_PTHREAD_SEMANTICS 00315 #define _POSIX_PTHREAD_SEMANTICS 1 00316 #endif 00317 /* Enable extensions on HP NonStop. */ 00318 #ifndef _TANDEM_SOURCE 00319 #define _TANDEM_SOURCE 1 00320 #endif 00321 /* Enable general extensions on Solaris. */ 00322 #ifndef __EXTENSIONS__ 00323 #define __EXTENSIONS__ 1 00324 #endif 00325 00326 /* Version number of package */ 00327 #define VERSION "2.11.94" 00328 00329 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 00330 significant byte first (like Motorola and SPARC, unlike Intel). */ 00331 #if defined AC_APPLE_UNIVERSAL_BUILD 00332 #if defined __BIG_ENDIAN__ 00333 #define WORDS_BIGENDIAN 1 00334 #endif 00335 #else 00336 #ifndef WORDS_BIGENDIAN 00337 /* # undef WORDS_BIGENDIAN */ 00338 #endif 00339 #endif 00340 00341 /* Enable large inode numbers on Mac OS X 10.5. */ 00342 #ifndef _DARWIN_USE_64_BIT_INODE 00343 #define _DARWIN_USE_64_BIT_INODE 1 00344 #endif 00345 00346 /* Number of bits in a file offset, on hosts where this is settable. */ 00347 /* #undef _FILE_OFFSET_BITS */ 00348 00349 /* Define for large files, on AIX-style hosts. */ 00350 /* #undef _LARGE_FILES */ 00351 00352 /* Define to 1 if on MINIX. */ 00353 /* #undef _MINIX */ 00354 00355 /* Define to 2 if the system does not provide POSIX.1 features except with 00356 this defined. */ 00357 /* #undef _POSIX_1_SOURCE */ 00358 00359 /* Define to 1 if you need to in order for `stat' and other things to work. */ 00360 /* #undef _POSIX_SOURCE */ 00361 00362 /* Define to empty if `const' does not conform to ANSI C. */ 00363 /* #undef const */ 00364 00365 /* Define to `__inline__' or `__inline' if that's what the C compiler 00366 calls it, or to nothing if 'inline' is not supported under any name. */ 00367 #ifndef __cplusplus 00368 /* #undef inline */ 00369 #endif 00370 00371 /* Define to `int' if <sys/types.h> does not define. */ 00372 /* #undef pid_t */