From 4fa94f68be911916c1ab237add8659f9e07fb17c Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 14 Dec 1996 20:55:22 +0000 Subject: [PATCH] more #ifdefs for OS/2. ugck git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1098 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/rnd_keys.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/des/rnd_keys.c b/lib/des/rnd_keys.c index cb11d9124..287c89490 100644 --- a/lib/des/rnd_keys.c +++ b/lib/des/rnd_keys.c @@ -149,7 +149,8 @@ static volatile unsigned char *gdata; /* Global data */ static volatile int igdata; /* Index into global data */ static int gsize; -#ifndef WIN32 /* Visual C++ 4.0 (Windows95/NT) */ +#if !defined(WIN32) && !defined(__EMX__) && !defined(__OS2__) +/* Visual C++ 4.0 (Windows95/NT) */ static RETSIGTYPE @@ -187,7 +188,7 @@ des_not_rand_data(unsigned char *data, int size) #endif -#ifndef WIN32 +#if !defined(WIN32) && !defined(__EMX__) && !defined(__OS2__) #ifndef HAVE_SETITIMER void pacemaker(struct timeval *tv)