From: Michael Jerris Date: Fri, 22 Feb 2008 22:47:58 +0000 (+0000) Subject: openbsd tweak X-Git-Tag: v1.0-rc1~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00e58a8f7b1cee6eb1d899c774fe6d3dbf01c514;p=thirdparty%2Ffreeswitch.git openbsd tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7726 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch.h b/src/include/switch.h index afecff78dc..2365632cfb 100644 --- a/src/include/switch.h +++ b/src/include/switch.h @@ -54,7 +54,7 @@ #define FREESWITCH_ITAD "543" #define __EXTENSIONS__ 1 #ifndef MACOSX -#ifndef _XOPEN_SOURCE +#if !defined(_XOPEN_SOURCE) && !defined(__OpenBSD__) #ifndef __cplusplus #define _XOPEN_SOURCE 600 #endif