19ccc37e3SMark Peek /* config.h. Generated from config.h.in by configure. */ 2ced7a1fdSMark Peek /* config.h.in. Generated from configure.in by autoheader. */ 3325c70b7SDavid E. O'Brien 4ced7a1fdSMark Peek /* Define to the type of elements in the array set by `getgroups'. Usually 5ced7a1fdSMark Peek this is either `int' or `gid_t'. */ 6ced7a1fdSMark Peek #define GETGROUPS_T gid_t 7ced7a1fdSMark Peek 8ced7a1fdSMark Peek /* Define to 1 if the `getpgrp' function requires zero arguments. */ 9ced7a1fdSMark Peek #define GETPGRP_VOID 1 10ced7a1fdSMark Peek 11ced7a1fdSMark Peek /* Define to 1 if you have the <auth.h> header file. */ 12ced7a1fdSMark Peek /* #undef HAVE_AUTH_H */ 13ced7a1fdSMark Peek 1415aaece8SMark Peek /* Define to 1 if you have the <crypt.h> header file. */ 1515aaece8SMark Peek /* #undef HAVE_CRYPT_H */ 1615aaece8SMark Peek 1715aaece8SMark Peek /* Define to 1 if you have the declaration of `crypt', and to 0 if you don't. 1815aaece8SMark Peek */ 1915aaece8SMark Peek #define HAVE_DECL_CRYPT 1 2015aaece8SMark Peek 2115aaece8SMark Peek /* Define to 1 if you have the declaration of `environ', and to 0 if you 2215aaece8SMark Peek don't. */ 2315aaece8SMark Peek #define HAVE_DECL_ENVIRON 0 2415aaece8SMark Peek 25ced7a1fdSMark Peek /* Define to 1 if you have the declaration of `gethostname', and to 0 if you 26ced7a1fdSMark Peek don't. */ 27ced7a1fdSMark Peek #define HAVE_DECL_GETHOSTNAME 1 28ced7a1fdSMark Peek 2915aaece8SMark Peek /* Define to 1 if you have the declaration of `getpgrp', and to 0 if you 3015aaece8SMark Peek don't. */ 3115aaece8SMark Peek #define HAVE_DECL_GETPGRP 1 3215aaece8SMark Peek 33ced7a1fdSMark Peek /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 34325c70b7SDavid E. O'Brien */ 35ced7a1fdSMark Peek #define HAVE_DIRENT_H 1 36325c70b7SDavid E. O'Brien 37ced7a1fdSMark Peek /* Define to 1 if you have the `dup2' function. */ 38ced7a1fdSMark Peek #define HAVE_DUP2 1 39ced7a1fdSMark Peek 409ccc37e3SMark Peek /* Define to 1 if you have the <features.h> header file. */ 419ccc37e3SMark Peek /* #undef HAVE_FEATURES_H */ 429ccc37e3SMark Peek 4315aaece8SMark Peek /* Define to 1 if you have the `getauthid' function. */ 4415aaece8SMark Peek /* #undef HAVE_GETAUTHID */ 4515aaece8SMark Peek 46ced7a1fdSMark Peek /* Define to 1 if you have the `getcwd' function. */ 47ced7a1fdSMark Peek #define HAVE_GETCWD 1 48ced7a1fdSMark Peek 49ced7a1fdSMark Peek /* Define to 1 if you have the `gethostname' function. */ 50ced7a1fdSMark Peek #define HAVE_GETHOSTNAME 1 51ced7a1fdSMark Peek 52ced7a1fdSMark Peek /* Define to 1 if you have the `getpwent' function. */ 53ced7a1fdSMark Peek #define HAVE_GETPWENT 1 54ced7a1fdSMark Peek 55ced7a1fdSMark Peek /* Define to 1 if you have the `getutent' function. */ 569ccc37e3SMark Peek /* #undef HAVE_GETUTENT */ 57ced7a1fdSMark Peek 589ccc37e3SMark Peek /* Define to 1 if you have the `getutxent' function. */ 599ccc37e3SMark Peek #define HAVE_GETUTXENT 1 609ccc37e3SMark Peek 619ccc37e3SMark Peek /* Define if you have the iconv() function and it works. */ 62ced7a1fdSMark Peek /* #undef HAVE_ICONV */ 63ced7a1fdSMark Peek 64ced7a1fdSMark Peek /* Define to 1 if you have the <inttypes.h> header file. */ 65ced7a1fdSMark Peek #define HAVE_INTTYPES_H 1 66ced7a1fdSMark Peek 67ced7a1fdSMark Peek /* Define to 1 if the system has the type `long long'. */ 68ced7a1fdSMark Peek #define HAVE_LONG_LONG 1 69ced7a1fdSMark Peek 709ccc37e3SMark Peek /* Define to 1 if you have the `mallinfo' function. */ 719ccc37e3SMark Peek /* #undef HAVE_MALLINFO */ 729ccc37e3SMark Peek 7315aaece8SMark Peek /* Define to 1 if mbrtowc and mbstate_t are properly declared. */ 7415aaece8SMark Peek #define HAVE_MBRTOWC 1 7515aaece8SMark Peek 76ced7a1fdSMark Peek /* Define to 1 if you have the `memmove' function. */ 77ced7a1fdSMark Peek #define HAVE_MEMMOVE 1 78ced7a1fdSMark Peek 79ced7a1fdSMark Peek /* Define to 1 if you have the <memory.h> header file. */ 80ced7a1fdSMark Peek #define HAVE_MEMORY_H 1 81ced7a1fdSMark Peek 82ced7a1fdSMark Peek /* Define to 1 if you have the `memset' function. */ 83ced7a1fdSMark Peek #define HAVE_MEMSET 1 84ced7a1fdSMark Peek 859ccc37e3SMark Peek /* Define to 1 if you have the `mkstemp' function. */ 869ccc37e3SMark Peek #define HAVE_MKSTEMP 1 879ccc37e3SMark Peek 88ced7a1fdSMark Peek /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 89ced7a1fdSMark Peek /* #undef HAVE_NDIR_H */ 90ced7a1fdSMark Peek 91ced7a1fdSMark Peek /* Define to 1 if you have the `nice' function. */ 92ced7a1fdSMark Peek #define HAVE_NICE 1 93ced7a1fdSMark Peek 94ced7a1fdSMark Peek /* Define to 1 if you have the `nl_langinfo' function. */ 95ced7a1fdSMark Peek #define HAVE_NL_LANGINFO 1 96ced7a1fdSMark Peek 979ccc37e3SMark Peek /* Define to 1 if you have the <paths.h> header file. */ 989ccc37e3SMark Peek #define HAVE_PATHS_H 1 999ccc37e3SMark Peek 100ced7a1fdSMark Peek /* Define to 1 if you have the `sbrk' function. */ 101*6487f787SAndrew Turner /* #undef HAVE_SBRK 1 */ 102ced7a1fdSMark Peek 103ced7a1fdSMark Peek /* Define to 1 if you have the `setpgid' function. */ 104ced7a1fdSMark Peek #define HAVE_SETPGID 1 105ced7a1fdSMark Peek 106ced7a1fdSMark Peek /* Define to 1 if you have the `setpriority' function. */ 107ced7a1fdSMark Peek #define HAVE_SETPRIORITY 1 108ced7a1fdSMark Peek 109ced7a1fdSMark Peek /* Define to 1 if you have the <shadow.h> header file. */ 110ced7a1fdSMark Peek /* #undef HAVE_SHADOW_H */ 111ced7a1fdSMark Peek 112ced7a1fdSMark Peek /* Define to 1 if you have the <stdint.h> header file. */ 113ced7a1fdSMark Peek #define HAVE_STDINT_H 1 114ced7a1fdSMark Peek 115ced7a1fdSMark Peek /* Define to 1 if you have the <stdlib.h> header file. */ 116ced7a1fdSMark Peek #define HAVE_STDLIB_H 1 117ced7a1fdSMark Peek 11815aaece8SMark Peek /* Define to 1 if you have the `strcoll' function and it is properly defined. 11915aaece8SMark Peek */ 12015aaece8SMark Peek #define HAVE_STRCOLL 1 12115aaece8SMark Peek 122ced7a1fdSMark Peek /* Define to 1 if you have the `strerror' function. */ 123ced7a1fdSMark Peek #define HAVE_STRERROR 1 124ced7a1fdSMark Peek 125ced7a1fdSMark Peek /* Define to 1 if you have the <strings.h> header file. */ 126ced7a1fdSMark Peek #define HAVE_STRINGS_H 1 127ced7a1fdSMark Peek 128ced7a1fdSMark Peek /* Define to 1 if you have the <string.h> header file. */ 129ced7a1fdSMark Peek #define HAVE_STRING_H 1 130ced7a1fdSMark Peek 131ced7a1fdSMark Peek /* Define to 1 if you have the `strstr' function. */ 132ced7a1fdSMark Peek #define HAVE_STRSTR 1 133ced7a1fdSMark Peek 1349ccc37e3SMark Peek /* Define to 1 if `d_ino' is a member of `struct dirent'. */ 135ced7a1fdSMark Peek #define HAVE_STRUCT_DIRENT_D_INO 1 136ced7a1fdSMark Peek 1379ccc37e3SMark Peek /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */ 138ced7a1fdSMark Peek #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 139ced7a1fdSMark Peek 1409ccc37e3SMark Peek /* Define to 1 if `ut_host' is a member of `struct utmpx'. */ 1419ccc37e3SMark Peek #define HAVE_STRUCT_UTMPX_UT_HOST 1 1429ccc37e3SMark Peek 1439ccc37e3SMark Peek /* Define to 1 if `ut_tv' is a member of `struct utmpx'. */ 1449ccc37e3SMark Peek #define HAVE_STRUCT_UTMPX_UT_TV 1 1459ccc37e3SMark Peek 1469ccc37e3SMark Peek /* Define to 1 if `ut_user' is a member of `struct utmpx'. */ 1479ccc37e3SMark Peek #define HAVE_STRUCT_UTMPX_UT_USER 1 1489ccc37e3SMark Peek 1499ccc37e3SMark Peek /* Define to 1 if `ut_xtime' is a member of `struct utmpx'. */ 1509ccc37e3SMark Peek /* #undef HAVE_STRUCT_UTMPX_UT_XTIME */ 1519ccc37e3SMark Peek 1529ccc37e3SMark Peek /* Define to 1 if `ut_host' is a member of `struct utmp'. */ 1536048f2e1SMark Peek #define HAVE_STRUCT_UTMP_UT_HOST 1 154ced7a1fdSMark Peek 1559ccc37e3SMark Peek /* Define to 1 if `ut_tv' is a member of `struct utmp'. */ 156d0632ec9SEd Schouten #define HAVE_STRUCT_UTMP_UT_TV 1 157ced7a1fdSMark Peek 1589ccc37e3SMark Peek /* Define to 1 if `ut_user' is a member of `struct utmp'. */ 159d0632ec9SEd Schouten #define HAVE_STRUCT_UTMP_UT_USER 1 160ced7a1fdSMark Peek 1619ccc37e3SMark Peek /* Define to 1 if `ut_xtime' is a member of `struct utmp'. */ 162ced7a1fdSMark Peek /* #undef HAVE_STRUCT_UTMP_UT_XTIME */ 163ced7a1fdSMark Peek 164ced7a1fdSMark Peek /* Define to 1 if you have the `sysconf' function. */ 165ced7a1fdSMark Peek #define HAVE_SYSCONF 1 166ced7a1fdSMark Peek 167ced7a1fdSMark Peek /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 168325c70b7SDavid E. O'Brien */ 169ced7a1fdSMark Peek /* #undef HAVE_SYS_DIR_H */ 170325c70b7SDavid E. O'Brien 171ced7a1fdSMark Peek /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 172325c70b7SDavid E. O'Brien */ 173ced7a1fdSMark Peek /* #undef HAVE_SYS_NDIR_H */ 174325c70b7SDavid E. O'Brien 175ced7a1fdSMark Peek /* Define to 1 if you have the <sys/stat.h> header file. */ 176ced7a1fdSMark Peek #define HAVE_SYS_STAT_H 1 177325c70b7SDavid E. O'Brien 178ced7a1fdSMark Peek /* Define to 1 if you have the <sys/types.h> header file. */ 179ced7a1fdSMark Peek #define HAVE_SYS_TYPES_H 1 180325c70b7SDavid E. O'Brien 181ced7a1fdSMark Peek /* Define to 1 if you have the <unistd.h> header file. */ 182ced7a1fdSMark Peek #define HAVE_UNISTD_H 1 183325c70b7SDavid E. O'Brien 184ced7a1fdSMark Peek /* Define to 1 if you have the <utmpx.h> header file. */ 185d0632ec9SEd Schouten #define HAVE_UTMPX_H 1 186325c70b7SDavid E. O'Brien 187ced7a1fdSMark Peek /* Define to 1 if you have the <utmp.h> header file. */ 188d0632ec9SEd Schouten /* #undef HAVE_UTMP_H */ 189325c70b7SDavid E. O'Brien 190ced7a1fdSMark Peek /* Define to 1 if you have the <wchar.h> header file. */ 191ced7a1fdSMark Peek #define HAVE_WCHAR_H 1 192325c70b7SDavid E. O'Brien 193ced7a1fdSMark Peek /* Define to 1 if you have the <wctype.h> header file. */ 194ced7a1fdSMark Peek #define HAVE_WCTYPE_H 1 195325c70b7SDavid E. O'Brien 196ced7a1fdSMark Peek /* Define to 1 if you have the `wcwidth' function. */ 197ced7a1fdSMark Peek #define HAVE_WCWIDTH 1 198325c70b7SDavid E. O'Brien 19915aaece8SMark Peek /* Define as const if the declaration of iconv() needs const. */ 2001243a98eSTijl Coosemans #define ICONV_CONST 20115aaece8SMark Peek 20215aaece8SMark Peek /* Support NLS. */ 20315aaece8SMark Peek #define NLS 1 20415aaece8SMark Peek 2059ccc37e3SMark Peek /* Support NLS catalogs. */ 2069ccc37e3SMark Peek #define NLS_CATALOGS 1 2079ccc37e3SMark Peek 208ced7a1fdSMark Peek /* Define to the address where bug reports for this package should be sent. */ 2099ccc37e3SMark Peek #define PACKAGE_BUGREPORT "http://bugs.gw.com/" 210325c70b7SDavid E. O'Brien 211ced7a1fdSMark Peek /* Define to the full name of this package. */ 2129ccc37e3SMark Peek #define PACKAGE_NAME "tcsh" 213325c70b7SDavid E. O'Brien 214ced7a1fdSMark Peek /* Define to the full name and version of this package. */ 2159ccc37e3SMark Peek #define PACKAGE_STRING "tcsh 6.18.01" 216325c70b7SDavid E. O'Brien 217ced7a1fdSMark Peek /* Define to the one symbol short name of this package. */ 2189ccc37e3SMark Peek #define PACKAGE_TARNAME "tcsh" 2199ccc37e3SMark Peek 2209ccc37e3SMark Peek /* Define to the home page for this package. */ 2219ccc37e3SMark Peek #define PACKAGE_URL "" 222325c70b7SDavid E. O'Brien 223ced7a1fdSMark Peek /* Define to the version of this package. */ 2249ccc37e3SMark Peek #define PACKAGE_VERSION "6.18.01" 225325c70b7SDavid E. O'Brien 226ced7a1fdSMark Peek /* Define to 1 if the `setpgrp' function takes no argument. */ 227ced7a1fdSMark Peek /* #undef SETPGRP_VOID */ 228ced7a1fdSMark Peek 2299ccc37e3SMark Peek /* The size of `wchar_t', as computed by sizeof. */ 230ced7a1fdSMark Peek #define SIZEOF_WCHAR_T 4 231ced7a1fdSMark Peek 232ced7a1fdSMark Peek /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 233ced7a1fdSMark Peek /* #undef STAT_MACROS_BROKEN */ 234ced7a1fdSMark Peek 235ced7a1fdSMark Peek /* Define to 1 if you have the ANSI C header files. */ 236ced7a1fdSMark Peek #define STDC_HEADERS 1 237ced7a1fdSMark Peek 2389ccc37e3SMark Peek /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 2399ccc37e3SMark Peek <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 2409ccc37e3SMark Peek #define below would cause a syntax error. */ 2419ccc37e3SMark Peek /* #undef _UINT32_T */ 2429ccc37e3SMark Peek 243ced7a1fdSMark Peek /* Define to empty if `const' does not conform to ANSI C. */ 244ced7a1fdSMark Peek /* #undef const */ 245ced7a1fdSMark Peek 246ced7a1fdSMark Peek /* Define to `int' if <sys/types.h> doesn't define. */ 247ced7a1fdSMark Peek /* #undef gid_t */ 248ced7a1fdSMark Peek 249ced7a1fdSMark Peek /* Define to `int' if <sys/types.h> does not define. */ 250ced7a1fdSMark Peek /* #undef mode_t */ 251ced7a1fdSMark Peek 2529ccc37e3SMark Peek /* Define to `unsigned int' if <sys/types.h> does not define. */ 253ced7a1fdSMark Peek /* #undef size_t */ 254ced7a1fdSMark Peek 255ced7a1fdSMark Peek /* Define to `int' if neither <sys/types.h> nor <sys/socket.h> define. */ 256ced7a1fdSMark Peek /* #undef socklen_t */ 257ced7a1fdSMark Peek 25815aaece8SMark Peek /* Define to `int' not defined in <sys/types.h>. */ 25915aaece8SMark Peek /* #undef ssize_t */ 26015aaece8SMark Peek 261ced7a1fdSMark Peek /* Define to `int' if <sys/types.h> doesn't define. */ 262ced7a1fdSMark Peek /* #undef uid_t */ 263ced7a1fdSMark Peek 2649ccc37e3SMark Peek /* Define to the type of an unsigned integer type of width exactly 32 bits if 2659ccc37e3SMark Peek such a type exists and the standard includes do not define it. */ 2669ccc37e3SMark Peek /* #undef uint32_t */ 2679ccc37e3SMark Peek 268ced7a1fdSMark Peek /* Define to empty if the keyword `volatile' does not work. Warning: valid 269ced7a1fdSMark Peek code using `volatile' can become incorrect without. Disable with care. */ 270ced7a1fdSMark Peek /* #undef volatile */ 271ced7a1fdSMark Peek 272ced7a1fdSMark Peek #include "config_p.h" 273325c70b7SDavid E. O'Brien #include "config_f.h" 274f45c0422SHajimu UMEMOTO 27559dfb2dbSMark Peek /* Work around a vendor issue where config_f.h is #undef'ing this setting */ 27659dfb2dbSMark Peek #define SYSMALLOC 277