Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

connhandlerlist.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                              connhandlerlist.h
00003                              -------------------
00004     begin                : Sun Nov 25 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 
00029 
00030 #undef MlCargo
00031 
00032 #define MlCargo ConnHandler
00033 
00034 #undef ML_LIST_NAME
00035 
00036 #define ML_LIST_NAME ConnHandlerList
00037 
00038 #undef ML_FUNC_PFX
00039 
00040 #define ML_FUNC_PFX chList
00041 
00042 
00043 
00044 #ifndef CONNHANDLERLIST_H_FLAG
00045 #define CONNHANDLERLIST_H_FLAG
00046 
00047 #include "common.h"
00048 
00049 #include "conn_handler.h"
00050 
00051 #include "mlist_tmpl_h.inc"
00052 
00053 #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