X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/e19206c2bfbd24ae9eceb5fbba9324fdcb3a544f..b3027790963717af26639610d237cc80b71ca100:/env.h diff --git a/env.h b/env.h index efe4052..e04f1a3 100644 --- a/env.h +++ b/env.h @@ -1,13 +1,13 @@ /* -*-c-*- * - * $Id: env.h,v 1.1 1999/07/26 23:15:57 mdw Exp $ + * $Id: env.h,v 1.3 2004/04/08 01:36:11 mdw Exp $ * * Fiddling with environment variables * * (c) 1999 Straylight/Edgeware */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of the mLib utilities library. * @@ -15,28 +15,20 @@ * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. - * + * * mLib 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 Library General Public License for more details. - * + * * You should have received a copy of the GNU Library General Public * License along with mLib; if not, write to the Free * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: env.h,v $ - * Revision 1.1 1999/07/26 23:15:57 mdw - * Fiddling with environment variables. - * - */ - -#ifndef ENV_H -#define ENV_H +#ifndef MLIB_ENV_H +#define MLIB_ENV_H #ifdef __cplusplus extern "C" { @@ -44,7 +36,7 @@ /*----- Header files ------------------------------------------------------*/ -#ifndef SYM_H +#ifndef MLIB_SYM_H # include "sym.h" #endif