?? acconfig.h
字號:
/*------------------------------------------------------------------------- * 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@TOP@/* Define the package name here */#undef PACKAGE/* Define the package version here */#undef VERSION/* 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 *//* 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@BOTTOM@#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -