⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h.in

📁 针对于sa1100的bootloader。blob2.04是一个功能比较强大的bootloader
💻 IN
字号:
/* include/config.h.in.  Generated automatically from configure.in by autoheader.  *//*------------------------------------------------------------------------- * Filename:      acconfig.h * Version:       $Id: acconfig.h,v 1.2 2001/08/06 22:44:51 erikm Exp $ * Copyright:     Copyright (C) 1999, Erik Mouw * Author:        Erik Mouw <J.A.K.Mouw@its.tudelft.nl> * Description:   Definitions for GNU autoconf/automake/libtool * Created at:    Wed Jul 28 22:35:51 1999 * Modified by:   Erik Mouw <J.A.K.Mouw@its.tudelft.nl> * 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.2 2001/08/06 22:44:51 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 to enable run-time debug information */#undef BLOB_DEBUG/* Define for Assabet boards */#undef ASSABET/* Define for Brutus boards */#undef BRUTUS/* Define for CreditLART boards */#undef CLART/* Define for LART boards */#undef LART/* Define for NESA boards */#undef NESA/* Define for PLEB boards */#undef PLEB/* Define for Shannon (TuxScreen) */#undef SHANNON/* Define if your system uses an SA-1100 CPU */#undef USE_SA1100/* Define if your system uses an SA-1110 CPU */#undef USE_SA1110/* Define if your system uses SDRAM */#undef USE_SDRAM/* Define if your system uses EDO DRAM */#undef USE_EDODRAM/* Define if your sytem uses serial port 1 */#undef USE_SERIAL1/* Define if your system uses serial port 3 */#undef USE_SERIAL3/* Name of package */#undef PACKAGE/* Version number of package */#undef VERSION#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -