From 413a37e4097584848743b6504fe994fe9101813b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 5 Jul 2006 23:10:38 +0000 Subject: Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows headers when compiled with Cygwin in POSIX emulation mode. --- nameser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nameser.h') diff --git a/nameser.h b/nameser.h index 7127c26..1faeb6f 100644 --- a/nameser.h +++ b/nameser.h @@ -7,7 +7,9 @@ port build */ #ifndef NETWARE +#ifndef __CYGWIN__ #include +#endif #include /* for the _getpid() proto */ #endif /* !NETWARE */ #include -- cgit v1.2.3