diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-06-02 02:07:34 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-06-02 02:07:34 +0000 |
commit | 0a5b82cd9704d65acfc635aa646c13bcca528422 (patch) | |
tree | 63d7fcc36ed501a422ecba92750653bc4d36e265 /src/log.h | |
parent | ebdec66eda681b8cef9322538d7bda2ff5307afd (diff) |
Fixed up the names of the DEFINES.
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* $Id: log.h,v 1.4 2001-05-27 02:26:11 rjkaes Exp $ +/* $Id: log.h,v 1.5 2001-06-02 02:07:34 rjkaes Exp $ * * See 'log.c' for a detailed description. * @@ -16,11 +16,11 @@ * General Public License for more details. */ -#ifndef _TINYPROXY_LOG_H_ -#define _TINYPROXY_LOG_H_ +#ifndef TINYPROXY_LOG_H +#define TINYPROXY_LOG_H #ifdef HAVE_CONFIG_H -# include "../config.h" +# include <config.h> #endif /* |