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