#ifndef CIFS_UTIL_H #define CIFS_UTIL_H /* ========================================================================== ** * * util.h * * Copyright: * Copyright (C) 2001 by Christopher R. Hertel * * Email: * crh@ubiqx.mn.org * * $Id: util.h,v 0.5 2003/02/08 20:37:34 crh Exp $ * * -------------------------------------------------------------------------- ** * * Description: * This is the global header file for the utilities subsystem. Including * this header will include all of the headers in the util/ subdirectory. * * -------------------------------------------------------------------------- ** * * License: * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * -------------------------------------------------------------------------- ** * * Notes: * The purpose of this file is to offer one-stop shopping. Simply include * this file and all of the headers for the util subsystem will be included * for you. There is no run-time penalty for including everything. * * ========================================================================== ** */ #include "util/HexOct.h" #include "util/MsgOut.h" /* ========================================================================== */ #endif /* CIFS_UTIL_H */