From: Pekka Riikonen Date: Wed, 5 Jul 2000 06:35:56 +0000 (+0000) Subject: Added undef __USE_GNU becase RH 6.2 headers has some shit X-Git-Tag: SILC.0.1~506 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=395f0db173ceca58fe35b8b33dc89bf16b380de4 Added undef __USE_GNU becase RH 6.2 headers has some shit in them. --- diff --git a/includes/silcincludes.h b/includes/silcincludes.h index f62e361d..83d8b2a2 100644 --- a/includes/silcincludes.h +++ b/includes/silcincludes.h @@ -51,7 +51,9 @@ #endif #ifdef HAVE_SIGNAL_H +#undef __USE_GNU #include +#define __USE_GNU 1 #else #error signal.h not found in the system #endif