• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 #define HAVE_POSIX_MEMALIGN 1
25 
26 /* Define to 1 if you have the <stdint.h> header file. */
27 #define HAVE_STDINT_H 1
28 
29 /* Define to 1 if you have the <stdlib.h> header file. */
30 #define HAVE_STDLIB_H 1
31 
32 /* Define to 1 if you have the <strings.h> header file. */
33 #define HAVE_STRINGS_H 1
34 
35 /* Define to 1 if you have the <string.h> header file. */
36 #define HAVE_STRING_H 1
37 
38 /* Define to 1 if the system has the type `struct sysinfo'. */
39 #define HAVE_STRUCT_SYSINFO 1
40 
41 /* Define to 1 if `mem_unit' is member of `struct sysinfo'. */
42 #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
43 
44 /* Define to 1 if `totalram' is member of `struct sysinfo'. */
45 #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
46 
47 /* Define to 1 if the OS has a hw.usermem sysctl */
48 /* #undef HAVE_SYSCTL_HW_USERMEM */
49 
50 /* Define to 1 if you have the `sysinfo' function. */
51 #define HAVE_SYSINFO 1
52 
53 /* Define to 1 if you have the <sys/endian.h> header file. */
54 /* #undef HAVE_SYS_ENDIAN_H */
55 
56 /* Define to 1 if you have the <sys/param.h> header file. */
57 #define HAVE_SYS_PARAM_H 1
58 
59 /* Define to 1 if you have the <sys/stat.h> header file. */
60 #define HAVE_SYS_STAT_H 1
61 
62 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
63 #define HAVE_SYS_SYSINFO_H 1
64 
65 /* Define to 1 if you have the <sys/types.h> header file. */
66 #define HAVE_SYS_TYPES_H 1
67 
68 /* Define to 1 if you have the <unistd.h> header file. */
69 #define HAVE_UNISTD_H 1
70 
71 /* Name of package */
72 #define PACKAGE "scrypt"
73 
74 /* Define to the address where bug reports for this package should be sent. */
75 #define PACKAGE_BUGREPORT ""
76 
77 /* Define to the full name of this package. */
78 #define PACKAGE_NAME "scrypt"
79 
80 /* Define to the full name and version of this package. */
81 #define PACKAGE_STRING "scrypt 1.1.6"
82 
83 /* Define to the one symbol short name of this package. */
84 #define PACKAGE_TARNAME "scrypt"
85 
86 /* Define to the version of this package. */
87 #define PACKAGE_VERSION "1.1.6"
88 
89 /* Define to 1 if you have the ANSI C header files. */
90 #define STDC_HEADERS 1
91 
92 /* Version number of package */
93 #define VERSION "1.1.6"
94 
95 /* Number of bits in a file offset, on hosts where this is settable. */
96 /* #undef _FILE_OFFSET_BITS */
97 
98 /* Define for large files, on AIX-style hosts. */
99 /* #undef _LARGE_FILES */
100