* Import keyanalyze into signing-party. Thanks to Matthew Wilcox for the
[pgp-tools.git] / keyanalyze / pgpring / config.h.in
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2
3 /* Define to empty if the keyword does not work. */
4 #undef const
5
6 /* Define as __inline if that's what the C compiler calls it. */
7 #undef inline
8
9 /* Define if you need to in order for stat and other things to work. */
10 #undef _POSIX_SOURCE
11
12 /* Define if you have the ANSI C header files. */
13 #undef STDC_HEADERS
14
15 /* Define if your processor stores words with the most significant
16 byte first (like Motorola and SPARC, unlike Intel and VAX). */
17 #undef WORDS_BIGENDIAN
18
19 /* Do you want PGP support (--enable-pgp)? */
20 #undef HAVE_PGP
21
22 /* The number of bytes in a int. */
23 #undef SIZEOF_INT
24
25 /* The number of bytes in a long. */
26 #undef SIZEOF_LONG
27
28 /* Define if you have the <inttypes.h> header file. */
29 #undef HAVE_INTTYPES_H
30
31 /* Define if you have the <stdint.h> header file. */
32 #undef HAVE_STDINT_H
33
34 /* Define if you have the <string.h> header file. */
35 #undef HAVE_STRING_H
36
37 /* Name of package */
38 #undef PACKAGE
39
40 /* Version number of package */
41 #undef VERSION
42
43 /* Define if compiler has function prototypes */
44 #undef PROTOTYPES
45
46 /* Define if you have the uint32_t type. */
47 #undef HAVE_UINT32_T
48