openbsd tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7726 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-02-22 22:47:58 +00:00
parent ea1cc04d00
commit 00e58a8f7b
1 changed files with 1 additions and 1 deletions

View 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