From 7fe60435bce6595a9c58a9bfd8244d74b5320e96 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 08:46:13 +0100 Subject: Import DirectFB141_2k11R3_beta5 --- Source/DirectFB/config.h.in | 161 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100755 Source/DirectFB/config.h.in (limited to 'Source/DirectFB/config.h.in') diff --git a/Source/DirectFB/config.h.in b/Source/DirectFB/config.h.in new file mode 100755 index 0000000..e4f0fb0 --- /dev/null +++ b/Source/DirectFB/config.h.in @@ -0,0 +1,161 @@ +/* config.h.in. Generated from configure.in by autoheader. */ + +/* Define to 1 if you are compiling for ARM. */ +#undef ARCH_ARM + +/* Define to 1 if you are compiling for PowerPC. */ +#undef ARCH_PPC + +/* Define to 1 if you are compiling for SH4. */ +#undef ARCH_SH4 + +/* Define to 1 if you are compiling for ix86. */ +#undef ARCH_X86 + +/* Define to 1 if you are compiling for AMD64. */ +#undef ARCH_X86_64 + +/* Dithering to use when rendering to RGB16 surfaces */ +#undef DFB_DITHER565 + +/* Advanced dithering, uses large dither table */ +#undef DFB_DITHER_ADVANCED + +/* Simple dithering, uses small dither table */ +#undef DFB_DITHER_SIMPLE + +/* Define to 1 if Video4Linux 2 is supported. */ +#undef DFB_HAVE_V4L2 + +/* Define to 1 if smooth scaling code should be built. */ +#undef DFB_SMOOTH_SCALING + +/* The DirectFB version */ +#undef DIRECTFB_VERSION + +/* Define to 1 if you have the header file. */ +#undef HAVE_ASM_PAGE_H + +/* Define to 1 if you have the declaration of `PTHREAD_MUTEX_RECURSIVE', and + to 0 if you don't. */ +#undef HAVE_DECL_PTHREAD_MUTEX_RECURSIVE + +/* Define to 1 if you have the declaration of + `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP', and to 0 if you don't. */ +#undef HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if inb, outb and iopl are available. */ +#undef HAVE_INB_OUTB_IOPL + +/* Define to 1 if struct input_absinfo is defined in linux/input.h. */ +#undef HAVE_INPUT_ABSINFO + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the `c_r' library (-lc_r). */ +#undef HAVE_LIBC_R + +/* Define to 1 if you have the `dl' library (-ldl). */ +#undef HAVE_LIBDL + +/* Define to 1 if you have the `pthread' library (-lpthread). */ +#undef HAVE_LIBPTHREAD + +/* Define to 1 if you have the header file. */ +#undef HAVE_LINUX_COMPILER_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LINUX_UNISTD_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYSIO + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if Linux Input driver should use FBDev system module for + console keymap queries. */ +#undef LINUX_INPUT_USE_FBDEV + +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* The size of `int', as computed by sizeof. */ +#undef SIZEOF_INT + +/* The size of `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* The size of `long long', as computed by sizeof. */ +#undef SIZEOF_LONG_LONG + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define to 1 if arm assembly is available. */ +#undef USE_ARMASM + +/* Define to 1 if GLX has been selected or detected */ +#undef USE_GLX + +/* Define to 1 if compiling on KallistiOS. */ +#undef USE_KOS + +/* Define to 1 if MMX assembly is available. */ +#undef USE_MMX + +/* Define to 1 if ppc assembly is available. */ +#undef USE_PPCASM + +/* Define to 1 if SSE assembly is available. */ +#undef USE_SSE + +/* Define to 1 to build with sysfs support. */ +#undef USE_SYSFS + +/* Define to 1 to build with zlib compression. */ +#undef USE_ZLIB + +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN -- cgit