Don't redefine INFINITY.
This commit is contained in:
parent
9bdea3498f
commit
c08c4f3cf3
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: altq_jobs.h,v 1.3 2006/10/12 21:13:53 peter Exp $ */
|
||||
/* $NetBSD: altq_jobs.h,v 1.4 2008/08/29 00:40:42 gmcgarry Exp $ */
|
||||
/* $KAME: altq_jobs.h,v 1.6 2003/07/10 12:07:48 kjc Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2001, Rector and Visitors of the University of
|
||||
|
@ -69,7 +69,9 @@ extern "C" {
|
|||
#define SCALE_LOSS 32
|
||||
#define SCALE_SHARE 16
|
||||
#define GRANULARITY 1000000 /* microseconds */
|
||||
#ifndef INFINITY
|
||||
#define INFINITY LLONG_MAX
|
||||
#endif
|
||||
|
||||
/* list of packet arrival times */
|
||||
struct _tsentry;
|
||||
|
|
Loading…
Reference in New Issue