00001 /*************************************************************************** 00002 bufplist.h 00003 ------------------- 00004 begin : Sun Nov 28 2001 00005 copyright : (C) 2001-2002 by Christian Hoenig & Gunter Ohrner 00006 email : pdepp@CustomCDROM.de 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00023 /* 00024 Define all macros unconditionally. That does not harm but helps 00025 "--enable-final" builds where all c-files are concatenated together 00026 */ 00027 00028 #include "common.h" 00029 00030 #include "buffer.h" 00031 00032 #undef MlCargo 00033 00034 #define MlCargo struct Buffer* 00035 00036 #undef ML_LIST_NAME 00037 00038 #define ML_LIST_NAME BufpList 00039 00040 #undef ML_FUNC_PFX 00041 00042 #define ML_FUNC_PFX bufpList 00043 00044 00045 00046 #ifndef BUFPLIST_H_FLAG 00047 #define BUFPLIST_H_FLAG 00048 00049 #include "mlist_tmpl_h.inc" 00050 00051 #endif