build.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. (c) Copyright 2000-2002 convergence integrated media GmbH.
  3. (c) Copyright 2002-2004 convergence GmbH.
  4. All rights reserved.
  5. Written by Denis Oliver Kropp <dok@directfb.org>,
  6. Andreas Hundt <andi@fischlustig.de>,
  7. Sven Neumann <neo@directfb.org> and
  8. Ville Syrjälä <syrjala@sci.fi>.
  9. This library is free software; you can redistribute it and/or
  10. modify it under the terms of the GNU Lesser General Public
  11. License as published by the Free Software Foundation; either
  12. version 2 of the License, or (at your option) any later version.
  13. This library is distributed in the hope that it will be useful,
  14. but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  16. Lesser General Public License for more details.
  17. You should have received a copy of the GNU Lesser General Public
  18. License along with this library; if not, write to the
  19. Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  20. Boston, MA 02111-1307, USA.
  21. */
  22. #ifndef __FUSION__BUILD_H__
  23. #define __FUSION__BUILD_H__
  24. #define FUSION_BUILD_MULTI (1)
  25. #define FUSION_BUILD_KERNEL (1)
  26. #define FUSION_MESSAGE_SIZE (16384)
  27. #endif