1899
|
1 /* config.h.in. Generated from configure.ac by autoheader. */
|
|
2
|
|
3 /* Define to 1 if you would like to have zlib compression for ccache. */
|
|
4 #undef ENABLE_ZLIB
|
|
5
|
|
6 /* Define to 1 if you have the `asprintf' function. */
|
|
7 #undef HAVE_ASPRINTF
|
|
8
|
|
9 /* */
|
|
10 #undef HAVE_C99_VSNPRINTF
|
|
11
|
|
12 /* */
|
|
13 #undef HAVE_COMPAR_FN_T
|
|
14
|
|
15 /* Define to 1 if you have the <ctype.h> header file. */
|
|
16 #undef HAVE_CTYPE_H
|
|
17
|
|
18 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
|
19 */
|
|
20 #undef HAVE_DIRENT_H
|
|
21
|
|
22 /* Define to 1 if you have the `gethostname' function. */
|
|
23 #undef HAVE_GETHOSTNAME
|
|
24
|
|
25 /* Define to 1 if you have the `getpwuid' function. */
|
|
26 #undef HAVE_GETPWUID
|
|
27
|
|
28 /* Define to 1 if you have the <inttypes.h> header file. */
|
|
29 #undef HAVE_INTTYPES_H
|
|
30
|
|
31 /* Define to 1 if you have the <memory.h> header file. */
|
|
32 #undef HAVE_MEMORY_H
|
|
33
|
|
34 /* Define to 1 if you have the `mkstemp' function. */
|
|
35 #undef HAVE_MKSTEMP
|
|
36
|
|
37 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
|
38 #undef HAVE_NDIR_H
|
|
39
|
|
40 /* Define to 1 if you have the <pwd.h> header file. */
|
|
41 #undef HAVE_PWD_H
|
|
42
|
|
43 /* Define to 1 if you have the `realpath' function. */
|
|
44 #undef HAVE_REALPATH
|
|
45
|
|
46 /* Define to 1 if you have the `snprintf' function. */
|
|
47 #undef HAVE_SNPRINTF
|
|
48
|
|
49 /* Define to 1 if you have the <stdint.h> header file. */
|
|
50 #undef HAVE_STDINT_H
|
|
51
|
|
52 /* Define to 1 if you have the <stdlib.h> header file. */
|
|
53 #undef HAVE_STDLIB_H
|
|
54
|
|
55 /* Define to 1 if you have the <strings.h> header file. */
|
|
56 #undef HAVE_STRINGS_H
|
|
57
|
|
58 /* Define to 1 if you have the <string.h> header file. */
|
|
59 #undef HAVE_STRING_H
|
|
60
|
|
61 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
|
62 */
|
|
63 #undef HAVE_SYS_DIR_H
|
|
64
|
|
65 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
|
66 */
|
|
67 #undef HAVE_SYS_NDIR_H
|
|
68
|
|
69 /* Define to 1 if you have the <sys/stat.h> header file. */
|
|
70 #undef HAVE_SYS_STAT_H
|
|
71
|
|
72 /* Define to 1 if you have the <sys/time.h> header file. */
|
|
73 #undef HAVE_SYS_TIME_H
|
|
74
|
|
75 /* Define to 1 if you have the <sys/types.h> header file. */
|
|
76 #undef HAVE_SYS_TYPES_H
|
|
77
|
|
78 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
|
|
79 #undef HAVE_SYS_WAIT_H
|
|
80
|
|
81 /* Define to 1 if you have the <unistd.h> header file. */
|
|
82 #undef HAVE_UNISTD_H
|
|
83
|
|
84 /* Define to 1 if you have the `utimes' function. */
|
|
85 #undef HAVE_UTIMES
|
|
86
|
|
87 /* Define to 1 if you have the `vasprintf' function. */
|
|
88 #undef HAVE_VASPRINTF
|
|
89
|
|
90 /* Define to 1 if you have the `vsnprintf' function. */
|
|
91 #undef HAVE_VSNPRINTF
|
|
92
|
|
93 /* Define to the address where bug reports for this package should be sent. */
|
|
94 #undef PACKAGE_BUGREPORT
|
|
95
|
|
96 /* Define to the full name of this package. */
|
|
97 #undef PACKAGE_NAME
|
|
98
|
|
99 /* Define to the full name and version of this package. */
|
|
100 #undef PACKAGE_STRING
|
|
101
|
|
102 /* Define to the one symbol short name of this package. */
|
|
103 #undef PACKAGE_TARNAME
|
|
104
|
|
105 /* Define to the home page for this package. */
|
|
106 #undef PACKAGE_URL
|
|
107
|
|
108 /* Define to the version of this package. */
|
|
109 #undef PACKAGE_VERSION
|
|
110
|
|
111 /* Define to 1 if you have the ANSI C header files. */
|
|
112 #undef STDC_HEADERS
|
|
113
|
|
114 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
115 #undef TIME_WITH_SYS_TIME
|
|
116
|
|
117 /* Define _GNU_SOURCE so that we get all necessary prototypes */
|
|
118 #undef _GNU_SOURCE
|