Main Page | Modules | Data Structures | File List | Data Fields | Related Pages

macros.h

00001 /* 00002 * macros.h 00003 * 00004 * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald 00005 * 2003 Bastian Blank <waldi@debian.org> 00006 * 00007 * This program is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License as published by 00009 * the Free Software Foundation; either version 2 of the License, or 00010 * (at your option) any later version. 00011 * 00012 * This program is distributed in the hope that it will be useful, 00013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 * GNU General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU General Public License 00018 * along with this program; if not, write to the Free Software 00019 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00020 * 00021 * $Id: macros.h 11699 2004-03-22 09:35:42Z waldi $ 00022 */ 00023 00024 #ifndef DEBIAN_INSTALLER__MACROS_H 00025 #define DEBIAN_INSTALLER__MACROS_H 00026 00027 #define DI_STRINGIFY(contents) DI_STRINGIFY_ARG (contents) 00028 #define DI_STRINGIFY_ARG(contents) #contents 00029 #define DI_STRLOC __FILE__ ":" DI_STRINGIFY(__LINE__) 00030 00031 #endif

Generated on Tue Jun 15 14:34:31 2004 for libdebian-installer by doxygen 1.3.7