00001 // mycsp.h -- Precompiled version of csp.h. 00002 00003 /* 00004 * Copyright (C) 2003 Tudor Hulubei <tudor@hulubei.net>. 00005 * 00006 * This program is free software; you can redistribute it and/or modify 00007 * it under the terms of the GNU Lesser General Public License as 00008 * published by the Free Software Foundation; either version 2, or (at 00009 * your option) any later version. 00010 * 00011 * This program is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 * GNU Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this program; if not, write to the Free Software 00018 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA, 00019 * 02111-1307, USA. 00020 */ 00021 00022 // $Id: mycsp_8h-source.html,v 1.1 2005/05/25 12:37:18 tudor Exp $ 00023 00024 // We use this separate header so that we can precompile csp.h. 00025 // We can't use the precompiled version of csp.h in src because 00026 // it has been precompiled with CSP_INTERNALS turned on. 00027 #include <csp.h> 00028 00029 // Local Variables: 00030 // mode: C++ 00031 // End:
1.3.9.1