Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/bin/csh/config.h
39478 views
1
/* config.h. Generated from config.h.in by configure. */
2
/* config.h.in. Generated from configure.in 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
/* #undef HAVE_ICONV */
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 mbrtowc and mbstate_t are properly declared. */
74
#define HAVE_MBRTOWC 1
75
76
/* Define to 1 if you have the `memmove' function. */
77
#define HAVE_MEMMOVE 1
78
79
/* Define to 1 if you have the <memory.h> header file. */
80
#define HAVE_MEMORY_H 1
81
82
/* Define to 1 if you have the `memset' function. */
83
#define HAVE_MEMSET 1
84
85
/* Define to 1 if you have the `mkstemp' function. */
86
#define HAVE_MKSTEMP 1
87
88
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
89
/* #undef HAVE_NDIR_H */
90
91
/* Define to 1 if you have the `nice' function. */
92
#define HAVE_NICE 1
93
94
/* Define to 1 if you have the `nl_langinfo' function. */
95
#define HAVE_NL_LANGINFO 1
96
97
/* Define to 1 if you have the <paths.h> header file. */
98
#define HAVE_PATHS_H 1
99
100
/* Define to 1 if you have the `sbrk' function. */
101
/* #undef HAVE_SBRK 1 */
102
103
/* Define to 1 if you have the `setpgid' function. */
104
#define HAVE_SETPGID 1
105
106
/* Define to 1 if you have the `setpriority' function. */
107
#define HAVE_SETPRIORITY 1
108
109
/* Define to 1 if you have the <shadow.h> header file. */
110
/* #undef HAVE_SHADOW_H */
111
112
/* Define to 1 if you have the <stdint.h> header file. */
113
#define HAVE_STDINT_H 1
114
115
/* Define to 1 if you have the <stdlib.h> header file. */
116
#define HAVE_STDLIB_H 1
117
118
/* Define to 1 if you have the `strcoll' function and it is properly defined.
119
*/
120
#define HAVE_STRCOLL 1
121
122
/* Define to 1 if you have the `strerror' function. */
123
#define HAVE_STRERROR 1
124
125
/* Define to 1 if you have the <strings.h> header file. */
126
#define HAVE_STRINGS_H 1
127
128
/* Define to 1 if you have the <string.h> header file. */
129
#define HAVE_STRING_H 1
130
131
/* Define to 1 if you have the `strstr' function. */
132
#define HAVE_STRSTR 1
133
134
/* Define to 1 if `d_ino' is a member of `struct dirent'. */
135
#define HAVE_STRUCT_DIRENT_D_INO 1
136
137
/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
138
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
139
140
/* Define to 1 if `ut_host' is a member of `struct utmpx'. */
141
#define HAVE_STRUCT_UTMPX_UT_HOST 1
142
143
/* Define to 1 if `ut_tv' is a member of `struct utmpx'. */
144
#define HAVE_STRUCT_UTMPX_UT_TV 1
145
146
/* Define to 1 if `ut_user' is a member of `struct utmpx'. */
147
#define HAVE_STRUCT_UTMPX_UT_USER 1
148
149
/* Define to 1 if `ut_xtime' is a member of `struct utmpx'. */
150
/* #undef HAVE_STRUCT_UTMPX_UT_XTIME */
151
152
/* Define to 1 if `ut_host' is a member of `struct utmp'. */
153
#define HAVE_STRUCT_UTMP_UT_HOST 1
154
155
/* Define to 1 if `ut_tv' is a member of `struct utmp'. */
156
#define HAVE_STRUCT_UTMP_UT_TV 1
157
158
/* Define to 1 if `ut_user' is a member of `struct utmp'. */
159
#define HAVE_STRUCT_UTMP_UT_USER 1
160
161
/* Define to 1 if `ut_xtime' is a member of `struct utmp'. */
162
/* #undef HAVE_STRUCT_UTMP_UT_XTIME */
163
164
/* Define to 1 if you have the `sysconf' function. */
165
#define HAVE_SYSCONF 1
166
167
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
168
*/
169
/* #undef HAVE_SYS_DIR_H */
170
171
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
172
*/
173
/* #undef HAVE_SYS_NDIR_H */
174
175
/* Define to 1 if you have the <sys/stat.h> header file. */
176
#define HAVE_SYS_STAT_H 1
177
178
/* Define to 1 if you have the <sys/types.h> header file. */
179
#define HAVE_SYS_TYPES_H 1
180
181
/* Define to 1 if you have the <unistd.h> header file. */
182
#define HAVE_UNISTD_H 1
183
184
/* Define to 1 if you have the <utmpx.h> header file. */
185
#define HAVE_UTMPX_H 1
186
187
/* Define to 1 if you have the <utmp.h> header file. */
188
/* #undef HAVE_UTMP_H */
189
190
/* Define to 1 if you have the <wchar.h> header file. */
191
#define HAVE_WCHAR_H 1
192
193
/* Define to 1 if you have the <wctype.h> header file. */
194
#define HAVE_WCTYPE_H 1
195
196
/* Define to 1 if you have the `wcwidth' function. */
197
#define HAVE_WCWIDTH 1
198
199
/* Define as const if the declaration of iconv() needs const. */
200
#define ICONV_CONST
201
202
/* Support NLS. */
203
#define NLS 1
204
205
/* Support NLS catalogs. */
206
#define NLS_CATALOGS 1
207
208
/* Define to the address where bug reports for this package should be sent. */
209
#define PACKAGE_BUGREPORT "http://bugs.gw.com/"
210
211
/* Define to the full name of this package. */
212
#define PACKAGE_NAME "tcsh"
213
214
/* Define to the full name and version of this package. */
215
#define PACKAGE_STRING "tcsh 6.18.01"
216
217
/* Define to the one symbol short name of this package. */
218
#define PACKAGE_TARNAME "tcsh"
219
220
/* Define to the home page for this package. */
221
#define PACKAGE_URL ""
222
223
/* Define to the version of this package. */
224
#define PACKAGE_VERSION "6.18.01"
225
226
/* Define to 1 if the `setpgrp' function takes no argument. */
227
/* #undef SETPGRP_VOID */
228
229
/* The size of `wchar_t', as computed by sizeof. */
230
#define SIZEOF_WCHAR_T 4
231
232
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
233
/* #undef STAT_MACROS_BROKEN */
234
235
/* Define to 1 if you have the ANSI C header files. */
236
#define STDC_HEADERS 1
237
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 */
242
243
/* Define to empty if `const' does not conform to ANSI C. */
244
/* #undef const */
245
246
/* Define to `int' if <sys/types.h> doesn't define. */
247
/* #undef gid_t */
248
249
/* Define to `int' if <sys/types.h> does not define. */
250
/* #undef mode_t */
251
252
/* Define to `unsigned int' if <sys/types.h> does not define. */
253
/* #undef size_t */
254
255
/* Define to `int' if neither <sys/types.h> nor <sys/socket.h> define. */
256
/* #undef socklen_t */
257
258
/* Define to `int' not defined in <sys/types.h>. */
259
/* #undef ssize_t */
260
261
/* Define to `int' if <sys/types.h> doesn't define. */
262
/* #undef uid_t */
263
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 */
267
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 */
271
272
#include "config_p.h"
273
#include "config_f.h"
274
275
/* Work around a vendor issue where config_f.h is #undef'ing this setting */
276
#define SYSMALLOC
277
278