diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-15 08:46:13 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-15 08:46:13 +0100 |
commit | 7fe60435bce6595a9c58a9bfd8244d74b5320e96 (patch) | |
tree | 1ac714a916e02fc90901ddac8bc2a3c6d051d28c /ConfigGeneric | |
download | directfb-voodoo-7fe60435bce6595a9c58a9bfd8244d74b5320e96.tar.gz directfb-voodoo-7fe60435bce6595a9c58a9bfd8244d74b5320e96.tar.bz2 directfb-voodoo-7fe60435bce6595a9c58a9bfd8244d74b5320e96.zip |
Import DirectFB141_2k11R3_beta5
Diffstat (limited to 'ConfigGeneric')
-rwxr-xr-x | ConfigGeneric/config.h | 29 | ||||
-rwxr-xr-x | ConfigGeneric/direct/build.h | 39 | ||||
-rwxr-xr-x | ConfigGeneric/fusion/build.h | 36 |
3 files changed, 104 insertions, 0 deletions
diff --git a/ConfigGeneric/config.h b/ConfigGeneric/config.h new file mode 100755 index 0000000..6e69559 --- /dev/null +++ b/ConfigGeneric/config.h @@ -0,0 +1,29 @@ +#define DIRECTFB_VERSION "1.4.0"
+#define FUSIONDALE_VERSION "0.1.0"
+#define HAVE_ASM_PAGE_H 1
+#define HAVE_DECL_PTHREAD_MUTEX_RECURSIVE 1
+#define HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
+#define HAVE_DLFCN_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_LIBDL 1
+#define HAVE_LIBPTHREAD 1
+#undef HAVE_LINUX_UNISTD_H
+#define HAVE_MEMORY_H 1
+#define HAVE_STDBOOL_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STRING_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_INPUT_ABSINFO 1
+#define PACKAGE_BUGREPORT ""
+#define PACKAGE_NAME ""
+#define PACKAGE_STRING ""
+#define PACKAGE_TARNAME ""
+#define PACKAGE_VERSION ""
+#define SIZEOF_INT 4
+#define SIZEOF_LONG 4
+#define SIZEOF_LONG_LONG 8
+#define STDC_HEADERS 1
diff --git a/ConfigGeneric/direct/build.h b/ConfigGeneric/direct/build.h new file mode 100755 index 0000000..8ae1eeb --- /dev/null +++ b/ConfigGeneric/direct/build.h @@ -0,0 +1,39 @@ +/*
+ (c) Copyright 2000-2002 convergence integrated media GmbH.
+ (c) Copyright 2002-2004 convergence GmbH.
+
+ All rights reserved.
+
+ Written by Denis Oliver Kropp <dok@directfb.org>,
+ Andreas Hundt <andi@fischlustig.de>,
+ Sven Neumann <neo@directfb.org> and
+ Ville Syrjälä <syrjala@sci.fi>.
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the
+ Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
+
+#ifndef __DIRECT__BUILD_H__
+#define __DIRECT__BUILD_H__
+
+#define DIRECT_BUILD_DEBUG (ENABLE_DEBUG)
+#define DIRECT_BUILD_DEBUGS (1)
+#define DIRECT_BUILD_TRACE (ENABLE_TRACE)
+#define DIRECT_BUILD_TEXT (1)
+#define DIRECT_BUILD_GETTID (1)
+#define DIRECT_BUILD_NETWORK (0)
+#define DIRECT_BUILD_STDBOOL (1)
+#endif
+
diff --git a/ConfigGeneric/fusion/build.h b/ConfigGeneric/fusion/build.h new file mode 100755 index 0000000..4bbf6c4 --- /dev/null +++ b/ConfigGeneric/fusion/build.h @@ -0,0 +1,36 @@ +/*
+ (c) Copyright 2000-2002 convergence integrated media GmbH.
+ (c) Copyright 2002-2004 convergence GmbH.
+
+ All rights reserved.
+
+ Written by Denis Oliver Kropp <dok@directfb.org>,
+ Andreas Hundt <andi@fischlustig.de>,
+ Sven Neumann <neo@directfb.org> and
+ Ville Syrjälä <syrjala@sci.fi>.
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the
+ Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
+
+#ifndef __FUSION__BUILD_H__
+#define __FUSION__BUILD_H__
+
+#define FUSION_BUILD_MULTI (0)
+#define FUSION_MESSAGE_SIZE (65536)
+#define FUSION_BUILD_KERNEL (0)
+
+#endif
+
|