From 07cbc4fee671f8bf1546b34f259e58d63e942803 Mon Sep 17 00:00:00 2001 From: Mehmet Samet Duman Date: Sat, 4 Apr 2026 22:01:49 +0300 Subject: NOISSUE fix update preprocessor directives to use #ifdef instead of #if Signed-off-by: Mehmet Samet Duman --- mnv/src/pty.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mnv/src') diff --git a/mnv/src/pty.c b/mnv/src/pty.c index 2ea31b3773..4c0e6977a3 100644 --- a/mnv/src/pty.c +++ b/mnv/src/pty.c @@ -50,7 +50,7 @@ # include #endif -#if HAVE_STROPTS_H +#ifdef HAVE_STROPTS_H # include # ifdef sinix # define buf_T __system_buf_t__ @@ -71,7 +71,7 @@ # include #endif -#if HAVE_TERMIO_H +#ifdef HAVE_TERMIO_H # include #else # ifdef HAVE_TERMIOS_H @@ -79,11 +79,11 @@ # endif #endif -#if HAVE_SYS_STREAM_H +#ifdef HAVE_SYS_STREAM_H # include #endif -#if HAVE_SYS_PTEM_H +#ifdef HAVE_SYS_PTEM_H # include #endif -- cgit 0.0.5-2-1-g0f52