From baab5287be57df7cf4fb557cb741c2dfd2506877 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 2 Jan 2012 06:34:02 +0000 Subject: support Debian GNU/Hurd and GNU/kFreeBSD by using same settings as GNU/Linux svn path=/trunk/externals/miXed/; revision=15862 --- shared/shared.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shared/shared.h') diff --git a/shared/shared.h b/shared/shared.h index 73e84e2..7809fb6 100644 --- a/shared/shared.h +++ b/shared/shared.h @@ -25,7 +25,8 @@ typedef unsigned long shared_t_bitmask; -#ifdef __linux__ +/* this is for GNU/Linux and also Debian GNU/Hurd and GNU/kFreeBSD */ +#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__) || defined(__GLIBC__) #include #ifndef int32 typedef int32_t int32; -- cgit v1.2.1