]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/tcsh/config.h.in
MFC r315948:
[FreeBSD/stable/10.git] / contrib / tcsh / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to the type of elements in the array set by `getgroups'. Usually
4    this is either `int' or `gid_t'. */
5 #undef GETGROUPS_T
6
7 /* Define to 1 if the `getpgrp' function requires zero arguments. */
8 #undef GETPGRP_VOID
9
10 /* Define to 1 if you have the <auth.h> header file. */
11 #undef HAVE_AUTH_H
12
13 /* Define to 1 if you have the <crypt.h> header file. */
14 #undef HAVE_CRYPT_H
15
16 /* Define to 1 if you have the declaration of `crypt', and to 0 if you don't.
17    */
18 #undef HAVE_DECL_CRYPT
19
20 /* Define to 1 if you have the declaration of `environ', and to 0 if you
21    don't. */
22 #undef HAVE_DECL_ENVIRON
23
24 /* Define to 1 if you have the declaration of `gethostname', and to 0 if you
25    don't. */
26 #undef HAVE_DECL_GETHOSTNAME
27
28 /* Define to 1 if you have the declaration of `getpgrp', and to 0 if you
29    don't. */
30 #undef HAVE_DECL_GETPGRP
31
32 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
33    */
34 #undef HAVE_DIRENT_H
35
36 /* Define to 1 if you have the `dup2' function. */
37 #undef HAVE_DUP2
38
39 /* Define to 1 if you have the <features.h> header file. */
40 #undef HAVE_FEATURES_H
41
42 /* Define to 1 if you have the `getauthid' function. */
43 #undef HAVE_GETAUTHID
44
45 /* Define to 1 if you have the `getcwd' function. */
46 #undef HAVE_GETCWD
47
48 /* Define to 1 if you have the `gethostname' function. */
49 #undef HAVE_GETHOSTNAME
50
51 /* Define to 1 if you have the `getpwent' function. */
52 #undef HAVE_GETPWENT
53
54 /* Define to 1 if you have the `getutent' function. */
55 #undef HAVE_GETUTENT
56
57 /* Define to 1 if you have the `getutxent' function. */
58 #undef HAVE_GETUTXENT
59
60 /* Define if you have the iconv() function and it works. */
61 #undef HAVE_ICONV
62
63 /* Define to 1 if you have the <inttypes.h> header file. */
64 #undef HAVE_INTTYPES_H
65
66 /* Define to 1 if the system has the type `long long'. */
67 #undef HAVE_LONG_LONG
68
69 /* Define to 1 if you have the `mallinfo' function. */
70 #undef HAVE_MALLINFO
71
72 /* Define to 1 if you have the `mblen' function. */
73 #undef HAVE_MBLEN
74
75 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
76 #undef HAVE_MBRTOWC
77
78 /* Define to 1 if you have the `memmove' function. */
79 #undef HAVE_MEMMOVE
80
81 /* Define to 1 if you have the <memory.h> header file. */
82 #undef HAVE_MEMORY_H
83
84 /* Define to 1 if you have the `memset' function. */
85 #undef HAVE_MEMSET
86
87 /* Define to 1 if you have the `mkstemp' function. */
88 #undef HAVE_MKSTEMP
89
90 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
91 #undef HAVE_NDIR_H
92
93 /* Define to 1 if you have the `nice' function. */
94 #undef HAVE_NICE
95
96 /* Define to 1 if you have the `nl_langinfo' function. */
97 #undef HAVE_NL_LANGINFO
98
99 /* Define to 1 if you have the <paths.h> header file. */
100 #undef HAVE_PATHS_H
101
102 /* Define to 1 if you have the `sbrk' function. */
103 #undef HAVE_SBRK
104
105 /* Define to 1 if you have the `setpgid' function. */
106 #undef HAVE_SETPGID
107
108 /* Define to 1 if you have the `setpriority' function. */
109 #undef HAVE_SETPRIORITY
110
111 /* Define to 1 if you have the <shadow.h> header file. */
112 #undef HAVE_SHADOW_H
113
114 /* Define to 1 if you have the <stdint.h> header file. */
115 #undef HAVE_STDINT_H
116
117 /* Define to 1 if you have the <stdlib.h> header file. */
118 #undef HAVE_STDLIB_H
119
120 /* Define to 1 if you have the `strcoll' function and it is properly defined.
121    */
122 #undef HAVE_STRCOLL
123
124 /* Define to 1 if you have the `strerror' function. */
125 #undef HAVE_STRERROR
126
127 /* Define to 1 if you have the <strings.h> header file. */
128 #undef HAVE_STRINGS_H
129
130 /* Define to 1 if you have the <string.h> header file. */
131 #undef HAVE_STRING_H
132
133 /* Define to 1 if you have the `strstr' function. */
134 #undef HAVE_STRSTR
135
136 /* Define to 1 if `d_ino' is a member of `struct dirent'. */
137 #undef HAVE_STRUCT_DIRENT_D_INO
138
139 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
140 #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
141
142 /* Define to 1 if `ut_host' is a member of `struct utmpx'. */
143 #undef HAVE_STRUCT_UTMPX_UT_HOST
144
145 /* Define to 1 if `ut_tv' is a member of `struct utmpx'. */
146 #undef HAVE_STRUCT_UTMPX_UT_TV
147
148 /* Define to 1 if `ut_user' is a member of `struct utmpx'. */
149 #undef HAVE_STRUCT_UTMPX_UT_USER
150
151 /* Define to 1 if `ut_xtime' is a member of `struct utmpx'. */
152 #undef HAVE_STRUCT_UTMPX_UT_XTIME
153
154 /* Define to 1 if `ut_host' is a member of `struct utmp'. */
155 #undef HAVE_STRUCT_UTMP_UT_HOST
156
157 /* Define to 1 if `ut_tv' is a member of `struct utmp'. */
158 #undef HAVE_STRUCT_UTMP_UT_TV
159
160 /* Define to 1 if `ut_user' is a member of `struct utmp'. */
161 #undef HAVE_STRUCT_UTMP_UT_USER
162
163 /* Define to 1 if `ut_xtime' is a member of `struct utmp'. */
164 #undef HAVE_STRUCT_UTMP_UT_XTIME
165
166 /* Define to 1 if you have the `sysconf' function. */
167 #undef HAVE_SYSCONF
168
169 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
170    */
171 #undef HAVE_SYS_DIR_H
172
173 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
174    */
175 #undef HAVE_SYS_NDIR_H
176
177 /* Define to 1 if you have the <sys/stat.h> header file. */
178 #undef HAVE_SYS_STAT_H
179
180 /* Define to 1 if you have the <sys/types.h> header file. */
181 #undef HAVE_SYS_TYPES_H
182
183 /* Define to 1 if you have the <unistd.h> header file. */
184 #undef HAVE_UNISTD_H
185
186 /* Define to 1 if you have the <utmpx.h> header file. */
187 #undef HAVE_UTMPX_H
188
189 /* Define to 1 if you have the <utmp.h> header file. */
190 #undef HAVE_UTMP_H
191
192 /* Define to 1 if you have the <wchar.h> header file. */
193 #undef HAVE_WCHAR_H
194
195 /* Define to 1 if you have the <wctype.h> header file. */
196 #undef HAVE_WCTYPE_H
197
198 /* Define to 1 if you have the `wcwidth' function. */
199 #undef HAVE_WCWIDTH
200
201 /* Define as const if the declaration of iconv() needs const. */
202 #undef ICONV_CONST
203
204 /* Support NLS. */
205 #undef NLS
206
207 /* Support NLS catalogs. */
208 #undef NLS_CATALOGS
209
210 /* Define to the address where bug reports for this package should be sent. */
211 #undef PACKAGE_BUGREPORT
212
213 /* Define to the full name of this package. */
214 #undef PACKAGE_NAME
215
216 /* Define to the full name and version of this package. */
217 #undef PACKAGE_STRING
218
219 /* Define to the one symbol short name of this package. */
220 #undef PACKAGE_TARNAME
221
222 /* Define to the home page for this package. */
223 #undef PACKAGE_URL
224
225 /* Define to the version of this package. */
226 #undef PACKAGE_VERSION
227
228 /* Define to 1 if the `setpgrp' function takes no argument. */
229 #undef SETPGRP_VOID
230
231 /* The size of `wchar_t', as computed by sizeof. */
232 #undef SIZEOF_WCHAR_T
233
234 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
235 #undef STAT_MACROS_BROKEN
236
237 /* Define to 1 if you have the ANSI C header files. */
238 #undef STDC_HEADERS
239
240 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
241    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
242    #define below would cause a syntax error. */
243 #undef _UINT32_T
244
245 /* Define to empty if `const' does not conform to ANSI C. */
246 #undef const
247
248 /* Define to `int' if <sys/types.h> doesn't define. */
249 #undef gid_t
250
251 /* Define to `int' if <sys/types.h> does not define. */
252 #undef mode_t
253
254 /* Define to `unsigned int' if <sys/types.h> does not define. */
255 #undef size_t
256
257 /* Define to `int' if neither <sys/types.h> nor <sys/socket.h> define. */
258 #undef socklen_t
259
260 /* Define to `int' not defined in <sys/types.h>. */
261 #undef ssize_t
262
263 /* Define to `int' if <sys/types.h> doesn't define. */
264 #undef uid_t
265
266 /* Define to the type of an unsigned integer type of width exactly 32 bits if
267    such a type exists and the standard includes do not define it. */
268 #undef uint32_t
269
270 /* Define to empty if the keyword `volatile' does not work. Warning: valid
271    code using `volatile' can become incorrect without. Disable with care. */
272 #undef volatile
273
274 #include "config_p.h"
275 #include "config_f.h"