hammer2 - Flush asynchronization, bug fixes, stabilization (2)
[dragonfly.git] / bin / csh / config.h
blob150e32eb5d1d1bf99371da1906286d554cd53c12
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
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
8 /* Define to 1 if the `getpgrp' function requires zero arguments. */
9 #define GETPGRP_VOID 1
11 /* Define to 1 if you have the <auth.h> header file. */
12 /* #undef HAVE_AUTH_H */
14 /* Define to 1 if you have the <crypt.h> header file. */
15 /* #undef HAVE_CRYPT_H */
17 /* Define to 1 if you have the declaration of `crypt', and to 0 if you don't.
19 #define HAVE_DECL_CRYPT 1
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
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
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
33 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
35 #define HAVE_DIRENT_H 1
37 /* Define to 1 if you have the `dup2' function. */
38 #define HAVE_DUP2 1
40 /* Define to 1 if you have the <features.h> header file. */
41 /* #undef HAVE_FEATURES_H */
43 /* Define to 1 if you have the `getauthid' function. */
44 /* #undef HAVE_GETAUTHID */
46 /* Define to 1 if you have the `getcwd' function. */
47 #define HAVE_GETCWD 1
49 /* Define to 1 if you have the `gethostname' function. */
50 #define HAVE_GETHOSTNAME 1
52 /* Define to 1 if you have the `getpwent' function. */
53 #define HAVE_GETPWENT 1
55 /* Define to 1 if you have the `getutent' function. */
56 #define HAVE_GETUTENT 1
58 /* Define to 1 if you have the `getutxent' function. */
59 #define HAVE_GETUTXENT 1
61 /* Define if you have the iconv() function and it works. */
62 #define HAVE_ICONV 1
64 /* Define to 1 if you have the <inttypes.h> header file. */
65 #define HAVE_INTTYPES_H 1
67 /* Define to 1 if the system has the type `long long'. */
68 #define HAVE_LONG_LONG 1
70 /* Define to 1 if you have the `mallinfo' function. */
71 /* #undef HAVE_MALLINFO */
73 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
74 #define HAVE_MBRTOWC 1
76 /* Define to 1 if you have the `memmove' function. */
77 #define HAVE_MEMMOVE 1
79 /* Define to 1 if you have the <memory.h> header file. */
80 #define HAVE_MEMORY_H 1
82 /* Define to 1 if you have the `memset' function. */
83 #define HAVE_MEMSET 1
85 /* Define to 1 if you have the `mkstemp' function. */
86 #define HAVE_MKSTEMP 1
88 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
89 /* #undef HAVE_NDIR_H */
91 /* Define to 1 if you have the `nice' function. */
92 #define HAVE_NICE 1
94 /* Define to 1 if you have the `nl_langinfo' function. */
95 #define HAVE_NL_LANGINFO 1
97 /* Define to 1 if you have the <paths.h> header file. */
98 #define HAVE_PATHS_H 1
100 /* Define to 1 if you have the `sbrk' function. */
101 #define HAVE_SBRK 1
103 /* Define to 1 if you have the `setpgid' function. */
104 #define HAVE_SETPGID 1
106 /* Define to 1 if you have the `setpriority' function. */
107 #define HAVE_SETPRIORITY 1
109 /* Define to 1 if you have the <shadow.h> header file. */
110 /* #undef HAVE_SHADOW_H */
112 /* Define to 1 if you have the <stdint.h> header file. */
113 #define HAVE_STDINT_H 1
115 /* Define to 1 if you have the <stdlib.h> header file. */
116 #define HAVE_STDLIB_H 1
118 /* Define to 1 if you have the `strcoll' function and it is properly defined.
120 #define HAVE_STRCOLL 1
122 /* Define to 1 if you have the `strerror' function. */
123 #define HAVE_STRERROR 1
125 /* Define to 1 if you have the <strings.h> header file. */
126 #define HAVE_STRINGS_H 1
128 /* Define to 1 if you have the <string.h> header file. */
129 #define HAVE_STRING_H 1
131 /* Define to 1 if you have the `strstr' function. */
132 #define HAVE_STRSTR 1
134 /* Define to 1 if `d_ino' is a member of `struct dirent'. */
135 #define HAVE_STRUCT_DIRENT_D_INO 1
137 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
138 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
140 /* Define to 1 if `ut_host' is a member of `struct utmpx'. */
141 #define HAVE_STRUCT_UTMPX_UT_HOST 1
143 /* Define to 1 if `ut_tv' is a member of `struct utmpx'. */
144 #define HAVE_STRUCT_UTMPX_UT_TV 1
146 /* Define to 1 if `ut_user' is a member of `struct utmpx'. */
147 #define HAVE_STRUCT_UTMPX_UT_USER 1
149 /* Define to 1 if `ut_xtime' is a member of `struct utmpx'. */
150 #define HAVE_STRUCT_UTMPX_UT_XTIME 1
152 /* Define to 1 if `ut_host' is a member of `struct utmp'. */
153 #define HAVE_STRUCT_UTMP_UT_HOST 1
155 /* Define to 1 if `ut_tv' is a member of `struct utmp'. */
156 #define HAVE_STRUCT_UTMP_UT_TV 1
158 /* Define to 1 if `ut_user' is a member of `struct utmp'. */
159 #define HAVE_STRUCT_UTMP_UT_USER 1
161 /* Define to 1 if `ut_xtime' is a member of `struct utmp'. */
162 #define HAVE_STRUCT_UTMP_UT_XTIME 1
164 /* Define to 1 if you have the `sysconf' function. */
165 #define HAVE_SYSCONF 1
167 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
169 /* #undef HAVE_SYS_DIR_H */
171 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
173 /* #undef HAVE_SYS_NDIR_H */
175 /* Define to 1 if you have the <sys/stat.h> header file. */
176 #define HAVE_SYS_STAT_H 1
178 /* Define to 1 if you have the <sys/types.h> header file. */
179 #define HAVE_SYS_TYPES_H 1
181 /* Define to 1 if you have the <unistd.h> header file. */
182 #define HAVE_UNISTD_H 1
184 /* Define to 1 if you have the <utmpx.h> header file. */
185 #define HAVE_UTMPX_H 1
187 /* Define to 1 if you have the <utmp.h> header file. */
188 #define HAVE_UTMP_H 1
190 /* Define to 1 if you have the <wchar.h> header file. */
191 #define HAVE_WCHAR_H 1
193 /* Define to 1 if you have the <wctype.h> header file. */
194 #define HAVE_WCTYPE_H 1
196 /* Define to 1 if you have the `wcwidth' function. */
197 #define HAVE_WCWIDTH 1
199 /* Define as const if the declaration of iconv() needs const. */
200 #define ICONV_CONST
202 /* Support NLS. */
203 #define NLS 1
205 /* Support NLS catalogs. */
206 #define NLS_CATALOGS 1
208 /* Define to the address where bug reports for this package should be sent. */
209 #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
211 /* Define to the full name of this package. */
212 #define PACKAGE_NAME "tcsh"
214 /* Define to the full name and version of this package. */
215 #define PACKAGE_STRING "tcsh 6.19.00"
217 /* Define to the one symbol short name of this package. */
218 #define PACKAGE_TARNAME "tcsh"
220 /* Define to the home page for this package. */
221 #define PACKAGE_URL ""
223 /* Define to the version of this package. */
224 #define PACKAGE_VERSION "6.19.00"
226 /* Define to 1 if the `setpgrp' function takes no argument. */
227 /* #undef SETPGRP_VOID */
229 /* The size of `wchar_t', as computed by sizeof. */
230 #define SIZEOF_WCHAR_T 4
232 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
233 /* #undef STAT_MACROS_BROKEN */
235 /* Define to 1 if you have the ANSI C header files. */
236 #define STDC_HEADERS 1
238 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
239 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
240 #define below would cause a syntax error. */
241 /* #undef _UINT32_T */
243 /* Define to empty if `const' does not conform to ANSI C. */
244 /* #undef const */
246 /* Define to `int' if <sys/types.h> doesn't define. */
247 /* #undef gid_t */
249 /* Define to `int' if <sys/types.h> does not define. */
250 /* #undef mode_t */
252 /* Define to `unsigned int' if <sys/types.h> does not define. */
253 /* #undef size_t */
255 /* Define to `int' if neither <sys/types.h> nor <sys/socket.h> define. */
256 /* #undef socklen_t */
258 /* Define to `int' not defined in <sys/types.h>. */
259 /* #undef ssize_t */
261 /* Define to `int' if <sys/types.h> doesn't define. */
262 /* #undef uid_t */
264 /* Define to the type of an unsigned integer type of width exactly 32 bits if
265 such a type exists and the standard includes do not define it. */
266 /* #undef uint32_t */
268 /* Define to empty if the keyword `volatile' does not work. Warning: valid
269 code using `volatile' can become incorrect without. Disable with care. */
270 /* #undef volatile */
272 #include "config_p.h"
273 #include "config_f.h"