xref: /aosp_15_r20/external/scrypt/config.h (revision cd192fa97f712aaa0b7692ec7c6cc9c7ad6c8620)
1*cd192fa9SAndroid Build Coastguard Worker /* config.h.  Generated from config.h.in by configure.  */
2*cd192fa9SAndroid Build Coastguard Worker /* config.h.in.  Generated from configure.ac by autoheader.  */
3*cd192fa9SAndroid Build Coastguard Worker 
4*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the `clock_gettime' function. */
5*cd192fa9SAndroid Build Coastguard Worker #define HAVE_CLOCK_GETTIME 1
6*cd192fa9SAndroid Build Coastguard Worker 
7*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `be64enc', and to 0 if you
8*cd192fa9SAndroid Build Coastguard Worker    don't. */
9*cd192fa9SAndroid Build Coastguard Worker #define HAVE_DECL_BE64ENC 0
10*cd192fa9SAndroid Build Coastguard Worker 
11*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the <err.h> header file. */
12*cd192fa9SAndroid Build Coastguard Worker #define HAVE_ERR_H 1
13*cd192fa9SAndroid Build Coastguard Worker 
14*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the <inttypes.h> header file. */
15*cd192fa9SAndroid Build Coastguard Worker #define HAVE_INTTYPES_H 1
16*cd192fa9SAndroid Build Coastguard Worker 
17*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the `rt' library (-lrt). */
18*cd192fa9SAndroid Build Coastguard Worker #define HAVE_LIBRT 1
19*cd192fa9SAndroid Build Coastguard Worker 
20*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the <memory.h> header file. */
21*cd192fa9SAndroid Build Coastguard Worker #define HAVE_MEMORY_H 1
22*cd192fa9SAndroid Build Coastguard Worker 
23*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the `posix_memalign' function. */
24*cd192fa9SAndroid Build Coastguard Worker #ifndef _WIN32
25*cd192fa9SAndroid Build Coastguard Worker #define HAVE_POSIX_MEMALIGN 1
26*cd192fa9SAndroid Build Coastguard Worker #endif
27*cd192fa9SAndroid Build Coastguard Worker 
28*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the <stdint.h> header file. */
29*cd192fa9SAndroid Build Coastguard Worker #define HAVE_STDINT_H 1
30*cd192fa9SAndroid Build Coastguard Worker 
31*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the <stdlib.h> header file. */
32*cd192fa9SAndroid Build Coastguard Worker #define HAVE_STDLIB_H 1
33*cd192fa9SAndroid Build Coastguard Worker 
34*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the <strings.h> header file. */
35*cd192fa9SAndroid Build Coastguard Worker #define HAVE_STRINGS_H 1
36*cd192fa9SAndroid Build Coastguard Worker 
37*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the <string.h> header file. */
38*cd192fa9SAndroid Build Coastguard Worker #define HAVE_STRING_H 1
39*cd192fa9SAndroid Build Coastguard Worker 
40*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct sysinfo'. */
41*cd192fa9SAndroid Build Coastguard Worker #define HAVE_STRUCT_SYSINFO 1
42*cd192fa9SAndroid Build Coastguard Worker 
43*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if `mem_unit' is member of `struct sysinfo'. */
44*cd192fa9SAndroid Build Coastguard Worker #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
45*cd192fa9SAndroid Build Coastguard Worker 
46*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if `totalram' is member of `struct sysinfo'. */
47*cd192fa9SAndroid Build Coastguard Worker #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
48*cd192fa9SAndroid Build Coastguard Worker 
49*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if the OS has a hw.usermem sysctl */
50*cd192fa9SAndroid Build Coastguard Worker /* #undef HAVE_SYSCTL_HW_USERMEM */
51*cd192fa9SAndroid Build Coastguard Worker 
52*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the `sysinfo' function. */
53*cd192fa9SAndroid Build Coastguard Worker #define HAVE_SYSINFO 1
54*cd192fa9SAndroid Build Coastguard Worker 
55*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/endian.h> header file. */
56*cd192fa9SAndroid Build Coastguard Worker /* #undef HAVE_SYS_ENDIAN_H */
57*cd192fa9SAndroid Build Coastguard Worker 
58*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/param.h> header file. */
59*cd192fa9SAndroid Build Coastguard Worker #define HAVE_SYS_PARAM_H 1
60*cd192fa9SAndroid Build Coastguard Worker 
61*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/stat.h> header file. */
62*cd192fa9SAndroid Build Coastguard Worker #define HAVE_SYS_STAT_H 1
63*cd192fa9SAndroid Build Coastguard Worker 
64*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/sysinfo.h> header file. */
65*cd192fa9SAndroid Build Coastguard Worker #define HAVE_SYS_SYSINFO_H 1
66*cd192fa9SAndroid Build Coastguard Worker 
67*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/types.h> header file. */
68*cd192fa9SAndroid Build Coastguard Worker #define HAVE_SYS_TYPES_H 1
69*cd192fa9SAndroid Build Coastguard Worker 
70*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the <unistd.h> header file. */
71*cd192fa9SAndroid Build Coastguard Worker #define HAVE_UNISTD_H 1
72*cd192fa9SAndroid Build Coastguard Worker 
73*cd192fa9SAndroid Build Coastguard Worker /* Name of package */
74*cd192fa9SAndroid Build Coastguard Worker #define PACKAGE "scrypt"
75*cd192fa9SAndroid Build Coastguard Worker 
76*cd192fa9SAndroid Build Coastguard Worker /* Define to the address where bug reports for this package should be sent. */
77*cd192fa9SAndroid Build Coastguard Worker #define PACKAGE_BUGREPORT ""
78*cd192fa9SAndroid Build Coastguard Worker 
79*cd192fa9SAndroid Build Coastguard Worker /* Define to the full name of this package. */
80*cd192fa9SAndroid Build Coastguard Worker #define PACKAGE_NAME "scrypt"
81*cd192fa9SAndroid Build Coastguard Worker 
82*cd192fa9SAndroid Build Coastguard Worker /* Define to the full name and version of this package. */
83*cd192fa9SAndroid Build Coastguard Worker #define PACKAGE_STRING "scrypt 1.1.6"
84*cd192fa9SAndroid Build Coastguard Worker 
85*cd192fa9SAndroid Build Coastguard Worker /* Define to the one symbol short name of this package. */
86*cd192fa9SAndroid Build Coastguard Worker #define PACKAGE_TARNAME "scrypt"
87*cd192fa9SAndroid Build Coastguard Worker 
88*cd192fa9SAndroid Build Coastguard Worker /* Define to the version of this package. */
89*cd192fa9SAndroid Build Coastguard Worker #define PACKAGE_VERSION "1.1.6"
90*cd192fa9SAndroid Build Coastguard Worker 
91*cd192fa9SAndroid Build Coastguard Worker /* Define to 1 if you have the ANSI C header files. */
92*cd192fa9SAndroid Build Coastguard Worker #define STDC_HEADERS 1
93*cd192fa9SAndroid Build Coastguard Worker 
94*cd192fa9SAndroid Build Coastguard Worker /* Version number of package */
95*cd192fa9SAndroid Build Coastguard Worker #define VERSION "1.1.6"
96*cd192fa9SAndroid Build Coastguard Worker 
97*cd192fa9SAndroid Build Coastguard Worker /* Number of bits in a file offset, on hosts where this is settable. */
98*cd192fa9SAndroid Build Coastguard Worker /* #undef _FILE_OFFSET_BITS */
99*cd192fa9SAndroid Build Coastguard Worker 
100*cd192fa9SAndroid Build Coastguard Worker /* Define for large files, on AIX-style hosts. */
101*cd192fa9SAndroid Build Coastguard Worker /* #undef _LARGE_FILES */
102