Fixed up the names of the DEFINES.

This commit is contained in:
Robert James Kaes 2001-06-02 02:07:34 +00:00
parent ebdec66eda
commit 0a5b82cd97
4 changed files with 18 additions and 14 deletions

View File

@ -1,4 +1,4 @@
/* $Id: acl.h,v 1.1 2000-09-12 00:08:48 rjkaes Exp $
/* $Id: acl.h,v 1.2 2001-06-02 02:07:34 rjkaes Exp $
*
* See 'acl.c' for detailed information.
*
@ -15,8 +15,8 @@
* General Public License for more details.
*/
#ifndef _TINYPROXY_ACL_H_
#define _TINYPROXY_ACL_H_
#ifndef TINYPROXY_ACL_H
#define TINYPROXY_ACL_H
typedef enum { ACL_ALLOW, ACL_DENY } acl_access_t;

View File

@ -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
/*

View File

@ -1,4 +1,4 @@
/* $Id: sock.h,v 1.3 2001-05-27 02:31:20 rjkaes Exp $
/* $Id: sock.h,v 1.4 2001-06-02 02:07:34 rjkaes Exp $
*
* See 'sock.c' for a detailed description.
*
@ -16,8 +16,12 @@
* General Public License for more details.
*/
#ifndef _TINYPROXY_SOCK_H_
#define _TINYPROXY_SOCK_H_
#ifndef TINYPROXY_SOCK_H
#define TINYPROXY_SOCK_H
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#define PEER_IP_LENGTH 16
#define PEER_STRING_LENGTH 256

View File

@ -1,4 +1,4 @@
/* $Id: tinyproxy.h,v 1.8 2001-05-27 02:36:22 rjkaes Exp $
/* $Id: tinyproxy.h,v 1.9 2001-06-02 02:07:34 rjkaes Exp $
*
* See 'tinyproxy.c' for a detailed description.
*
@ -16,11 +16,11 @@
* General Public License for more details.
*/
#ifndef _TINYPROXY_TINYPROXY_H_
#define _TINYPROXY_TINYPROXY_H_
#ifndef TINYPROXY_TINYPROXY_H
#define TINYPROXY_TINYPROXY_H
#ifdef HAVE_CONFIG_H
# include "../config.h"
# include <config.h>
#endif
/*