JLChen
2021-08-02 38f4fb064df09f344fc3237409c76a9fba2a8a9e
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
/***************************************************************************
* 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.
*
****************************************************************************/
 
/* #undef ENABLE_DEBUGGING */
/* #undef SRTP_KERNEL */
/* #undef SRTP_KERNEL_LINUX */
#define DEV_URANDOM "/dev/urandom"
/* #undef GENERIC_AESICM */
/* #undef USE_SYSLOG */
#define ERR_REPORTING_STDOUT 1
/* #undef USE_ERR_REPORTING_FILE */
/* #undef ERR_REPORTING_FILE */
/* #undef SRTP_GDOI */
 
#define CPU_CISC 1
/* #undef CPU_RISC */
#define HAVE_X86 1
/* #undef WORDS_BIGENDIAN */
 
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
/* #undef HAVE_BYTESWAP_H */
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_MACHINE_TYPES_H 1
/* #undef HAVE_SYS_INT_TYPES_H */
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_ARPA_INET_H 1
/* #undef HAVE_WINDOWS_H */
/* #undef HAVE_WINSOCK2_H */
#define HAVE_SYSLOG_H 1
 
#define HAVE_INET_ATON 1
#define HAVE_USLEEP 1
#define HAVE_SIGACTION 1
 
#define HAVE_UINT8_T 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
 
#ifndef __cplusplus
/* #undef inline */
#endif