~ubuntu-branches/debian/stretch/ccache/stretch

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Joel Rosdahl
  • Date: 2010-12-02 21:05:17 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20101202210517-ji5owl2qa3s5c1rg
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* Define to 1 if you have the `asprintf' function. */
4
4
#undef HAVE_ASPRINTF
5
5
 
6
 
/* Define to 1 if you have the `vsnprintf' function. */
7
 
#undef HAVE_C99_VSNPRINTF
8
 
 
9
6
/* Define to 1 if you have the `__compar_fn_t' typedef. */
10
7
#undef HAVE_COMPAR_FN_T
11
8
 
22
19
/* Define to 1 if you have the `gethostname' function. */
23
20
#undef HAVE_GETHOSTNAME
24
21
 
 
22
/* Define to 1 if you have the `getopt_long' function. */
 
23
#undef HAVE_GETOPT_LONG
 
24
 
25
25
/* Define to 1 if you have the `getpwuid' function. */
26
26
#undef HAVE_GETPWUID
27
27
 
28
28
/* Define to 1 if you have the `gettimeofday' function. */
29
29
#undef HAVE_GETTIMEOFDAY
30
30
 
 
31
/* Define to 1 if the system has the type `intmax_t'. */
 
32
#undef HAVE_INTMAX_T
 
33
 
31
34
/* Define to 1 if you have the <inttypes.h> header file. */
32
35
#undef HAVE_INTTYPES_H
33
36
 
 
37
/* Define to 1 if you have the `localeconv' function. */
 
38
#undef HAVE_LOCALECONV
 
39
 
 
40
/* Define to 1 if you have the <locale.h> header file. */
 
41
#undef HAVE_LOCALE_H
 
42
 
 
43
/* Define to 1 if the system has the type `long long int'. */
 
44
#undef HAVE_LONG_LONG_INT
 
45
 
34
46
/* Define to 1 if you have the <memory.h> header file. */
35
47
#undef HAVE_MEMORY_H
36
48
 
40
52
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
41
53
#undef HAVE_NDIR_H
42
54
 
 
55
/* Define to 1 if the system has the type `ptrdiff_t'. */
 
56
#undef HAVE_PTRDIFF_T
 
57
 
43
58
/* Define to 1 if you have the <pwd.h> header file. */
44
59
#undef HAVE_PWD_H
45
60
 
46
61
/* Define to 1 if you have the `realpath' function. */
47
62
#undef HAVE_REALPATH
48
63
 
49
 
/* Define to 1 if you have the `snprintf' function. */
 
64
/* Define to 1 if you have a C99 compliant `snprintf' function. */
50
65
#undef HAVE_SNPRINTF
51
66
 
 
67
/* Define to 1 if you have the <stdarg.h> header file. */
 
68
#undef HAVE_STDARG_H
 
69
 
 
70
/* Define to 1 if stdbool.h conforms to C99. */
 
71
#undef HAVE_STDBOOL_H
 
72
 
 
73
/* Define to 1 if you have the <stddef.h> header file. */
 
74
#undef HAVE_STDDEF_H
 
75
 
52
76
/* Define to 1 if you have the <stdint.h> header file. */
53
77
#undef HAVE_STDINT_H
54
78
 
64
88
/* Define to 1 if you have the `strndup' function. */
65
89
#undef HAVE_STRNDUP
66
90
 
 
91
/* Define to 1 if `decimal_point' is a member of `struct lconv'. */
 
92
#undef HAVE_STRUCT_LCONV_DECIMAL_POINT
 
93
 
 
94
/* Define to 1 if `thousands_sep' is a member of `struct lconv'. */
 
95
#undef HAVE_STRUCT_LCONV_THOUSANDS_SEP
 
96
 
67
97
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
68
98
   */
69
99
#undef HAVE_SYS_DIR_H
70
100
 
 
101
/* Define to 1 if you have the <sys/mman.h> header file. */
 
102
#undef HAVE_SYS_MMAN_H
 
103
 
71
104
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
72
105
   */
73
106
#undef HAVE_SYS_NDIR_H
84
117
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
85
118
#undef HAVE_SYS_WAIT_H
86
119
 
 
120
/* Define to 1 if you have the <termios.h> header file. */
 
121
#undef HAVE_TERMIOS_H
 
122
 
 
123
/* Define to 1 if the system has the type `uintmax_t'. */
 
124
#undef HAVE_UINTMAX_T
 
125
 
 
126
/* Define to 1 if the system has the type `uintptr_t'. */
 
127
#undef HAVE_UINTPTR_T
 
128
 
87
129
/* Define to 1 if you have the <unistd.h> header file. */
88
130
#undef HAVE_UNISTD_H
89
131
 
 
132
/* Define to 1 if the system has the type `unsigned long long int'. */
 
133
#undef HAVE_UNSIGNED_LONG_LONG_INT
 
134
 
90
135
/* Define to 1 if you have the `utimes' function. */
91
136
#undef HAVE_UTIMES
92
137
 
 
138
/* Define to 1 if you have the <varargs.h> header file. */
 
139
#undef HAVE_VARARGS_H
 
140
 
93
141
/* Define to 1 if you have the `vasprintf' function. */
94
142
#undef HAVE_VASPRINTF
95
143
 
96
 
/* Define to 1 if you have the `vsnprintf' function. */
 
144
/* Define to 1 if you have the `va_copy' function or macro. */
 
145
#undef HAVE_VA_COPY
 
146
 
 
147
/* Define to 1 if you have a C99 compliant `vsnprintf' function. */
97
148
#undef HAVE_VSNPRINTF
98
149
 
 
150
/* Define to 1 if the system has the type `_Bool'. */
 
151
#undef HAVE__BOOL
 
152
 
 
153
/* Define to 1 if you have the `__va_copy' function or macro. */
 
154
#undef HAVE___VA_COPY
 
155
 
99
156
/* Define to the address where bug reports for this package should be sent. */
100
157
#undef PACKAGE_BUGREPORT
101
158
 
147
204
/* Define on FreeBSD to activate all library features */
148
205
#undef __BSD_VISIBLE
149
206
 
 
207
/* Define to empty if `const' does not conform to ANSI C. */
 
208
#undef const
 
209
 
150
210
/* Define to `__inline__' or `__inline' if that's what the C compiler
151
211
   calls it, or to nothing if 'inline' is not supported under any name.  */
152
212
#ifndef __cplusplus
153
213
#undef inline
154
214
#endif
 
215
 
 
216
/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
 
217
   not define. */
 
218
#undef intmax_t
 
219
 
 
220
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
221
#undef size_t
 
222
 
 
223
/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
 
224
   do not define. */
 
225
#undef uintmax_t
 
226
 
 
227
/* Define to the type of an unsigned integer type wide enough to hold a
 
228
   pointer, if such a type exists, and if the system does not define it. */
 
229
#undef uintptr_t