]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
openbsd tweak
authorMichael Jerris <mike@jerris.com>
Fri, 22 Feb 2008 22:47:58 +0000 (22:47 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 22 Feb 2008 22:47:58 +0000 (22:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7726 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch.h

index afecff78dc54bbf66015df34d21f6e8882b525cb..2365632cfbcd35c9bcf676a37d0c53b880f8a2b7 100644 (file)
@@ -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