-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
72 lines (62 loc) · 2.99 KB
/
config.h.in
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
/******************************************************************************
* Copyright © 2024 Exact Realty Limited *
* Copyright © 2018 Aalto University *
* Secure Systems Group, https://ssg.aalto.fi *
* *
* Author: Ricardo Iván Vieitez Parra *
* *
* Licensed under the Apache License, Version 2.0 (the "License"); *
* you may not use this file except in compliance with the License. *
* You may obtain a copy of the License at *
* *
* http://www.apache.org/licenses/LICENSE-2.0 *
* *
* Unless required by applicable law or agreed to in writing, software *
* distributed under the License is distributed on an "AS IS" BASIS, *
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
* See the License for the specific language governing permissions and *
* limitations under the License. *
******************************************************************************/
/* THIS FILE IS AUTOMATICALLY GENERATED FROM config.h.in. DO NOT EDIT THIS FILE.
* INSTEAD, IF YOU NEED TO MAKE CHANGES, MODIFY THE ORIGINAL FILE.
*/
#pragma once
#ifndef _CONFIGURATION_HEADER_GUARD_H_
#define _CONFIGURATION_HEADER_GUARD_H_
/* Start header files checks */
#cmakedefine HAVE_UNISTD_H
#cmakedefine HAVE_STDINT_H
#cmakedefine HAVE_EMMINTRIN_H
#cmakedefine HAVE_IMMINTRIN_H
#cmakedefine HAVE_NMMINTRIN_H
#cmakedefine HAVE_TMMINTRIN_H
#cmakedefine HAVE_WMMINTRIN_H
#cmakedefine HAVE_XMMINTRIN_H
/* End header files checks */
/* Symbol checks*/
#cmakedefine HAVE_MEMALIGN__STDLIB_H
#cmakedefine HAVE_MEMALIGN__MALLOC_H
#cmakedefine HAVE__ALIGNED_MALLOC
#cmakedefine HAVE_ALIGNED_ALLOC
#cmakedefine HAVE_POSIX_MEMALIGN
#cmakedefine HAVE__MM_MALLOC
#cmakedefine HAVE__MM_FREE
/* End symbol checks */
/* Start platform checks */
#cmakedefine SIZEOF_INT @SIZEOF_INT@
#cmakedefine SIZEOF_UINT32_T @SIZEOF_UINT32_T@
#cmakedefine SIZEOF_VOID_P @SIZEOF_VOID_P@
#cmakedefine SYSTEM_BITS @SYSTEM_BITS@
#cmakedefine ARCH_AMD64 @ARCH_AMD64@
#cmakedefine ARCH_IA32 @ARCH_IA32@
/* End platform checks */
/* Options */
#cmakedefine WITH_ALLOC @WITH_ALLOC@
#cmakedefine WITH_SHA256 @WITH_SHA256@
#cmakedefine WITH_SHA512 @WITH_SHA512@
#cmakedefine REPRODUCIBLE_BUILDS
#cmakedefine TINYCRYPTO_PREFIX @TINYCRYPTO_PREFIX@
#define _TINYCRYPTO_NAME_BASIC_PASTE(A, B) A ## B
#define _TINYCRYPTO_NAME_PASTE(A, B) _TINYCRYPTO_NAME_BASIC_PASTE(A, B)
#define TINYCRYPTO_NAME(NAME) _TINYCRYPTO_NAME_PASTE(TINYCRYPTO_PREFIX, NAME)
#endif