From 04bc82edc59fed897b7f38e5f68a76402f087dfb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 7 Oct 2000 01:53:34 +0000 Subject: Add in support for shm/ipc. --- include/features.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/features.h') diff --git a/include/features.h b/include/features.h index dd2c5ae03..bc80fc541 100644 --- a/include/features.h +++ b/include/features.h @@ -52,6 +52,7 @@ #define __USE_MISC #define __USE_POSIX #define __USE_POSIX2 +#define __USE_XOPEN #define _POSIX_THREAD_SAFE_FUNCTIONS -- cgit v1.2.3