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