From 66b3921fdb0201074cd0521a1aa3a2261a8e8e16 Mon Sep 17 00:00:00 2001 From: Gilles Chehade Date: Mon, 10 Feb 2020 22:56:43 +0100 Subject: INFTIM --- openbsd-compat/defines.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbsd-compat') diff --git a/openbsd-compat/defines.h b/openbsd-compat/defines.h index a865dd20..a6e528eb 100644 --- a/openbsd-compat/defines.h +++ b/openbsd-compat/defines.h @@ -34,6 +34,10 @@ # define EAUTH 80 #endif +#ifndef INFTIM +#define INFTIM (-1) +#endif + #ifndef HOST_NAME_MAX # ifdef _POSIX_HOST_NAME_MAX # define HOST_NAME_MAX _POSIX_HOST_NAME_MAX -- cgit v1.2.3-59-g8ed1b