-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h.cmake
78 lines (71 loc) · 2.53 KB
/
config.h.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
/***************************************************************************
* config.h.cmake
* Copyright (C) 2014 Belledonne Communications, Grenoble France
*
****************************************************************************
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
****************************************************************************/
#cmakedefine ENABLE_DEBUGGING 1
#cmakedefine SRTP_KERNEL 1
#cmakedefine SRTP_KERNEL_LINUX 1
#cmakedefine DEV_URANDOM "@DEV_URANDOM@"
#cmakedefine GENERIC_AESICM 1
#cmakedefine USE_SYSLOG 1
#cmakedefine ERR_REPORTING_STDOUT 1
#cmakedefine USE_ERR_REPORTING_FILE 1
#cmakedefine ERR_REPORTING_FILE "@ERR_REPORTING_FILE@"
#cmakedefine SRTP_GDOI 1
#cmakedefine CPU_CISC 1
#cmakedefine CPU_RISC 1
#cmakedefine HAVE_X86 1
#cmakedefine WORDS_BIGENDIAN 1
#cmakedefine HAVE_STDLIB_H 1
#cmakedefine HAVE_UNISTD_H 1
#cmakedefine HAVE_BYTESWAP_H 1
#cmakedefine HAVE_STDINT_H 1
#cmakedefine HAVE_SYS_UIO_H 1
#cmakedefine HAVE_INTTYPES_H 1
#cmakedefine HAVE_SYS_TYPES_H 1
#cmakedefine HAVE_MACHINE_TYPES_H 1
#cmakedefine HAVE_SYS_INT_TYPES_H 1
#cmakedefine HAVE_SYS_SOCKET_H 1
#cmakedefine HAVE_NETINET_IN_H 1
#cmakedefine HAVE_ARPA_INET_H 1
#cmakedefine HAVE_WINDOWS_H 1
#cmakedefine HAVE_WINSOCK2_H 1
#cmakedefine HAVE_SYSLOG_H 1
#cmakedefine HAVE_MEMORY_H 1
#cmakedefine HAVE_STRINGS_H 1
#cmakedefine HAVE_STRING_H 1
#cmakedefine HAVE_SYS_STAT_H 1
#cmakedefine HAVE_SOCKET 1
#cmakedefine HAVE_INET_ATON 1
#cmakedefine HAVE_USLEEP 1
#cmakedefine HAVE_SIGACTION 1
#cmakedefine HAVE_LIBSOCKET 1
#cmakedefine HAVE_INT8_T 1
#cmakedefine HAVE_INT16_T 1
#cmakedefine HAVE_INT32_T 1
#cmakedefine HAVE_UINT8_T 1
#cmakedefine HAVE_UINT16_T 1
#cmakedefine HAVE_UINT32_T 1
#cmakedefine HAVE_UINT64_T 1
#cmakedefine SIZEOF_UNSIGNED_LONG @SIZEOF_UNSIGNED_LONG@
#cmakedefine SIZEOF_UNSIGNED_LONG_LONG @SIZEOF_UNSIGNED_LONG_LONG@
#ifndef __cplusplus
#cmakedefine inline @inline@
#endif