Macros
pixman/config.h File Reference

Go to the source code of this file.

Macros

#define HAVE_ALARM   1
 
#define HAVE_BUILTIN_CLZ
 
#define HAVE_DLFCN_H   1
 
#define HAVE_FEENABLEEXCEPT   1
 
#define HAVE_FENV_H   1
 
#define HAVE_FLOAT128
 
#define HAVE_GETPAGESIZE   1
 
#define HAVE_GETTIMEOFDAY   1
 
#define HAVE_INTTYPES_H   1
 
#define HAVE_LIBPNG   1
 
#define HAVE_MEMORY_H   1
 
#define HAVE_MMAP   1
 
#define HAVE_MPROTECT   1
 
#define HAVE_POSIX_MEMALIGN   1
 
#define HAVE_PTHREADS
 
#define HAVE_SIGACTION   1
 
#define HAVE_STDINT_H   1
 
#define HAVE_STDLIB_H   1
 
#define HAVE_STRING_H   1
 
#define HAVE_STRINGS_H   1
 
#define HAVE_SYS_MMAN_H   1
 
#define HAVE_SYS_STAT_H   1
 
#define HAVE_SYS_TYPES_H   1
 
#define HAVE_UNISTD_H   1
 
#define LT_OBJDIR   ".libs/"
 
#define PACKAGE   "pixman"
 
#define PACKAGE_BUGREPORT   "pixman@lists.freedesktop.org"
 
#define PACKAGE_NAME   "pixman"
 
#define PACKAGE_STRING   "pixman 0.34.0"
 
#define PACKAGE_TARNAME   "pixman"
 
#define PACKAGE_URL   ""
 
#define PACKAGE_VERSION   "0.34.0"
 
#define SIZEOF_LONG   8
 
#define STDC_HEADERS   1
 
#define TLS   __thread
 
#define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR
 
#define USE_GCC_INLINE_ASM   1
 
#define USE_OPENMP   1
 
#define VERSION   "0.34.0"
 

Macro Definition Documentation

◆ HAVE_ALARM

#define HAVE_ALARM   1

Definition at line 21 of file pixman/config.h.

◆ HAVE_BUILTIN_CLZ

#define HAVE_BUILTIN_CLZ

Definition at line 24 of file pixman/config.h.

◆ HAVE_DLFCN_H

#define HAVE_DLFCN_H   1

Definition at line 27 of file pixman/config.h.

◆ HAVE_FEENABLEEXCEPT

#define HAVE_FEENABLEEXCEPT   1

Definition at line 30 of file pixman/config.h.

◆ HAVE_FENV_H

#define HAVE_FENV_H   1

Definition at line 33 of file pixman/config.h.

◆ HAVE_FLOAT128

#define HAVE_FLOAT128

Definition at line 36 of file pixman/config.h.

◆ HAVE_GETPAGESIZE

#define HAVE_GETPAGESIZE   1

Definition at line 42 of file pixman/config.h.

◆ HAVE_GETTIMEOFDAY

#define HAVE_GETTIMEOFDAY   1

Definition at line 45 of file pixman/config.h.

◆ HAVE_INTTYPES_H

#define HAVE_INTTYPES_H   1

Definition at line 48 of file pixman/config.h.

◆ HAVE_LIBPNG

#define HAVE_LIBPNG   1

Definition at line 54 of file pixman/config.h.

◆ HAVE_MEMORY_H

#define HAVE_MEMORY_H   1

Definition at line 57 of file pixman/config.h.

◆ HAVE_MMAP

#define HAVE_MMAP   1

Definition at line 60 of file pixman/config.h.

◆ HAVE_MPROTECT

#define HAVE_MPROTECT   1

Definition at line 63 of file pixman/config.h.

◆ HAVE_POSIX_MEMALIGN

#define HAVE_POSIX_MEMALIGN   1

Definition at line 66 of file pixman/config.h.

◆ HAVE_PTHREADS

#define HAVE_PTHREADS

Definition at line 69 of file pixman/config.h.

◆ HAVE_SIGACTION

#define HAVE_SIGACTION   1

Definition at line 72 of file pixman/config.h.

◆ HAVE_STDINT_H

#define HAVE_STDINT_H   1

Definition at line 75 of file pixman/config.h.

◆ HAVE_STDLIB_H

#define HAVE_STDLIB_H   1

Definition at line 78 of file pixman/config.h.

◆ HAVE_STRING_H

#define HAVE_STRING_H   1

Definition at line 84 of file pixman/config.h.

◆ HAVE_STRINGS_H

#define HAVE_STRINGS_H   1

Definition at line 81 of file pixman/config.h.

◆ HAVE_SYS_MMAN_H

#define HAVE_SYS_MMAN_H   1

Definition at line 87 of file pixman/config.h.

◆ HAVE_SYS_STAT_H

#define HAVE_SYS_STAT_H   1

Definition at line 90 of file pixman/config.h.

◆ HAVE_SYS_TYPES_H

#define HAVE_SYS_TYPES_H   1

Definition at line 93 of file pixman/config.h.

◆ HAVE_UNISTD_H

#define HAVE_UNISTD_H   1

Definition at line 96 of file pixman/config.h.

◆ LT_OBJDIR

#define LT_OBJDIR   ".libs/"

Definition at line 100 of file pixman/config.h.

◆ PACKAGE

#define PACKAGE   "pixman"

Definition at line 103 of file pixman/config.h.

◆ PACKAGE_BUGREPORT

#define PACKAGE_BUGREPORT   "pixman@lists.freedesktop.org"

Definition at line 106 of file pixman/config.h.

◆ PACKAGE_NAME

#define PACKAGE_NAME   "pixman"

Definition at line 109 of file pixman/config.h.

◆ PACKAGE_STRING

#define PACKAGE_STRING   "pixman 0.34.0"

Definition at line 112 of file pixman/config.h.

◆ PACKAGE_TARNAME

#define PACKAGE_TARNAME   "pixman"

Definition at line 115 of file pixman/config.h.

◆ PACKAGE_URL

#define PACKAGE_URL   ""

Definition at line 118 of file pixman/config.h.

◆ PACKAGE_VERSION

#define PACKAGE_VERSION   "0.34.0"

Definition at line 121 of file pixman/config.h.

◆ SIZEOF_LONG

#define SIZEOF_LONG   8

Definition at line 127 of file pixman/config.h.

◆ STDC_HEADERS

#define STDC_HEADERS   1

Definition at line 130 of file pixman/config.h.

◆ TLS

#define TLS   __thread

Definition at line 133 of file pixman/config.h.

◆ TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR

#define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR

Definition at line 136 of file pixman/config.h.

◆ USE_GCC_INLINE_ASM

#define USE_GCC_INLINE_ASM   1

Definition at line 148 of file pixman/config.h.

◆ USE_OPENMP

#define USE_OPENMP   1

Definition at line 157 of file pixman/config.h.

◆ VERSION

#define VERSION   "0.34.0"

Definition at line 172 of file pixman/config.h.



cartographer
Author(s): The Cartographer Authors
autogenerated on Mon Feb 28 2022 22:00:59