www.pudn.com > blob-2.0.5-pre2.rar > config.h
/* include/blob/config.h. Generated automatically by configure. */ /* include/blob/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ /*------------------------------------------------------------------------- * Filename: acconfig.h * Version: $Id: acconfig.h,v 1.12 2002/01/07 14:58:16 erikm Exp $ * Copyright: Copyright (C) 1999, Erik Mouw * Author: Erik Mouw* Description: Definitions for GNU autoconf/automake/libtool * Created at: Wed Jul 28 22:35:51 1999 * Modified by: Erik Mouw * Modified at: Sun Oct 3 18:47:48 1999 *-----------------------------------------------------------------------*/ /* * acconfig.h: Definitions for GNU autoconf/automake/libtool * * Copyright (C) 1999 Erik Mouw (J.A.K.Mouw@its.tudelft.nl) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program 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 General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ /* * * WARNING: * Don't try to edit config.h.in or config.h, because your changes * will be overwritten once you run automake, autoconf or * configure. Edit acconfig.h instead. * */ #ident "$Id: acconfig.h,v 1.12 2002/01/07 14:58:16 erikm Exp $" #ifndef BLOB_CONFIG_H #define BLOB_CONFIG_H /* Define as __inline if that's what the C compiler calls it. */ /* #undef inline */ /* Define the board name over here */ #define BOARD_NAME "Delft University of Technology LART" /* Define to enable run-time debug information */ /* #undef BLOB_DEBUG */ /* Define for Assabet boards */ /* #undef ASSABET */ /* Define if Neponset board attached to Assabet */ /* #undef NEPONSET */ /* Define for Badge 4 */ /* #undef BADGE4 */ /* Define for Brutus boards */ /* #undef BRUTUS */ /* Define for CreditLART boards */ /* #undef CLART */ /* Define for Ipaq H3600 */ /* #undef H3600 */ /* Define for Vercel UD-1 (IDR) */ /* #undef IDR */ /* Define for Jornada 720 */ /* #undef JORNADA720 */ /* Define for LART boards */ #define LART 1 /* Define for NESA boards */ /* #undef NESA */ /* Define for PLEB boards */ /* #undef PLEB */ /* Define for PT System 3 boards */ /* #undef PT_SYSTEM3 */ /* Define for Shannon (TuxScreen) */ /* #undef SHANNON */ /* Define if LCD support is wanted */ /* #undef CONFIG_LCD_SUPPORT */ /* Define if MD5 support is wanted */ /* #undef CONFIG_MD5_SUPPORT */ /* Define the CPU type */ #define CPU "sa1100" /* Name of package */ #define PACKAGE "blob" /* Version number of package */ #define VERSION "2.0.5-pre2" #endif