From eef0c1f34c7b7d6a38e02f3294eb509aef081749 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 3 Jan 2008 22:43:04 +0000 Subject: Netware support. Submitted by: Guenter Knauf --- engines/e_padlock.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/e_padlock.c') diff --git a/engines/e_padlock.c b/engines/e_padlock.c index 20d458c1c1..64a13e754c 100644 --- a/engines/e_padlock.c +++ b/engines/e_padlock.c @@ -128,6 +128,9 @@ void ENGINE_load_padlock (void) # ifndef alloca # define alloca _alloca # endif +#elif defined(NETWARE_CLIB) && defined(__GNUC__) + void *alloca(size_t); +# define alloca(s) __builtin_alloca(s) #else # include #endif -- cgit v1.2.3