From: Ted Lemon Date: Sat, 13 Feb 1999 19:21:03 +0000 (+0000) Subject: Define TIME_MAX if the os header file doesn't. X-Git-Tag: V2-BETA-1-PATCH-12~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96e986bd9e6a1a9d787f391f9f687521bbb8d8e5;p=thirdparty%2Fdhcp.git Define TIME_MAX if the os header file doesn't. --- diff --git a/includes/osdep.h b/includes/osdep.h index ca40e8a75..858399924 100644 --- a/includes/osdep.h +++ b/includes/osdep.h @@ -123,6 +123,10 @@ # endif #endif +#if !defined (TIME_MAX) +# define TIME_MAX 2147483647 +#endif + /* Porting:: If you add a new network API, and have it set up so that it can be