/* config.h. Generated from config.h.in by configure. */1/* config.h.in. Generated from configure.in by autoheader. */23/* Define to the type of elements in the array set by `getgroups'. Usually4this is either `int' or `gid_t'. */5#define GETGROUPS_T gid_t67/* Define to 1 if the `getpgrp' function requires zero arguments. */8#define GETPGRP_VOID 1910/* Define to 1 if you have the <auth.h> header file. */11/* #undef HAVE_AUTH_H */1213/* Define to 1 if you have the <crypt.h> header file. */14/* #undef HAVE_CRYPT_H */1516/* Define to 1 if you have the declaration of `crypt', and to 0 if you don't.17*/18#define HAVE_DECL_CRYPT 11920/* Define to 1 if you have the declaration of `environ', and to 0 if you21don't. */22#define HAVE_DECL_ENVIRON 02324/* Define to 1 if you have the declaration of `gethostname', and to 0 if you25don't. */26#define HAVE_DECL_GETHOSTNAME 12728/* Define to 1 if you have the declaration of `getpgrp', and to 0 if you29don't. */30#define HAVE_DECL_GETPGRP 13132/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.33*/34#define HAVE_DIRENT_H 13536/* Define to 1 if you have the `dup2' function. */37#define HAVE_DUP2 13839/* Define to 1 if you have the <features.h> header file. */40/* #undef HAVE_FEATURES_H */4142/* Define to 1 if you have the `getauthid' function. */43/* #undef HAVE_GETAUTHID */4445/* Define to 1 if you have the `getcwd' function. */46#define HAVE_GETCWD 14748/* Define to 1 if you have the `gethostname' function. */49#define HAVE_GETHOSTNAME 15051/* Define to 1 if you have the `getpwent' function. */52#define HAVE_GETPWENT 15354/* Define to 1 if you have the `getutent' function. */55/* #undef HAVE_GETUTENT */5657/* Define to 1 if you have the `getutxent' function. */58#define HAVE_GETUTXENT 15960/* Define if you have the iconv() function and it works. */61/* #undef HAVE_ICONV */6263/* Define to 1 if you have the <inttypes.h> header file. */64#define HAVE_INTTYPES_H 16566/* Define to 1 if the system has the type `long long'. */67#define HAVE_LONG_LONG 16869/* Define to 1 if you have the `mallinfo' function. */70/* #undef HAVE_MALLINFO */7172/* Define to 1 if mbrtowc and mbstate_t are properly declared. */73#define HAVE_MBRTOWC 17475/* Define to 1 if you have the `memmove' function. */76#define HAVE_MEMMOVE 17778/* Define to 1 if you have the <memory.h> header file. */79#define HAVE_MEMORY_H 18081/* Define to 1 if you have the `memset' function. */82#define HAVE_MEMSET 18384/* Define to 1 if you have the `mkstemp' function. */85#define HAVE_MKSTEMP 18687/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */88/* #undef HAVE_NDIR_H */8990/* Define to 1 if you have the `nice' function. */91#define HAVE_NICE 19293/* Define to 1 if you have the `nl_langinfo' function. */94#define HAVE_NL_LANGINFO 19596/* Define to 1 if you have the <paths.h> header file. */97#define HAVE_PATHS_H 19899/* Define to 1 if you have the `sbrk' function. */100/* #undef HAVE_SBRK 1 */101102/* Define to 1 if you have the `setpgid' function. */103#define HAVE_SETPGID 1104105/* Define to 1 if you have the `setpriority' function. */106#define HAVE_SETPRIORITY 1107108/* Define to 1 if you have the <shadow.h> header file. */109/* #undef HAVE_SHADOW_H */110111/* Define to 1 if you have the <stdint.h> header file. */112#define HAVE_STDINT_H 1113114/* Define to 1 if you have the <stdlib.h> header file. */115#define HAVE_STDLIB_H 1116117/* Define to 1 if you have the `strcoll' function and it is properly defined.118*/119#define HAVE_STRCOLL 1120121/* Define to 1 if you have the `strerror' function. */122#define HAVE_STRERROR 1123124/* Define to 1 if you have the <strings.h> header file. */125#define HAVE_STRINGS_H 1126127/* Define to 1 if you have the <string.h> header file. */128#define HAVE_STRING_H 1129130/* Define to 1 if you have the `strstr' function. */131#define HAVE_STRSTR 1132133/* Define to 1 if `d_ino' is a member of `struct dirent'. */134#define HAVE_STRUCT_DIRENT_D_INO 1135136/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */137#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1138139/* Define to 1 if `ut_host' is a member of `struct utmpx'. */140#define HAVE_STRUCT_UTMPX_UT_HOST 1141142/* Define to 1 if `ut_tv' is a member of `struct utmpx'. */143#define HAVE_STRUCT_UTMPX_UT_TV 1144145/* Define to 1 if `ut_user' is a member of `struct utmpx'. */146#define HAVE_STRUCT_UTMPX_UT_USER 1147148/* Define to 1 if `ut_xtime' is a member of `struct utmpx'. */149/* #undef HAVE_STRUCT_UTMPX_UT_XTIME */150151/* Define to 1 if `ut_host' is a member of `struct utmp'. */152#define HAVE_STRUCT_UTMP_UT_HOST 1153154/* Define to 1 if `ut_tv' is a member of `struct utmp'. */155#define HAVE_STRUCT_UTMP_UT_TV 1156157/* Define to 1 if `ut_user' is a member of `struct utmp'. */158#define HAVE_STRUCT_UTMP_UT_USER 1159160/* Define to 1 if `ut_xtime' is a member of `struct utmp'. */161/* #undef HAVE_STRUCT_UTMP_UT_XTIME */162163/* Define to 1 if you have the `sysconf' function. */164#define HAVE_SYSCONF 1165166/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.167*/168/* #undef HAVE_SYS_DIR_H */169170/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.171*/172/* #undef HAVE_SYS_NDIR_H */173174/* Define to 1 if you have the <sys/stat.h> header file. */175#define HAVE_SYS_STAT_H 1176177/* Define to 1 if you have the <sys/types.h> header file. */178#define HAVE_SYS_TYPES_H 1179180/* Define to 1 if you have the <unistd.h> header file. */181#define HAVE_UNISTD_H 1182183/* Define to 1 if you have the <utmpx.h> header file. */184#define HAVE_UTMPX_H 1185186/* Define to 1 if you have the <utmp.h> header file. */187/* #undef HAVE_UTMP_H */188189/* Define to 1 if you have the <wchar.h> header file. */190#define HAVE_WCHAR_H 1191192/* Define to 1 if you have the <wctype.h> header file. */193#define HAVE_WCTYPE_H 1194195/* Define to 1 if you have the `wcwidth' function. */196#define HAVE_WCWIDTH 1197198/* Define as const if the declaration of iconv() needs const. */199#define ICONV_CONST200201/* Support NLS. */202#define NLS 1203204/* Support NLS catalogs. */205#define NLS_CATALOGS 1206207/* Define to the address where bug reports for this package should be sent. */208#define PACKAGE_BUGREPORT "http://bugs.gw.com/"209210/* Define to the full name of this package. */211#define PACKAGE_NAME "tcsh"212213/* Define to the full name and version of this package. */214#define PACKAGE_STRING "tcsh 6.18.01"215216/* Define to the one symbol short name of this package. */217#define PACKAGE_TARNAME "tcsh"218219/* Define to the home page for this package. */220#define PACKAGE_URL ""221222/* Define to the version of this package. */223#define PACKAGE_VERSION "6.18.01"224225/* Define to 1 if the `setpgrp' function takes no argument. */226/* #undef SETPGRP_VOID */227228/* The size of `wchar_t', as computed by sizeof. */229#define SIZEOF_WCHAR_T 4230231/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */232/* #undef STAT_MACROS_BROKEN */233234/* Define to 1 if you have the ANSI C header files. */235#define STDC_HEADERS 1236237/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,238<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the239#define below would cause a syntax error. */240/* #undef _UINT32_T */241242/* Define to empty if `const' does not conform to ANSI C. */243/* #undef const */244245/* Define to `int' if <sys/types.h> doesn't define. */246/* #undef gid_t */247248/* Define to `int' if <sys/types.h> does not define. */249/* #undef mode_t */250251/* Define to `unsigned int' if <sys/types.h> does not define. */252/* #undef size_t */253254/* Define to `int' if neither <sys/types.h> nor <sys/socket.h> define. */255/* #undef socklen_t */256257/* Define to `int' not defined in <sys/types.h>. */258/* #undef ssize_t */259260/* Define to `int' if <sys/types.h> doesn't define. */261/* #undef uid_t */262263/* Define to the type of an unsigned integer type of width exactly 32 bits if264such a type exists and the standard includes do not define it. */265/* #undef uint32_t */266267/* Define to empty if the keyword `volatile' does not work. Warning: valid268code using `volatile' can become incorrect without. Disable with care. */269/* #undef volatile */270271#include "config_p.h"272#include "config_f.h"273274/* Work around a vendor issue where config_f.h is #undef'ing this setting */275#define SYSMALLOC276277278