1/***************************************************************************
2* config.h.cmake
3* Copyright (C) 2014  Belledonne Communications, Grenoble France
4*
5****************************************************************************
6*
7* This program is free software; you can redistribute it and/or
8* modify it under the terms of the GNU General Public License
9* as published by the Free Software Foundation; either version 2
10* of the License, or (at your option) any later version.
11*
12* This program is distributed in the hope that it will be useful,
13* but WITHOUT ANY WARRANTY; without even the implied warranty of
14* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15* GNU General Public License for more details.
16*
17* You should have received a copy of the GNU General Public License
18* along with this program; if not, write to the Free Software
19* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
20*
21****************************************************************************/
22
23#define ORTP_MAJOR_VERSION ${ORTP_MAJOR_VERSION}
24#define ORTP_MINOR_VERSION ${ORTP_MINOR_VERSION}
25#define ORTP_MICRO_VERSION ${ORTP_MICRO_VERSION}
26#define ORTP_VERSION "${ORTP_VERSION}"
27
28#cmakedefine HAVE_SYS_UIO_H 1
29#cmakedefine HAVE_SYS_AUDIO_H 1
30#cmakedefine HAVE_SYS_SHM_H 1
31#cmakedefine HAVE_STDATOMIC_H 1
32#cmakedefine HAVE_ARC4RANDOM 1
33
34#cmakedefine ORTP_BIGENDIAN
35
36#cmakedefine PERF
37#cmakedefine ORTP_TIMESTAMP
38#cmakedefine ORTP_DEBUG_MODE
39#cmakedefine ORTP_DEFAULT_THREAD_STACK_SIZE ${ORTP_DEFAULT_THREAD_STACK_SIZE}
40#cmakedefine POSIXTIMER_INTERVAL ${POSIXTIMER_INTERVAL}
41#cmakedefine __APPLE_USE_RFC_3542
42