Merge branch 'upstream'
[hcoop/debian/courier-authlib.git] / random128 / config.h.in
CommitLineData
d9898ee8 1/* config.h.in. Generated from configure.in by autoheader. */
2
3/* Define to 1 if you have the <dlfcn.h> header file. */
4#undef HAVE_DLFCN_H
5
6/* Define to 1 if you have the <fcntl.h> header file. */
7#undef HAVE_FCNTL_H
8
9/* Define to 1 if you have the <inttypes.h> header file. */
10#undef HAVE_INTTYPES_H
11
12/* Define to 1 if you have the <memory.h> header file. */
13#undef HAVE_MEMORY_H
14
15/* Define to 1 if you have the <stdint.h> header file. */
16#undef HAVE_STDINT_H
17
18/* Define to 1 if you have the <stdlib.h> header file. */
19#undef HAVE_STDLIB_H
20
21/* Define to 1 if you have the <strings.h> header file. */
22#undef HAVE_STRINGS_H
23
24/* Define to 1 if you have the <string.h> header file. */
25#undef HAVE_STRING_H
26
27/* Define to 1 if you have the <sys/stat.h> header file. */
28#undef HAVE_SYS_STAT_H
29
30/* Define to 1 if you have the <sys/types.h> header file. */
31#undef HAVE_SYS_TYPES_H
32
33/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
34#undef HAVE_SYS_WAIT_H
35
36/* Define to 1 if you have the <unistd.h> header file. */
37#undef HAVE_UNISTD_H
38
39/* Define to the address where bug reports for this package should be sent. */
40#undef PACKAGE_BUGREPORT
41
42/* Define to the full name of this package. */
43#undef PACKAGE_NAME
44
45/* Define to the full name and version of this package. */
46#undef PACKAGE_STRING
47
48/* Define to the one symbol short name of this package. */
49#undef PACKAGE_TARNAME
50
51/* Define to the version of this package. */
52#undef PACKAGE_VERSION
53
54/* The PS program */
55#undef PS
56
57/* How to make ps(1) spit out lots of crap */
58#undef PS_OPTIONS
59
60/* Entropy source */
61#undef RANDOM
62
63/* Define to 1 if you have the ANSI C header files. */
64#undef STDC_HEADERS
65
66/* The W program */
67#undef W
68
69/* Define to 1 if on AIX 3.
70 System headers sometimes define this.
71 We just want to avoid a redefinition error message. */
72#ifndef _ALL_SOURCE
73# undef _ALL_SOURCE
74#endif
75
76/* Define to 1 if on MINIX. */
77#undef _MINIX
78
79/* Define to 2 if the system does not provide POSIX.1 features except with
80 this defined. */
81#undef _POSIX_1_SOURCE
82
83/* Define to 1 if you need to in order for `stat' and other things to work. */
84#undef _POSIX_SOURCE
85
86/* Define to `int' if <sys/types.h> does not define. */
87#undef pid_t