[BUILD] fixed a warning on OpenBSD : MIN/MAX redefined
This commit is contained in:
parent
cf83df3d16
commit
a8cff1d6a7
|
@ -2,7 +2,7 @@
|
|||
include/types/proxy.h
|
||||
This file defines everything related to proxies.
|
||||
|
||||
Copyright (C) 2000-2006 Willy Tarreau - w@1wt.eu
|
||||
Copyright (C) 2000-2007 Willy Tarreau - w@1wt.eu
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -32,6 +32,7 @@
|
|||
#include <common/config.h>
|
||||
#include <common/mini-clist.h>
|
||||
#include <common/regex.h>
|
||||
#include <common/tools.h>
|
||||
|
||||
#include <types/buffers.h>
|
||||
#include <types/httperr.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Queue management functions.
|
||||
*
|
||||
* Copyright 2000-2006 Willy Tarreau <w@1wt.eu>
|
||||
* Copyright 2000-2007 Willy Tarreau <w@1wt.eu>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
@ -12,7 +12,6 @@
|
|||
|
||||
#include <common/config.h>
|
||||
#include <common/time.h>
|
||||
#include <common/tools.h>
|
||||
|
||||
#include <types/proxy.h>
|
||||
#include <types/session.h>
|
||||
|
|
Loading…
Reference in New Issue