Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Side by Side Diff: config.h.in

Issue 2847081: Initial code. (Closed) Base URL: ssh://git@chromiumos-git/libscrypt.git
Patch Set: Use scrypt distro and patch with changes instead. Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build-aux/missing ('k') | configure » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* config.h.in. Generated from configure.ac by autoheader. */
2
3 /* Define to 1 if you have the `clock_gettime' function. */
4 #undef HAVE_CLOCK_GETTIME
5
6 /* Define to 1 if you have the declaration of `be64enc', and to 0 if you
7 don't. */
8 #undef HAVE_DECL_BE64ENC
9
10 /* Define to 1 if you have the <dlfcn.h> header file. */
11 #undef HAVE_DLFCN_H
12
13 /* Define to 1 if you have the <err.h> header file. */
14 #undef HAVE_ERR_H
15
16 /* Define to 1 if you have the <fcntl.h> header file. */
17 #undef HAVE_FCNTL_H
18
19 /* Define to 1 if you have the `getpagesize' function. */
20 #undef HAVE_GETPAGESIZE
21
22 /* Define to 1 if you have the `gettimeofday' function. */
23 #undef HAVE_GETTIMEOFDAY
24
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #undef HAVE_INTTYPES_H
27
28 /* Define to 1 if you have the `rt' library (-lrt). */
29 #undef HAVE_LIBRT
30
31 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
32 to 0 otherwise. */
33 #undef HAVE_MALLOC
34
35 /* Define to 1 if you have the `memmove' function. */
36 #undef HAVE_MEMMOVE
37
38 /* Define to 1 if you have the <memory.h> header file. */
39 #undef HAVE_MEMORY_H
40
41 /* Define to 1 if you have the `memset' function. */
42 #undef HAVE_MEMSET
43
44 /* Define to 1 if you have a working `mmap' system call. */
45 #undef HAVE_MMAP
46
47 /* Define to 1 if you have the `munmap' function. */
48 #undef HAVE_MUNMAP
49
50 /* Define to 1 if you have the `posix_memalign' function. */
51 #undef HAVE_POSIX_MEMALIGN
52
53 /* Define to 1 if you have the <stddef.h> header file. */
54 #undef HAVE_STDDEF_H
55
56 /* Define to 1 if you have the <stdint.h> header file. */
57 #undef HAVE_STDINT_H
58
59 /* Define to 1 if you have the <stdlib.h> header file. */
60 #undef HAVE_STDLIB_H
61
62 /* Define to 1 if you have the `strcspn' function. */
63 #undef HAVE_STRCSPN
64
65 /* Define to 1 if you have the `strdup' function. */
66 #undef HAVE_STRDUP
67
68 /* Define to 1 if you have the `strerror' function. */
69 #undef HAVE_STRERROR
70
71 /* Define to 1 if you have the <strings.h> header file. */
72 #undef HAVE_STRINGS_H
73
74 /* Define to 1 if you have the <string.h> header file. */
75 #undef HAVE_STRING_H
76
77 /* Define to 1 if you have the `strtoumax' function. */
78 #undef HAVE_STRTOUMAX
79
80 /* Define to 1 if the system has the type `struct sysinfo'. */
81 #undef HAVE_STRUCT_SYSINFO
82
83 /* sys/sysinfo.mem_unit */
84 #undef HAVE_STRUCT_SYSINFO_MEM_UNIT
85
86 /* sys/sysinfo.totalram */
87 #undef HAVE_STRUCT_SYSINFO_TOTALRAM
88
89 /* Define to 1 if you have the `sysinfo' function. */
90 #undef HAVE_SYSINFO
91
92 /* Define to 1 if you have the <sys/endian.h> header file. */
93 #undef HAVE_SYS_ENDIAN_H
94
95 /* Define to 1 if you have the <sys/param.h> header file. */
96 #undef HAVE_SYS_PARAM_H
97
98 /* Define to 1 if you have the <sys/stat.h> header file. */
99 #undef HAVE_SYS_STAT_H
100
101 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
102 #undef HAVE_SYS_SYSINFO_H
103
104 /* Define to 1 if you have the <sys/time.h> header file. */
105 #undef HAVE_SYS_TIME_H
106
107 /* Define to 1 if you have the <sys/types.h> header file. */
108 #undef HAVE_SYS_TYPES_H
109
110 /* Define to 1 if you have the <termios.h> header file. */
111 #undef HAVE_TERMIOS_H
112
113 /* Define to 1 if you have the <unistd.h> header file. */
114 #undef HAVE_UNISTD_H
115
116 /* Define to the sub-directory in which libtool stores uninstalled libraries.
117 */
118 #undef LT_OBJDIR
119
120 /* Name of package */
121 #undef PACKAGE
122
123 /* Define to the address where bug reports for this package should be sent. */
124 #undef PACKAGE_BUGREPORT
125
126 /* Define to the full name of this package. */
127 #undef PACKAGE_NAME
128
129 /* Define to the full name and version of this package. */
130 #undef PACKAGE_STRING
131
132 /* Define to the one symbol short name of this package. */
133 #undef PACKAGE_TARNAME
134
135 /* Define to the version of this package. */
136 #undef PACKAGE_VERSION
137
138 /* Define to 1 if you have the ANSI C header files. */
139 #undef STDC_HEADERS
140
141 /* Version number of package */
142 #undef VERSION
143
144 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
145 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
146 #define below would cause a syntax error. */
147 #undef _UINT32_T
148
149 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
150 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
151 #define below would cause a syntax error. */
152 #undef _UINT64_T
153
154 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
155 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
156 #define below would cause a syntax error. */
157 #undef _UINT8_T
158
159 /* Define to `__inline__' or `__inline' if that's what the C compiler
160 calls it, or to nothing if 'inline' is not supported under any name. */
161 #ifndef __cplusplus
162 #undef inline
163 #endif
164
165 /* Define to rpl_malloc if the replacement function should be used. */
166 #undef malloc
167
168 /* Define to `unsigned int' if <sys/types.h> does not define. */
169 #undef size_t
170
171 /* Define to `int' if <sys/types.h> does not define. */
172 #undef ssize_t
173
174 /* Define to the type of an unsigned integer type of width exactly 32 bits if
175 such a type exists and the standard includes do not define it. */
176 #undef uint32_t
177
178 /* Define to the type of an unsigned integer type of width exactly 64 bits if
179 such a type exists and the standard includes do not define it. */
180 #undef uint64_t
181
182 /* Define to the type of an unsigned integer type of width exactly 8 bits if
183 such a type exists and the standard includes do not define it. */
184 #undef uint8_t
OLDNEW
« no previous file with comments | « build-aux/missing ('k') | configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698