xref: /dragonfly/bin/csh/csh/config.h (revision 92fe556d)
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 `mblen' function. */
74 #define HAVE_MBLEN 1
75 
76 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
77 #define HAVE_MBRTOWC 1
78 
79 /* Define to 1 if you have the `memmove' function. */
80 #define HAVE_MEMMOVE 1
81 
82 /* Define to 1 if you have the <memory.h> header file. */
83 #define HAVE_MEMORY_H 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 <shadow.h> header file. */
113 /* #undef HAVE_SHADOW_H */
114 
115 /* Define to 1 if you have the <stdint.h> header file. */
116 #define HAVE_STDINT_H 1
117 
118 /* Define to 1 if you have the <stdlib.h> header file. */
119 #define HAVE_STDLIB_H 1
120 
121 /* Define to 1 if you have the `strcoll' function and it is properly defined.
122    */
123 #define HAVE_STRCOLL 1
124 
125 /* Define to 1 if you have the `strerror' function. */
126 #define HAVE_STRERROR 1
127 
128 /* Define to 1 if you have the <strings.h> header file. */
129 #define HAVE_STRINGS_H 1
130 
131 /* Define to 1 if you have the <string.h> header file. */
132 #define HAVE_STRING_H 1
133 
134 /* Define to 1 if you have the `strstr' function. */
135 #define HAVE_STRSTR 1
136 
137 /* Define to 1 if `d_ino' is a member of `struct dirent'. */
138 #define HAVE_STRUCT_DIRENT_D_INO 1
139 
140 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
141 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
142 
143 /* Define to 1 if `ut_host' is a member of `struct utmpx'. */
144 #define HAVE_STRUCT_UTMPX_UT_HOST 1
145 
146 /* Define to 1 if `ut_tv' is a member of `struct utmpx'. */
147 #define HAVE_STRUCT_UTMPX_UT_TV 1
148 
149 /* Define to 1 if `ut_user' is a member of `struct utmpx'. */
150 #define HAVE_STRUCT_UTMPX_UT_USER 1
151 
152 /* Define to 1 if `ut_xtime' is a member of `struct utmpx'. */
153 #define HAVE_STRUCT_UTMPX_UT_XTIME 1
154 
155 /* Define to 1 if `ut_host' is a member of `struct utmp'. */
156 /* #undef HAVE_STRUCT_UTMP_UT_HOST */
157 
158 /* Define to 1 if `ut_tv' is a member of `struct utmp'. */
159 /* #undef HAVE_STRUCT_UTMP_UT_TV */
160 
161 /* Define to 1 if `ut_user' is a member of `struct utmp'. */
162 /* #undef HAVE_STRUCT_UTMP_UT_USER */
163 
164 /* Define to 1 if `ut_xtime' is a member of `struct utmp'. */
165 /* #undef HAVE_STRUCT_UTMP_UT_XTIME */
166 
167 /* Define to 1 if you have the `sysconf' function. */
168 #define HAVE_SYSCONF 1
169 
170 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
171    */
172 /* #undef HAVE_SYS_DIR_H */
173 
174 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
175    */
176 /* #undef HAVE_SYS_NDIR_H */
177 
178 /* Define to 1 if you have the <sys/stat.h> header file. */
179 #define HAVE_SYS_STAT_H 1
180 
181 /* Define to 1 if you have the <sys/types.h> header file. */
182 #define HAVE_SYS_TYPES_H 1
183 
184 /* Define to 1 if you have the <unistd.h> header file. */
185 #define HAVE_UNISTD_H 1
186 
187 /* Define to 1 if you have the <utmpx.h> header file. */
188 #define HAVE_UTMPX_H 1
189 
190 /* Define to 1 if you have the <utmp.h> header file. */
191 /* #undef HAVE_UTMP_H */
192 
193 /* Define to 1 if you have the <wchar.h> header file. */
194 #define HAVE_WCHAR_H 1
195 
196 /* Define to 1 if you have the <wctype.h> header file. */
197 #define HAVE_WCTYPE_H 1
198 
199 /* Define to 1 if you have the `wcwidth' function. */
200 #define HAVE_WCWIDTH 1
201 
202 /* Define as const if the declaration of iconv() needs const. */
203 #define ICONV_CONST
204 
205 /* Support NLS. */
206 #define NLS 1
207 
208 /* Support NLS catalogs. */
209 #define NLS_CATALOGS 1
210 
211 /* Define to the address where bug reports for this package should be sent. */
212 #define PACKAGE_BUGREPORT "https://bugs.astron.com/"
213 
214 /* Define to the full name of this package. */
215 #define PACKAGE_NAME "tcsh"
216 
217 /* Define to the full name and version of this package. */
218 #define PACKAGE_STRING "tcsh 6.22.02"
219 
220 /* Define to the one symbol short name of this package. */
221 #define PACKAGE_TARNAME "tcsh"
222 
223 /* Define to the home page for this package. */
224 #define PACKAGE_URL ""
225 
226 /* Define to the version of this package. */
227 #define PACKAGE_VERSION "6.22.02"
228 
229 /* Define to 1 if the `setpgrp' function takes no argument. */
230 /* #undef SETPGRP_VOID */
231 
232 /* The size of `wchar_t', as computed by sizeof. */
233 #define SIZEOF_WCHAR_T 4
234 
235 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
236 /* #undef STAT_MACROS_BROKEN */
237 
238 /* Define to 1 if you have the ANSI C header files. */
239 #define STDC_HEADERS 1
240 
241 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
242    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
243    #define below would cause a syntax error. */
244 /* #undef _UINT32_T */
245 
246 /* Define to empty if `const' does not conform to ANSI C. */
247 /* #undef const */
248 
249 /* Define to `int' if <sys/types.h> doesn't define. */
250 /* #undef gid_t */
251 
252 /* Define to `int' if <sys/types.h> does not define. */
253 /* #undef mode_t */
254 
255 /* Define to `unsigned int' if <sys/types.h> does not define. */
256 /* #undef size_t */
257 
258 /* Define to `int' if neither <sys/types.h> nor <sys/socket.h> define. */
259 /* #undef socklen_t */
260 
261 /* Define to `int' not defined in <sys/types.h>. */
262 /* #undef ssize_t */
263 
264 /* Define to `int' if <sys/types.h> doesn't define. */
265 /* #undef uid_t */
266 
267 /* Define to the type of an unsigned integer type of width exactly 32 bits if
268    such a type exists and the standard includes do not define it. */
269 /* #undef uint32_t */
270 
271 /* Define to empty if the keyword `volatile' does not work. Warning: valid
272    code using `volatile' can become incorrect without. Disable with care. */
273 /* #undef volatile */
274 
275 #include "config_p.h"
276 #include "config_f.h"
277