xref: /freebsd/bin/csh/config.h (revision 1243a98e38a54709f670e748070f4051de2ad10f)
1325c70b7SDavid E. O'Brien /* $FreeBSD$ */
29ccc37e3SMark Peek /* config.h.  Generated from config.h.in by configure.  */
3ced7a1fdSMark Peek /* config.h.in.  Generated from configure.in by autoheader.  */
4325c70b7SDavid E. O'Brien 
5ced7a1fdSMark Peek /* Define to the type of elements in the array set by `getgroups'. Usually
6ced7a1fdSMark Peek    this is either `int' or `gid_t'. */
7ced7a1fdSMark Peek #define GETGROUPS_T gid_t
8ced7a1fdSMark Peek 
9ced7a1fdSMark Peek /* Define to 1 if the `getpgrp' function requires zero arguments. */
10ced7a1fdSMark Peek #define GETPGRP_VOID 1
11ced7a1fdSMark Peek 
12ced7a1fdSMark Peek /* Define to 1 if you have the <auth.h> header file. */
13ced7a1fdSMark Peek /* #undef HAVE_AUTH_H */
14ced7a1fdSMark Peek 
1515aaece8SMark Peek /* Define to 1 if you have the <crypt.h> header file. */
1615aaece8SMark Peek /* #undef HAVE_CRYPT_H */
1715aaece8SMark Peek 
1815aaece8SMark Peek /* Define to 1 if you have the declaration of `crypt', and to 0 if you don't.
1915aaece8SMark Peek    */
2015aaece8SMark Peek #define HAVE_DECL_CRYPT 1
2115aaece8SMark Peek 
2215aaece8SMark Peek /* Define to 1 if you have the declaration of `environ', and to 0 if you
2315aaece8SMark Peek    don't. */
2415aaece8SMark Peek #define HAVE_DECL_ENVIRON 0
2515aaece8SMark Peek 
26ced7a1fdSMark Peek /* Define to 1 if you have the declaration of `gethostname', and to 0 if you
27ced7a1fdSMark Peek    don't. */
28ced7a1fdSMark Peek #define HAVE_DECL_GETHOSTNAME 1
29ced7a1fdSMark Peek 
3015aaece8SMark Peek /* Define to 1 if you have the declaration of `getpgrp', and to 0 if you
3115aaece8SMark Peek    don't. */
3215aaece8SMark Peek #define HAVE_DECL_GETPGRP 1
3315aaece8SMark Peek 
34ced7a1fdSMark Peek /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
35325c70b7SDavid E. O'Brien    */
36ced7a1fdSMark Peek #define HAVE_DIRENT_H 1
37325c70b7SDavid E. O'Brien 
38ced7a1fdSMark Peek /* Define to 1 if you have the `dup2' function. */
39ced7a1fdSMark Peek #define HAVE_DUP2 1
40ced7a1fdSMark Peek 
419ccc37e3SMark Peek /* Define to 1 if you have the <features.h> header file. */
429ccc37e3SMark Peek /* #undef HAVE_FEATURES_H */
439ccc37e3SMark Peek 
4415aaece8SMark Peek /* Define to 1 if you have the `getauthid' function. */
4515aaece8SMark Peek /* #undef HAVE_GETAUTHID */
4615aaece8SMark Peek 
47ced7a1fdSMark Peek /* Define to 1 if you have the `getcwd' function. */
48ced7a1fdSMark Peek #define HAVE_GETCWD 1
49ced7a1fdSMark Peek 
50ced7a1fdSMark Peek /* Define to 1 if you have the `gethostname' function. */
51ced7a1fdSMark Peek #define HAVE_GETHOSTNAME 1
52ced7a1fdSMark Peek 
53ced7a1fdSMark Peek /* Define to 1 if you have the `getpwent' function. */
54ced7a1fdSMark Peek #define HAVE_GETPWENT 1
55ced7a1fdSMark Peek 
56ced7a1fdSMark Peek /* Define to 1 if you have the `getutent' function. */
579ccc37e3SMark Peek /* #undef HAVE_GETUTENT */
58ced7a1fdSMark Peek 
599ccc37e3SMark Peek /* Define to 1 if you have the `getutxent' function. */
609ccc37e3SMark Peek #define HAVE_GETUTXENT 1
619ccc37e3SMark Peek 
629ccc37e3SMark Peek /* Define if you have the iconv() function and it works. */
63ced7a1fdSMark Peek /* #undef HAVE_ICONV */
64ced7a1fdSMark Peek 
65ced7a1fdSMark Peek /* Define to 1 if you have the <inttypes.h> header file. */
66ced7a1fdSMark Peek #define HAVE_INTTYPES_H 1
67ced7a1fdSMark Peek 
68ced7a1fdSMark Peek /* Define to 1 if the system has the type `long long'. */
69ced7a1fdSMark Peek #define HAVE_LONG_LONG 1
70ced7a1fdSMark Peek 
719ccc37e3SMark Peek /* Define to 1 if you have the `mallinfo' function. */
729ccc37e3SMark Peek /* #undef HAVE_MALLINFO */
739ccc37e3SMark Peek 
7415aaece8SMark Peek /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
7515aaece8SMark Peek #define HAVE_MBRTOWC 1
7615aaece8SMark Peek 
77ced7a1fdSMark Peek /* Define to 1 if you have the `memmove' function. */
78ced7a1fdSMark Peek #define HAVE_MEMMOVE 1
79ced7a1fdSMark Peek 
80ced7a1fdSMark Peek /* Define to 1 if you have the <memory.h> header file. */
81ced7a1fdSMark Peek #define HAVE_MEMORY_H 1
82ced7a1fdSMark Peek 
83ced7a1fdSMark Peek /* Define to 1 if you have the `memset' function. */
84ced7a1fdSMark Peek #define HAVE_MEMSET 1
85ced7a1fdSMark Peek 
869ccc37e3SMark Peek /* Define to 1 if you have the `mkstemp' function. */
879ccc37e3SMark Peek #define HAVE_MKSTEMP 1
889ccc37e3SMark Peek 
89ced7a1fdSMark Peek /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
90ced7a1fdSMark Peek /* #undef HAVE_NDIR_H */
91ced7a1fdSMark Peek 
92ced7a1fdSMark Peek /* Define to 1 if you have the `nice' function. */
93ced7a1fdSMark Peek #define HAVE_NICE 1
94ced7a1fdSMark Peek 
95ced7a1fdSMark Peek /* Define to 1 if you have the `nl_langinfo' function. */
96ced7a1fdSMark Peek #define HAVE_NL_LANGINFO 1
97ced7a1fdSMark Peek 
989ccc37e3SMark Peek /* Define to 1 if you have the <paths.h> header file. */
999ccc37e3SMark Peek #define HAVE_PATHS_H 1
1009ccc37e3SMark Peek 
101ced7a1fdSMark Peek /* Define to 1 if you have the `sbrk' function. */
102ced7a1fdSMark Peek #define HAVE_SBRK 1
103ced7a1fdSMark Peek 
104ced7a1fdSMark Peek /* Define to 1 if you have the `setpgid' function. */
105ced7a1fdSMark Peek #define HAVE_SETPGID 1
106ced7a1fdSMark Peek 
107ced7a1fdSMark Peek /* Define to 1 if you have the `setpriority' function. */
108ced7a1fdSMark Peek #define HAVE_SETPRIORITY 1
109ced7a1fdSMark Peek 
110ced7a1fdSMark Peek /* Define to 1 if you have the <shadow.h> header file. */
111ced7a1fdSMark Peek /* #undef HAVE_SHADOW_H */
112ced7a1fdSMark Peek 
113ced7a1fdSMark Peek /* Define to 1 if you have the <stdint.h> header file. */
114ced7a1fdSMark Peek #define HAVE_STDINT_H 1
115ced7a1fdSMark Peek 
116ced7a1fdSMark Peek /* Define to 1 if you have the <stdlib.h> header file. */
117ced7a1fdSMark Peek #define HAVE_STDLIB_H 1
118ced7a1fdSMark Peek 
11915aaece8SMark Peek /* Define to 1 if you have the `strcoll' function and it is properly defined.
12015aaece8SMark Peek    */
12115aaece8SMark Peek #define HAVE_STRCOLL 1
12215aaece8SMark Peek 
123ced7a1fdSMark Peek /* Define to 1 if you have the `strerror' function. */
124ced7a1fdSMark Peek #define HAVE_STRERROR 1
125ced7a1fdSMark Peek 
126ced7a1fdSMark Peek /* Define to 1 if you have the <strings.h> header file. */
127ced7a1fdSMark Peek #define HAVE_STRINGS_H 1
128ced7a1fdSMark Peek 
129ced7a1fdSMark Peek /* Define to 1 if you have the <string.h> header file. */
130ced7a1fdSMark Peek #define HAVE_STRING_H 1
131ced7a1fdSMark Peek 
132ced7a1fdSMark Peek /* Define to 1 if you have the `strstr' function. */
133ced7a1fdSMark Peek #define HAVE_STRSTR 1
134ced7a1fdSMark Peek 
1359ccc37e3SMark Peek /* Define to 1 if `d_ino' is a member of `struct dirent'. */
136ced7a1fdSMark Peek #define HAVE_STRUCT_DIRENT_D_INO 1
137ced7a1fdSMark Peek 
1389ccc37e3SMark Peek /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
139ced7a1fdSMark Peek #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
140ced7a1fdSMark Peek 
1419ccc37e3SMark Peek /* Define to 1 if `ut_host' is a member of `struct utmpx'. */
1429ccc37e3SMark Peek #define HAVE_STRUCT_UTMPX_UT_HOST 1
1439ccc37e3SMark Peek 
1449ccc37e3SMark Peek /* Define to 1 if `ut_tv' is a member of `struct utmpx'. */
1459ccc37e3SMark Peek #define HAVE_STRUCT_UTMPX_UT_TV 1
1469ccc37e3SMark Peek 
1479ccc37e3SMark Peek /* Define to 1 if `ut_user' is a member of `struct utmpx'. */
1489ccc37e3SMark Peek #define HAVE_STRUCT_UTMPX_UT_USER 1
1499ccc37e3SMark Peek 
1509ccc37e3SMark Peek /* Define to 1 if `ut_xtime' is a member of `struct utmpx'. */
1519ccc37e3SMark Peek /* #undef HAVE_STRUCT_UTMPX_UT_XTIME */
1529ccc37e3SMark Peek 
1539ccc37e3SMark Peek /* Define to 1 if `ut_host' is a member of `struct utmp'. */
1546048f2e1SMark Peek #define HAVE_STRUCT_UTMP_UT_HOST 1
155ced7a1fdSMark Peek 
1569ccc37e3SMark Peek /* Define to 1 if `ut_tv' is a member of `struct utmp'. */
157d0632ec9SEd Schouten #define HAVE_STRUCT_UTMP_UT_TV 1
158ced7a1fdSMark Peek 
1599ccc37e3SMark Peek /* Define to 1 if `ut_user' is a member of `struct utmp'. */
160d0632ec9SEd Schouten #define HAVE_STRUCT_UTMP_UT_USER 1
161ced7a1fdSMark Peek 
1629ccc37e3SMark Peek /* Define to 1 if `ut_xtime' is a member of `struct utmp'. */
163ced7a1fdSMark Peek /* #undef HAVE_STRUCT_UTMP_UT_XTIME */
164ced7a1fdSMark Peek 
165ced7a1fdSMark Peek /* Define to 1 if you have the `sysconf' function. */
166ced7a1fdSMark Peek #define HAVE_SYSCONF 1
167ced7a1fdSMark Peek 
168ced7a1fdSMark Peek /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
169325c70b7SDavid E. O'Brien    */
170ced7a1fdSMark Peek /* #undef HAVE_SYS_DIR_H */
171325c70b7SDavid E. O'Brien 
172ced7a1fdSMark Peek /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
173325c70b7SDavid E. O'Brien    */
174ced7a1fdSMark Peek /* #undef HAVE_SYS_NDIR_H */
175325c70b7SDavid E. O'Brien 
176ced7a1fdSMark Peek /* Define to 1 if you have the <sys/stat.h> header file. */
177ced7a1fdSMark Peek #define HAVE_SYS_STAT_H 1
178325c70b7SDavid E. O'Brien 
179ced7a1fdSMark Peek /* Define to 1 if you have the <sys/types.h> header file. */
180ced7a1fdSMark Peek #define HAVE_SYS_TYPES_H 1
181325c70b7SDavid E. O'Brien 
182ced7a1fdSMark Peek /* Define to 1 if you have the <unistd.h> header file. */
183ced7a1fdSMark Peek #define HAVE_UNISTD_H 1
184325c70b7SDavid E. O'Brien 
185ced7a1fdSMark Peek /* Define to 1 if you have the <utmpx.h> header file. */
186d0632ec9SEd Schouten #define HAVE_UTMPX_H 1
187325c70b7SDavid E. O'Brien 
188ced7a1fdSMark Peek /* Define to 1 if you have the <utmp.h> header file. */
189d0632ec9SEd Schouten /* #undef HAVE_UTMP_H */
190325c70b7SDavid E. O'Brien 
191ced7a1fdSMark Peek /* Define to 1 if you have the <wchar.h> header file. */
192ced7a1fdSMark Peek #define HAVE_WCHAR_H 1
193325c70b7SDavid E. O'Brien 
194ced7a1fdSMark Peek /* Define to 1 if you have the <wctype.h> header file. */
195ced7a1fdSMark Peek #define HAVE_WCTYPE_H 1
196325c70b7SDavid E. O'Brien 
197ced7a1fdSMark Peek /* Define to 1 if you have the `wcwidth' function. */
198ced7a1fdSMark Peek #define HAVE_WCWIDTH 1
199325c70b7SDavid E. O'Brien 
20015aaece8SMark Peek /* Define as const if the declaration of iconv() needs const. */
201*1243a98eSTijl Coosemans #define ICONV_CONST
20215aaece8SMark Peek 
20315aaece8SMark Peek /* Support NLS. */
20415aaece8SMark Peek #define NLS 1
20515aaece8SMark Peek 
2069ccc37e3SMark Peek /* Support NLS catalogs. */
2079ccc37e3SMark Peek #define NLS_CATALOGS 1
2089ccc37e3SMark Peek 
209ced7a1fdSMark Peek /* Define to the address where bug reports for this package should be sent. */
2109ccc37e3SMark Peek #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
211325c70b7SDavid E. O'Brien 
212ced7a1fdSMark Peek /* Define to the full name of this package. */
2139ccc37e3SMark Peek #define PACKAGE_NAME "tcsh"
214325c70b7SDavid E. O'Brien 
215ced7a1fdSMark Peek /* Define to the full name and version of this package. */
2169ccc37e3SMark Peek #define PACKAGE_STRING "tcsh 6.18.01"
217325c70b7SDavid E. O'Brien 
218ced7a1fdSMark Peek /* Define to the one symbol short name of this package. */
2199ccc37e3SMark Peek #define PACKAGE_TARNAME "tcsh"
2209ccc37e3SMark Peek 
2219ccc37e3SMark Peek /* Define to the home page for this package. */
2229ccc37e3SMark Peek #define PACKAGE_URL ""
223325c70b7SDavid E. O'Brien 
224ced7a1fdSMark Peek /* Define to the version of this package. */
2259ccc37e3SMark Peek #define PACKAGE_VERSION "6.18.01"
226325c70b7SDavid E. O'Brien 
227ced7a1fdSMark Peek /* Define to 1 if the `setpgrp' function takes no argument. */
228ced7a1fdSMark Peek /* #undef SETPGRP_VOID */
229ced7a1fdSMark Peek 
2309ccc37e3SMark Peek /* The size of `wchar_t', as computed by sizeof. */
231ced7a1fdSMark Peek #define SIZEOF_WCHAR_T 4
232ced7a1fdSMark Peek 
233ced7a1fdSMark Peek /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
234ced7a1fdSMark Peek /* #undef STAT_MACROS_BROKEN */
235ced7a1fdSMark Peek 
236ced7a1fdSMark Peek /* Define to 1 if you have the ANSI C header files. */
237ced7a1fdSMark Peek #define STDC_HEADERS 1
238ced7a1fdSMark Peek 
2399ccc37e3SMark Peek /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2409ccc37e3SMark Peek    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2419ccc37e3SMark Peek    #define below would cause a syntax error. */
2429ccc37e3SMark Peek /* #undef _UINT32_T */
2439ccc37e3SMark Peek 
244ced7a1fdSMark Peek /* Define to empty if `const' does not conform to ANSI C. */
245ced7a1fdSMark Peek /* #undef const */
246ced7a1fdSMark Peek 
247ced7a1fdSMark Peek /* Define to `int' if <sys/types.h> doesn't define. */
248ced7a1fdSMark Peek /* #undef gid_t */
249ced7a1fdSMark Peek 
250ced7a1fdSMark Peek /* Define to `int' if <sys/types.h> does not define. */
251ced7a1fdSMark Peek /* #undef mode_t */
252ced7a1fdSMark Peek 
2539ccc37e3SMark Peek /* Define to `unsigned int' if <sys/types.h> does not define. */
254ced7a1fdSMark Peek /* #undef size_t */
255ced7a1fdSMark Peek 
256ced7a1fdSMark Peek /* Define to `int' if neither <sys/types.h> nor <sys/socket.h> define. */
257ced7a1fdSMark Peek /* #undef socklen_t */
258ced7a1fdSMark Peek 
25915aaece8SMark Peek /* Define to `int' not defined in <sys/types.h>. */
26015aaece8SMark Peek /* #undef ssize_t */
26115aaece8SMark Peek 
262ced7a1fdSMark Peek /* Define to `int' if <sys/types.h> doesn't define. */
263ced7a1fdSMark Peek /* #undef uid_t */
264ced7a1fdSMark Peek 
2659ccc37e3SMark Peek /* Define to the type of an unsigned integer type of width exactly 32 bits if
2669ccc37e3SMark Peek    such a type exists and the standard includes do not define it. */
2679ccc37e3SMark Peek /* #undef uint32_t */
2689ccc37e3SMark Peek 
269ced7a1fdSMark Peek /* Define to empty if the keyword `volatile' does not work. Warning: valid
270ced7a1fdSMark Peek    code using `volatile' can become incorrect without. Disable with care. */
271ced7a1fdSMark Peek /* #undef volatile */
272ced7a1fdSMark Peek 
273ced7a1fdSMark Peek #include "config_p.h"
274325c70b7SDavid E. O'Brien #include "config_f.h"
275f45c0422SHajimu UMEMOTO 
27659dfb2dbSMark Peek /* Work around a vendor issue where config_f.h is #undef'ing this setting */
27759dfb2dbSMark Peek #define SYSMALLOC
278