Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

charplist.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                                  charplist.h
00003                              -------------------
00004     begin                : Sun Jan 20 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 no 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 char*
00033 
00034 #undef ML_LIST_NAME
00035 
00036 #define ML_LIST_NAME CharpList
00037 
00038 #undef ML_FUNC_PFX
00039 
00040 #define ML_FUNC_PFX charpList
00041 
00042 
00043 
00044 #ifndef CHARPLIST_H_FLAG
00045 #define CHARPLIST_H_FLAG
00046 
00047 #include "mlist_tmpl_h.inc"
00048 
00049 #endif

Generated on Fri Jan 25 22:40:30 2002 for PDepp Webserver by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001