00001 /*************************************************************************** 00002 fileplist.h 00003 ------------------- 00004 begin : Tue Jan 08 2002 00005 copyright : (C) 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 00029 00030 #undef MlCargo 00031 00032 #define MlCargo FILE* 00033 00034 #undef ML_LIST_NAME 00035 00036 #define ML_LIST_NAME FilepList 00037 00038 #undef ML_FUNC_PFX 00039 00040 #define ML_FUNC_PFX filepList 00041 00042 00043 00044 #ifndef FILEPLIST_H_FLAG 00045 #define FILEPLIST_H_FLAG 00046 00047 #include "common.h" 00048 00049 #include <stdio.h> 00050 00051 #include "mlist_tmpl_h.inc" 00052 00053 #endif