1/* src/webp/config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define if building universal (internal helper macro) */ 4#undef AC_APPLE_UNIVERSAL_BUILD 5 6/* Set to 1 if __builtin_bswap16 is available */ 7#undef HAVE_BUILTIN_BSWAP16 8 9/* Set to 1 if __builtin_bswap32 is available */ 10#undef HAVE_BUILTIN_BSWAP32 11 12/* Set to 1 if __builtin_bswap64 is available */ 13#undef HAVE_BUILTIN_BSWAP64 14 15/* Define to 1 if you have the <cpu-features.h> header file. */ 16#undef HAVE_CPU_FEATURES_H 17 18/* Define to 1 if you have the <dlfcn.h> header file. */ 19#undef HAVE_DLFCN_H 20 21/* Define to 1 if you have the <GLUT/glut.h> header file. */ 22#undef HAVE_GLUT_GLUT_H 23 24/* Define to 1 if you have the <GL/glut.h> header file. */ 25#undef HAVE_GL_GLUT_H 26 27/* Define to 1 if you have the <inttypes.h> header file. */ 28#undef HAVE_INTTYPES_H 29 30/* Define to 1 if you have the <memory.h> header file. */ 31#undef HAVE_MEMORY_H 32 33/* Define to 1 if you have the <OpenGL/glut.h> header file. */ 34#undef HAVE_OPENGL_GLUT_H 35 36/* Have PTHREAD_PRIO_INHERIT. */ 37#undef HAVE_PTHREAD_PRIO_INHERIT 38 39/* Define to 1 if you have the <shlwapi.h> header file. */ 40#undef HAVE_SHLWAPI_H 41 42/* Define to 1 if you have the <stdint.h> header file. */ 43#undef HAVE_STDINT_H 44 45/* Define to 1 if you have the <stdlib.h> header file. */ 46#undef HAVE_STDLIB_H 47 48/* Define to 1 if you have the <strings.h> header file. */ 49#undef HAVE_STRINGS_H 50 51/* Define to 1 if you have the <string.h> header file. */ 52#undef HAVE_STRING_H 53 54/* Define to 1 if you have the <sys/stat.h> header file. */ 55#undef HAVE_SYS_STAT_H 56 57/* Define to 1 if you have the <sys/types.h> header file. */ 58#undef HAVE_SYS_TYPES_H 59 60/* Define to 1 if you have the <unistd.h> header file. */ 61#undef HAVE_UNISTD_H 62 63/* Define to 1 if you have the <wincodec.h> header file. */ 64#undef HAVE_WINCODEC_H 65 66/* Define to 1 if you have the <windows.h> header file. */ 67#undef HAVE_WINDOWS_H 68 69/* Define to the sub-directory where libtool stores uninstalled libraries. */ 70#undef LT_OBJDIR 71 72/* Name of package */ 73#undef PACKAGE 74 75/* Define to the address where bug reports for this package should be sent. */ 76#undef PACKAGE_BUGREPORT 77 78/* Define to the full name of this package. */ 79#undef PACKAGE_NAME 80 81/* Define to the full name and version of this package. */ 82#undef PACKAGE_STRING 83 84/* Define to the one symbol short name of this package. */ 85#undef PACKAGE_TARNAME 86 87/* Define to the home page for this package. */ 88#undef PACKAGE_URL 89 90/* Define to the version of this package. */ 91#undef PACKAGE_VERSION 92 93/* Define to necessary symbol if this constant uses a non-standard name on 94 your system. */ 95#undef PTHREAD_CREATE_JOINABLE 96 97/* Define to 1 if you have the ANSI C header files. */ 98#undef STDC_HEADERS 99 100/* Version number of package */ 101#undef VERSION 102 103/* Set to 1 if GIF library is installed */ 104#undef WEBP_HAVE_GIF 105 106/* Set to 1 if OpenGL is supported */ 107#undef WEBP_HAVE_GL 108 109/* Set to 1 if JPEG library is installed */ 110#undef WEBP_HAVE_JPEG 111 112/* Set to 1 if NEON is supported */ 113#undef WEBP_HAVE_NEON 114 115/* Set to 1 if runtime detection of NEON is enabled */ 116#undef WEBP_HAVE_NEON_RTCD 117 118/* Set to 1 if PNG library is installed */ 119#undef WEBP_HAVE_PNG 120 121/* Set to 1 if SDL library is installed */ 122#undef WEBP_HAVE_SDL 123 124/* Set to 1 if SSE2 is supported */ 125#undef WEBP_HAVE_SSE2 126 127/* Set to 1 if SSE4.1 is supported */ 128#undef WEBP_HAVE_SSE41 129 130/* Set to 1 if TIFF library is installed */ 131#undef WEBP_HAVE_TIFF 132 133/* Enable near lossless encoding */ 134#undef WEBP_NEAR_LOSSLESS 135 136/* Undefine this to disable thread support. */ 137#undef WEBP_USE_THREAD 138 139/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 140 significant byte first (like Motorola and SPARC, unlike Intel). */ 141#if defined AC_APPLE_UNIVERSAL_BUILD 142# if defined __BIG_ENDIAN__ 143# define WORDS_BIGENDIAN 1 144# endif 145#else 146# ifndef WORDS_BIGENDIAN 147# undef WORDS_BIGENDIAN 148# endif 149#endif 150