00001 /*************************************************************************** 00002 intlist.h 00003 ------------------- 00004 begin : Sun Nov 24 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 #undef MlCargo 00029 00030 #define MlCargo int 00031 00032 #undef ML_LIST_NAME 00033 00034 #define ML_LIST_NAME IntList 00035 00036 #undef ML_FUNC_PFX 00037 00038 #define ML_FUNC_PFX intList 00039 00040 00041 00042 #ifndef INTLIST_H_FLAG 00043 #define INTLIST_H_FLAG 00044 00045 #include "mlist_tmpl_h.inc" 00046 00047 #endif