config.h revision 145482
10SN/A/* $FreeBSD: head/bin/csh/config.h 145482 2005-04-24 19:50:22Z mp $ */
20SN/A/* config.h.  Generated by configure.  */
30SN/A/* config.h.in.  Generated from configure.in by autoheader.  */
40SN/A
50SN/A/* Define to the type of elements in the array set by `getgroups'. Usually
61113Sjoehw   this is either `int' or `gid_t'. */
71113Sjoehw#define GETGROUPS_T gid_t
81113Sjoehw
91113Sjoehw/* Define to 1 if the `getpgrp' function requires zero arguments. */
101113Sjoehw#define GETPGRP_VOID 1
111113Sjoehw
120SN/A/* Define to 1 if you have the <auth.h> header file. */
131113Sjoehw/* #undef HAVE_AUTH_H */
140SN/A
150SN/A/* Define to 1 if you have the declaration of `gethostname', and to 0 if you
160SN/A   don't. */
170SN/A#define HAVE_DECL_GETHOSTNAME 1
180SN/A
190SN/A/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
200SN/A   */
210SN/A#define HAVE_DIRENT_H 1
220SN/A
230SN/A/* Define to 1 if you have the `dup2' function. */
240SN/A#define HAVE_DUP2 1
250SN/A
260SN/A/* Define to 1 if you have the `getcwd' function. */
270SN/A#define HAVE_GETCWD 1
280SN/A
290SN/A/* Define to 1 if you have the `gethostname' function. */
300SN/A#define HAVE_GETHOSTNAME 1
310SN/A
320SN/A/* Define to 1 if you have the `getpwent' function. */
330SN/A#define HAVE_GETPWENT 1
340SN/A
350SN/A/* Define to 1 if you have the `getutent' function. */
360SN/A/* #undef HAVE_GETUTENT */
370SN/A
380SN/A/* Define to 1 if you have the iconv () interface */
390SN/A/* #undef HAVE_ICONV */
400SN/A
410SN/A/* Define to 1 if you have the <inttypes.h> header file. */
420SN/A#define HAVE_INTTYPES_H 1
430SN/A
440SN/A/* Define to 1 if the system has the type `long long'. */
450SN/A#define HAVE_LONG_LONG 1
460SN/A
470SN/A/* Define to 1 if you have the `memmove' function. */
480SN/A#define HAVE_MEMMOVE 1
49
50/* Define to 1 if you have the <memory.h> header file. */
51#define HAVE_MEMORY_H 1
52
53/* Define to 1 if you have the `memset' function. */
54#define HAVE_MEMSET 1
55
56/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
57/* #undef HAVE_NDIR_H */
58
59/* Define to 1 if you have the `nice' function. */
60#define HAVE_NICE 1
61
62/* Define to 1 if you have the `nl_langinfo' function. */
63#define HAVE_NL_LANGINFO 1
64
65/* Define to 1 if you have the `sbrk' function. */
66#define HAVE_SBRK 1
67
68/* Define to 1 if you have the `setpgid' function. */
69#define HAVE_SETPGID 1
70
71/* Define to 1 if you have the `setpriority' function. */
72#define HAVE_SETPRIORITY 1
73
74/* Define to 1 if you have the <shadow.h> header file. */
75/* #undef HAVE_SHADOW_H */
76
77/* Define to 1 if you have the <stdint.h> header file. */
78#define HAVE_STDINT_H 1
79
80/* Define to 1 if you have the <stdlib.h> header file. */
81#define HAVE_STDLIB_H 1
82
83/* Define to 1 if you have the `strerror' function. */
84#define HAVE_STRERROR 1
85
86/* Define to 1 if you have the <strings.h> header file. */
87#define HAVE_STRINGS_H 1
88
89/* Define to 1 if you have the <string.h> header file. */
90#define HAVE_STRING_H 1
91
92/* Define to 1 if you have the `strstr' function. */
93#define HAVE_STRSTR 1
94
95/* Define to 1 if `d_ino' is member of `struct dirent'. */
96#define HAVE_STRUCT_DIRENT_D_INO 1
97
98/* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
99#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
100
101/* Define to 1 if `ut_host' is member of `struct utmp'. */
102/* #undef HAVE_STRUCT_UTMP_UT_HOST */
103
104/* Define to 1 if `ut_tv' is member of `struct utmp'. */
105/* #undef HAVE_STRUCT_UTMP_UT_TV */
106
107/* Define to 1 if `ut_user' is member of `struct utmp'. */
108/* #undef HAVE_STRUCT_UTMP_UT_USER */
109
110/* Define to 1 if `ut_xtime' is member of `struct utmp'. */
111/* #undef HAVE_STRUCT_UTMP_UT_XTIME */
112
113/* Define to 1 if you have the `sysconf' function. */
114#define HAVE_SYSCONF 1
115
116/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
117   */
118/* #undef HAVE_SYS_DIR_H */
119
120/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
121   */
122/* #undef HAVE_SYS_NDIR_H */
123
124/* Define to 1 if you have the <sys/stat.h> header file. */
125#define HAVE_SYS_STAT_H 1
126
127/* Define to 1 if you have the <sys/types.h> header file. */
128#define HAVE_SYS_TYPES_H 1
129
130/* Define to 1 if you have the <unistd.h> header file. */
131#define HAVE_UNISTD_H 1
132
133/* Define to 1 if you have the <utmpx.h> header file. */
134/* #undef HAVE_UTMPX_H */
135
136/* Define to 1 if you have the <utmp.h> header file. */
137#define HAVE_UTMP_H 1
138
139/* Define to 1 if you have the <wchar.h> header file. */
140#define HAVE_WCHAR_H 1
141
142/* Define to 1 if you have the <wctype.h> header file. */
143#define HAVE_WCTYPE_H 1
144
145/* Define to 1 if you have the `wcwidth' function. */
146#define HAVE_WCWIDTH 1
147
148/* Define to the address where bug reports for this package should be sent. */
149#define PACKAGE_BUGREPORT ""
150
151/* Define to the full name of this package. */
152#define PACKAGE_NAME ""
153
154/* Define to the full name and version of this package. */
155#define PACKAGE_STRING ""
156
157/* Define to the one symbol short name of this package. */
158#define PACKAGE_TARNAME ""
159
160/* Define to the version of this package. */
161#define PACKAGE_VERSION ""
162
163/* Define to 1 if the C compiler supports function prototypes. */
164#define PROTOTYPES 1
165
166/* Define as the return type of signal handlers (`int' or `void'). */
167#define RETSIGTYPE void
168
169/* Define to 1 if the `setpgrp' function takes no argument. */
170/* #undef SETPGRP_VOID */
171
172/* The size of a `wchar_t', as computed by sizeof. */
173#define SIZEOF_WCHAR_T 4
174
175/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
176/* #undef STAT_MACROS_BROKEN */
177
178/* Define to 1 if you have the ANSI C header files. */
179#define STDC_HEADERS 1
180
181/* Define like PROTOTYPES; this can be used by system headers. */
182#define __PROTOTYPES 1
183
184/* Define to empty if `const' does not conform to ANSI C. */
185/* #undef const */
186
187/* Define to `int' if <sys/types.h> doesn't define. */
188/* #undef gid_t */
189
190/* Define to `int' if <sys/types.h> does not define. */
191/* #undef mode_t */
192
193/* Define to `unsigned' if <sys/types.h> does not define. */
194/* #undef size_t */
195
196/* Define to `int' if neither <sys/types.h> nor <sys/socket.h> define. */
197/* #undef socklen_t */
198
199/* Define to `int' if <sys/types.h> doesn't define. */
200/* #undef uid_t */
201
202/* Define to empty if the keyword `volatile' does not work. Warning: valid
203   code using `volatile' can become incorrect without. Disable with care. */
204/* #undef volatile */
205
206#include "config_p.h"
207#include "config_f.h"
208