config.h revision 232633
180709Sjake/* $FreeBSD: stable/9/bin/csh/config.h 232633 2012-03-07 01:26:24Z mp $ */
280709Sjake/* config.h.  Generated from config.h.in by configure.  */
380709Sjake/* config.h.in.  Generated from configure.in by autoheader.  */
480709Sjake
580709Sjake/* Define to the type of elements in the array set by `getgroups'. Usually
680709Sjake   this is either `int' or `gid_t'. */
780709Sjake#define GETGROUPS_T gid_t
880709Sjake
980709Sjake/* Define to 1 if the `getpgrp' function requires zero arguments. */
1080709Sjake#define GETPGRP_VOID 1
1180709Sjake
1280709Sjake/* Define to 1 if you have the <auth.h> header file. */
1380709Sjake/* #undef HAVE_AUTH_H */
1481337Sobrien
1580709Sjake/* Define to 1 if you have the <crypt.h> header file. */
1680709Sjake/* #undef HAVE_CRYPT_H */
1781337Sobrien
1880709Sjake/* Define to 1 if you have the declaration of `crypt', and to 0 if you don't.
1980709Sjake   */
2080709Sjake#define HAVE_DECL_CRYPT 1
2180709Sjake
2280709Sjake/* Define to 1 if you have the declaration of `environ', and to 0 if you
2380709Sjake   don't. */
2480709Sjake#define HAVE_DECL_ENVIRON 0
2580709Sjake
2680709Sjake/* Define to 1 if you have the declaration of `gethostname', and to 0 if you
2780709Sjake   don't. */
2880709Sjake#define HAVE_DECL_GETHOSTNAME 1
2980709Sjake
3080709Sjake/* Define to 1 if you have the declaration of `getpgrp', and to 0 if you
3180709Sjake   don't. */
3280709Sjake#define HAVE_DECL_GETPGRP 1
3382910Sjake
3480709Sjake/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
3580709Sjake   */
36108245Sjake#define HAVE_DIRENT_H 1
37108245Sjake
3886527Sjake/* Define to 1 if you have the `dup2' function. */
3991783Sjake#define HAVE_DUP2 1
4091613Sjake
4191613Sjake/* Define to 1 if you have the <features.h> header file. */
4280709Sjake/* #undef HAVE_FEATURES_H */
4391176Sjake
4484186Sjake/* Define to 1 if you have the `getauthid' function. */
4580709Sjake/* #undef HAVE_GETAUTHID */
4680709Sjake
4781381Sjake/* Define to 1 if you have the `getcwd' function. */
4881381Sjake#define HAVE_GETCWD 1
4981381Sjake
5081381Sjake/* Define to 1 if you have the `gethostname' function. */
5180709Sjake#define HAVE_GETHOSTNAME 1
5280709Sjake
5397001Sjake/* Define to 1 if you have the `getpwent' function. */
5480709Sjake#define HAVE_GETPWENT 1
5580709Sjake
5681135Stmm/* Define to 1 if you have the `getutent' function. */
5780709Sjake/* #undef HAVE_GETUTENT */
5886527Sjake
5981614Sjake/* Define to 1 if you have the `getutxent' function. */
6088657Sjake#define HAVE_GETUTXENT 1
6180709Sjake
6280709Sjake/* Define if you have the iconv() function and it works. */
6380709Sjake/* #undef HAVE_ICONV */
6482910Sjake
6589052Sjake/* Define to 1 if you have the <inttypes.h> header file. */
6680709Sjake#define HAVE_INTTYPES_H 1
6780709Sjake
6880709Sjake/* Define to 1 if the system has the type `long long'. */
6982010Sjake#define HAVE_LONG_LONG 1
7091617Sjake
7188788Sjake/* Define to 1 if you have the `mallinfo' function. */
7280709Sjake/* #undef HAVE_MALLINFO */
7383756Sjake
74108378Sjake/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
7583756Sjake#define HAVE_MBRTOWC 1
7680709Sjake
7780709Sjake/* Define to 1 if you have the `memmove' function. */
7880709Sjake#define HAVE_MEMMOVE 1
7983366Sjulian
8084186Sjake/* Define to 1 if you have the <memory.h> header file. */
8191360Sjake#define HAVE_MEMORY_H 1
8283366Sjulian
8380709Sjake/* Define to 1 if you have the `memset' function. */
8482910Sjake#define HAVE_MEMSET 1
8580709Sjake
8681135Stmm/* Define to 1 if you have the `mkstemp' function. */
8781135Stmm#define HAVE_MKSTEMP 1
8881135Stmm
8981135Stmm/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
9088657Sjake/* #undef HAVE_NDIR_H */
9188657Sjake
9291224Sjake/* Define to 1 if you have the `nice' function. */
9391224Sjake#define HAVE_NICE 1
94100771Sjake
9581381Sjake/* Define to 1 if you have the `nl_langinfo' function. */
9691783Sjake#define HAVE_NL_LANGINFO 1
9789052Sjake
9888657Sjake/* Define to 1 if you have the <paths.h> header file. */
99108245Sjake#define HAVE_PATHS_H 1
10081381Sjake
101102040Sjake/* Define to 1 if you have the `sbrk' function. */
10288657Sjake#define HAVE_SBRK 1
10380709Sjake
10491336Sjake/* Define to 1 if you have the `setpgid' function. */
10591336Sjake#define HAVE_SETPGID 1
10691336Sjake
10780709Sjake/* Define to 1 if you have the `setpriority' function. */
108102040Sjake#define HAVE_SETPRIORITY 1
109102040Sjake
110102040Sjake/* Define to 1 if you have the <shadow.h> header file. */
11180709Sjake/* #undef HAVE_SHADOW_H */
11291617Sjake
11391617Sjake/* Define to 1 if you have the <stdint.h> header file. */
11489052Sjake#define HAVE_STDINT_H 1
11589052Sjake
11691783Sjake/* Define to 1 if you have the <stdlib.h> header file. */
11789052Sjake#define HAVE_STDLIB_H 1
11891617Sjake
11991617Sjake/* Define to 1 if you have the `strcoll' function and it is properly defined.
12091617Sjake   */
12189052Sjake#define HAVE_STRCOLL 1
12297001Sjake
12397001Sjake/* Define to 1 if you have the `strerror' function. */
12497001Sjake#define HAVE_STRERROR 1
12597001Sjake
12697001Sjake/* Define to 1 if you have the <strings.h> header file. */
12797001Sjake#define HAVE_STRINGS_H 1
12897001Sjake
12997001Sjake/* Define to 1 if you have the <string.h> header file. */
13097001Sjake#define HAVE_STRING_H 1
13197001Sjake
13297001Sjake/* Define to 1 if you have the `strstr' function. */
13397001Sjake#define HAVE_STRSTR 1
13497001Sjake
13597001Sjake/* Define to 1 if `d_ino' is a member of `struct dirent'. */
13697001Sjake#define HAVE_STRUCT_DIRENT_D_INO 1
13797001Sjake
13885244Sjake/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
13984186Sjake#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
14089052Sjake
14184186Sjake/* Define to 1 if `ut_host' is a member of `struct utmpx'. */
14284186Sjake#define HAVE_STRUCT_UTMPX_UT_HOST 1
14382910Sjake
14485244Sjake/* Define to 1 if `ut_tv' is a member of `struct utmpx'. */
14585244Sjake#define HAVE_STRUCT_UTMPX_UT_TV 1
14685244Sjake
14791532Sjake/* Define to 1 if `ut_user' is a member of `struct utmpx'. */
14891532Sjake#define HAVE_STRUCT_UTMPX_UT_USER 1
14991532Sjake
15091532Sjake/* Define to 1 if `ut_xtime' is a member of `struct utmpx'. */
15182910Sjake/* #undef HAVE_STRUCT_UTMPX_UT_XTIME */
15282910Sjake
15393949Sjake/* Define to 1 if `ut_host' is a member of `struct utmp'. */
15493949Sjake#define HAVE_STRUCT_UTMP_UT_HOST 1
15582910Sjake
15692199Sjake/* Define to 1 if `ut_tv' is a member of `struct utmp'. */
15793503Sjake#define HAVE_STRUCT_UTMP_UT_TV 1
15893503Sjake
15993503Sjake/* Define to 1 if `ut_user' is a member of `struct utmp'. */
16093503Sjake#define HAVE_STRUCT_UTMP_UT_USER 1
16193503Sjake
16293503Sjake/* Define to 1 if `ut_xtime' is a member of `struct utmp'. */
16393503Sjake/* #undef HAVE_STRUCT_UTMP_UT_XTIME */
16482910Sjake
16591224Sjake/* Define to 1 if you have the `sysconf' function. */
16680709Sjake#define HAVE_SYSCONF 1
16781381Sjake
16880709Sjake/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
16981614Sjake   */
17080709Sjake/* #undef HAVE_SYS_DIR_H */
17188657Sjake
172100771Sjake/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
173100771Sjake   */
174100771Sjake/* #undef HAVE_SYS_NDIR_H */
175100771Sjake
17688657Sjake/* Define to 1 if you have the <sys/stat.h> header file. */
17780709Sjake#define HAVE_SYS_STAT_H 1
17880709Sjake
179102040Sjake/* Define to 1 if you have the <sys/types.h> header file. */
180102040Sjake#define HAVE_SYS_TYPES_H 1
181102040Sjake
182102040Sjake/* Define to 1 if you have the <unistd.h> header file. */
183102040Sjake#define HAVE_UNISTD_H 1
18484186Sjake
18584186Sjake/* Define to 1 if you have the <utmpx.h> header file. */
18687702Sjhb#define HAVE_UTMPX_H 1
18787702Sjhb
18887702Sjhb/* Define to 1 if you have the <utmp.h> header file. */
18991337Sjake/* #undef HAVE_UTMP_H */
19097265Sjake
19197265Sjake/* Define to 1 if you have the <wchar.h> header file. */
19297265Sjake#define HAVE_WCHAR_H 1
19389052Sjake
19491613Sjake/* Define to 1 if you have the <wctype.h> header file. */
19591613Sjake#define HAVE_WCTYPE_H 1
19691613Sjake
19791617Sjake/* Define to 1 if you have the `wcwidth' function. */
19889052Sjake#define HAVE_WCWIDTH 1
19980709Sjake
20084186Sjake/* Define as const if the declaration of iconv() needs const. */
20184186Sjake#define ICONV_CONST const
20297265Sjake
20381614Sjake/* Support NLS. */
20497265Sjake#define NLS 1
20597265Sjake
20697265Sjake/* Support NLS catalogs. */
20797265Sjake#define NLS_CATALOGS 1
20897265Sjake
20981614Sjake/* Define to the address where bug reports for this package should be sent. */
21092199Sjake#define PACKAGE_BUGREPORT "http://bugs.gw.com/"
21191783Sjake
21289052Sjake/* Define to the full name of this package. */
21389052Sjake#define PACKAGE_NAME "tcsh"
21489052Sjake
21589052Sjake/* Define to the full name and version of this package. */
21681614Sjake#define PACKAGE_STRING "tcsh 6.18.01"
21781614Sjake
21881614Sjake/* Define to the one symbol short name of this package. */
21981614Sjake#define PACKAGE_TARNAME "tcsh"
22081614Sjake
22197265Sjake/* Define to the home page for this package. */
22285244Sjake#define PACKAGE_URL ""
223111032Sjulian
224111032Sjulian/* Define to the version of this package. */
22582910Sjake#define PACKAGE_VERSION "6.18.01"
22688788Sjake
22788788Sjake/* Define to 1 if the `setpgrp' function takes no argument. */
22891613Sjake/* #undef SETPGRP_VOID */
22991613Sjake
23082910Sjake/* The size of `wchar_t', as computed by sizeof. */
23188657Sjake#define SIZEOF_WCHAR_T 4
23288657Sjake
23382910Sjake/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
23480709Sjake/* #undef STAT_MACROS_BROKEN */
23580709Sjake
23688657Sjake/* Define to 1 if you have the ANSI C header files. */
23788657Sjake#define STDC_HEADERS 1
238111032Sjulian
23983366Sjulian/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
24083366Sjulian   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
24183366Sjulian   #define below would cause a syntax error. */
24283366Sjulian/* #undef _UINT32_T */
24383366Sjulian
24483366Sjulian/* Define to empty if `const' does not conform to ANSI C. */
24584186Sjake/* #undef const */
246112920Sjake
247112917Sjake/* Define to `int' if <sys/types.h> doesn't define. */
24880709Sjake/* #undef gid_t */
24982910Sjake
25082910Sjake/* Define to `int' if <sys/types.h> does not define. */
25182910Sjake/* #undef mode_t */
25280709Sjake
25381381Sjake/* Define to `unsigned int' if <sys/types.h> does not define. */
25488657Sjake/* #undef size_t */
25581381Sjake
25688657Sjake/* Define to `int' if neither <sys/types.h> nor <sys/socket.h> define. */
25781381Sjake/* #undef socklen_t */
25880709Sjake
25980709Sjake/* Define to `int' not defined in <sys/types.h>. */
26080709Sjake/* #undef ssize_t */
26182910Sjake
26282010Sjake/* Define to `int' if <sys/types.h> doesn't define. */
26388657Sjake/* #undef uid_t */
26488657Sjake
26588657Sjake/* Define to the type of an unsigned integer type of width exactly 32 bits if
26688657Sjake   such a type exists and the standard includes do not define it. */
26788657Sjake/* #undef uint32_t */
26880709Sjake
26980709Sjake/* Define to empty if the keyword `volatile' does not work. Warning: valid
27080709Sjake   code using `volatile' can become incorrect without. Disable with care. */
27180709Sjake/* #undef volatile */
27280709Sjake
27380709Sjake#include "config_p.h"
27480709Sjake#include "config_f.h"
27580709Sjake
27680709Sjake/* Work around a vendor issue where config_f.h is #undef'ing this setting */
27780709Sjake#define SYSMALLOC
27880709Sjake