diff --git a/lib/roken/roken.h b/lib/roken/roken.h index e52f53c7d..52f71d223 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -165,6 +165,9 @@ void mini_inetd (int port); #ifndef LOG_ODELAY #define LOG_ODELAY 0 #endif +#ifndef LOG_NDELAY +#define LOG_NDELAY 0x08 +#endif #ifndef LOG_CONS #define LOG_CONS 0 #endif diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index e52f53c7d..52f71d223 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -165,6 +165,9 @@ void mini_inetd (int port); #ifndef LOG_ODELAY #define LOG_ODELAY 0 #endif +#ifndef LOG_NDELAY +#define LOG_NDELAY 0x08 +#endif #ifndef LOG_CONS #define LOG_CONS 0 #endif