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