Annotation of elwix/files/csh/config.h, revision 1.2
1.2 ! misho 1: /* $FreeBSD: src/bin/csh/config.h,v 1.17 2012/02/22 03:36:15 mp Exp $ */
! 2: /* config.h. Generated from config.h.in by configure. */
! 3: /* config.h.in. Generated from configure.in by autoheader. */
! 4:
! 5: /* Define to the type of elements in the array set by `getgroups'. Usually
! 6: this is either `int' or `gid_t'. */
! 7: #define GETGROUPS_T gid_t
! 8:
! 9: /* Define to 1 if the `getpgrp' function requires zero arguments. */
! 10: #define GETPGRP_VOID 1
! 11:
! 12: /* Define to 1 if you have the <auth.h> header file. */
! 13: /* #undef HAVE_AUTH_H */
! 14:
! 15: /* Define to 1 if you have the <crypt.h> header file. */
! 16: /* #undef HAVE_CRYPT_H */
! 17:
! 18: /* Define to 1 if you have the declaration of `crypt', and to 0 if you don't.
! 19: */
! 20: #define HAVE_DECL_CRYPT 1
! 21:
! 22: /* Define to 1 if you have the declaration of `environ', and to 0 if you
! 23: don't. */
! 24: #define HAVE_DECL_ENVIRON 0
! 25:
! 26: /* Define to 1 if you have the declaration of `gethostname', and to 0 if you
! 27: don't. */
! 28: #define HAVE_DECL_GETHOSTNAME 1
! 29:
! 30: /* Define to 1 if you have the declaration of `getpgrp', and to 0 if you
! 31: don't. */
! 32: #define HAVE_DECL_GETPGRP 1
! 33:
! 34: /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
! 35: */
! 36: #define HAVE_DIRENT_H 1
! 37:
! 38: /* Define to 1 if you have the `dup2' function. */
! 39: #define HAVE_DUP2 1
! 40:
! 41: /* Define to 1 if you have the <features.h> header file. */
! 42: /* #undef HAVE_FEATURES_H */
! 43:
! 44: /* Define to 1 if you have the `getauthid' function. */
! 45: /* #undef HAVE_GETAUTHID */
! 46:
! 47: /* Define to 1 if you have the `getcwd' function. */
! 48: #define HAVE_GETCWD 1
! 49:
! 50: /* Define to 1 if you have the `gethostname' function. */
! 51: #define HAVE_GETHOSTNAME 1
! 52:
! 53: /* Define to 1 if you have the `getpwent' function. */
! 54: #define HAVE_GETPWENT 1
! 55:
! 56: /* Define to 1 if you have the `getutent' function. */
! 57: /* #undef HAVE_GETUTENT */
! 58:
! 59: /* Define to 1 if you have the `getutxent' function. */
! 60: #define HAVE_GETUTXENT 1
! 61:
! 62: /* Define if you have the iconv() function and it works. */
! 63: /* #undef HAVE_ICONV */
! 64:
! 65: /* Define to 1 if you have the <inttypes.h> header file. */
! 66: #define HAVE_INTTYPES_H 1
! 67:
! 68: /* Define to 1 if the system has the type `long long'. */
! 69: #define HAVE_LONG_LONG 1
! 70:
! 71: /* Define to 1 if you have the `mallinfo' function. */
! 72: /* #undef HAVE_MALLINFO */
! 73:
! 74: /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
! 75: #define HAVE_MBRTOWC 1
! 76:
! 77: /* Define to 1 if you have the `memmove' function. */
! 78: #define HAVE_MEMMOVE 1
! 79:
! 80: /* Define to 1 if you have the <memory.h> header file. */
! 81: #define HAVE_MEMORY_H 1
! 82:
! 83: /* Define to 1 if you have the `memset' function. */
! 84: #define HAVE_MEMSET 1
! 85:
! 86: /* Define to 1 if you have the `mkstemp' function. */
! 87: #define HAVE_MKSTEMP 1
! 88:
! 89: /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
! 90: /* #undef HAVE_NDIR_H */
! 91:
! 92: /* Define to 1 if you have the `nice' function. */
! 93: #define HAVE_NICE 1
! 94:
! 95: /* Define to 1 if you have the `nl_langinfo' function. */
! 96: #define HAVE_NL_LANGINFO 1
! 97:
! 98: /* Define to 1 if you have the <paths.h> header file. */
! 99: #define HAVE_PATHS_H 1
! 100:
! 101: /* Define to 1 if you have the `sbrk' function. */
! 102: #define HAVE_SBRK 1
! 103:
! 104: /* Define to 1 if you have the `setpgid' function. */
! 105: #define HAVE_SETPGID 1
! 106:
! 107: /* Define to 1 if you have the `setpriority' function. */
! 108: #define HAVE_SETPRIORITY 1
! 109:
! 110: /* Define to 1 if you have the <shadow.h> header file. */
! 111: /* #undef HAVE_SHADOW_H */
! 112:
! 113: /* Define to 1 if you have the <stdint.h> header file. */
! 114: #define HAVE_STDINT_H 1
! 115:
! 116: /* Define to 1 if you have the <stdlib.h> header file. */
! 117: #define HAVE_STDLIB_H 1
! 118:
! 119: /* Define to 1 if you have the `strcoll' function and it is properly defined.
! 120: */
! 121: #define HAVE_STRCOLL 1
! 122:
! 123: /* Define to 1 if you have the `strerror' function. */
! 124: #define HAVE_STRERROR 1
! 125:
! 126: /* Define to 1 if you have the <strings.h> header file. */
! 127: #define HAVE_STRINGS_H 1
! 128:
! 129: /* Define to 1 if you have the <string.h> header file. */
! 130: #define HAVE_STRING_H 1
! 131:
! 132: /* Define to 1 if you have the `strstr' function. */
! 133: #define HAVE_STRSTR 1
! 134:
! 135: /* Define to 1 if `d_ino' is a member of `struct dirent'. */
! 136: #define HAVE_STRUCT_DIRENT_D_INO 1
! 137:
! 138: /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
! 139: #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
! 140:
! 141: /* Define to 1 if `ut_host' is a member of `struct utmpx'. */
! 142: #define HAVE_STRUCT_UTMPX_UT_HOST 1
! 143:
! 144: /* Define to 1 if `ut_tv' is a member of `struct utmpx'. */
! 145: #define HAVE_STRUCT_UTMPX_UT_TV 1
! 146:
! 147: /* Define to 1 if `ut_user' is a member of `struct utmpx'. */
! 148: #define HAVE_STRUCT_UTMPX_UT_USER 1
! 149:
! 150: /* Define to 1 if `ut_xtime' is a member of `struct utmpx'. */
! 151: /* #undef HAVE_STRUCT_UTMPX_UT_XTIME */
! 152:
! 153: /* Define to 1 if `ut_host' is a member of `struct utmp'. */
! 154: #define HAVE_STRUCT_UTMP_UT_HOST 1
! 155:
! 156: /* Define to 1 if `ut_tv' is a member of `struct utmp'. */
! 157: #define HAVE_STRUCT_UTMP_UT_TV 1
! 158:
! 159: /* Define to 1 if `ut_user' is a member of `struct utmp'. */
! 160: #define HAVE_STRUCT_UTMP_UT_USER 1
! 161:
! 162: /* Define to 1 if `ut_xtime' is a member of `struct utmp'. */
! 163: /* #undef HAVE_STRUCT_UTMP_UT_XTIME */
! 164:
! 165: /* Define to 1 if you have the `sysconf' function. */
! 166: #define HAVE_SYSCONF 1
! 167:
! 168: /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
! 169: */
! 170: /* #undef HAVE_SYS_DIR_H */
! 171:
! 172: /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
! 173: */
! 174: /* #undef HAVE_SYS_NDIR_H */
! 175:
! 176: /* Define to 1 if you have the <sys/stat.h> header file. */
! 177: #define HAVE_SYS_STAT_H 1
! 178:
! 179: /* Define to 1 if you have the <sys/types.h> header file. */
! 180: #define HAVE_SYS_TYPES_H 1
! 181:
! 182: /* Define to 1 if you have the <unistd.h> header file. */
! 183: #define HAVE_UNISTD_H 1
! 184:
! 185: /* Define to 1 if you have the <utmpx.h> header file. */
! 186: #define HAVE_UTMPX_H 1
! 187:
! 188: /* Define to 1 if you have the <utmp.h> header file. */
! 189: /* #undef HAVE_UTMP_H */
! 190:
! 191: /* Define to 1 if you have the <wchar.h> header file. */
! 192: #define HAVE_WCHAR_H 1
! 193:
! 194: /* Define to 1 if you have the <wctype.h> header file. */
! 195: #define HAVE_WCTYPE_H 1
! 196:
! 197: /* Define to 1 if you have the `wcwidth' function. */
! 198: #define HAVE_WCWIDTH 1
! 199:
! 200: /* Define as const if the declaration of iconv() needs const. */
! 201: #define ICONV_CONST const
! 202:
! 203: /* Support NLS. */
! 204: #define NLS 1
! 205:
! 206: /* Support NLS catalogs. */
! 207: #define NLS_CATALOGS 1
! 208:
! 209: /* Define to the address where bug reports for this package should be sent. */
! 210: #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
! 211:
! 212: /* Define to the full name of this package. */
! 213: #define PACKAGE_NAME "tcsh"
! 214:
! 215: /* Define to the full name and version of this package. */
! 216: #define PACKAGE_STRING "tcsh 6.18.01"
! 217:
! 218: /* Define to the one symbol short name of this package. */
! 219: #define PACKAGE_TARNAME "tcsh"
! 220:
! 221: /* Define to the home page for this package. */
! 222: #define PACKAGE_URL ""
! 223:
! 224: /* Define to the version of this package. */
! 225: #define PACKAGE_VERSION "6.18.01"
! 226:
! 227: /* Define to 1 if the `setpgrp' function takes no argument. */
! 228: /* #undef SETPGRP_VOID */
! 229:
! 230: /* The size of `wchar_t', as computed by sizeof. */
! 231: #define SIZEOF_WCHAR_T 4
! 232:
! 233: /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
! 234: /* #undef STAT_MACROS_BROKEN */
! 235:
! 236: /* Define to 1 if you have the ANSI C header files. */
! 237: #define STDC_HEADERS 1
! 238:
! 239: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
! 240: <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
! 241: #define below would cause a syntax error. */
! 242: /* #undef _UINT32_T */
! 243:
! 244: /* Define to empty if `const' does not conform to ANSI C. */
! 245: /* #undef const */
! 246:
! 247: /* Define to `int' if <sys/types.h> doesn't define. */
! 248: /* #undef gid_t */
! 249:
! 250: /* Define to `int' if <sys/types.h> does not define. */
! 251: /* #undef mode_t */
! 252:
! 253: /* Define to `unsigned int' if <sys/types.h> does not define. */
! 254: /* #undef size_t */
! 255:
! 256: /* Define to `int' if neither <sys/types.h> nor <sys/socket.h> define. */
! 257: /* #undef socklen_t */
! 258:
! 259: /* Define to `int' not defined in <sys/types.h>. */
! 260: /* #undef ssize_t */
! 261:
! 262: /* Define to `int' if <sys/types.h> doesn't define. */
! 263: /* #undef uid_t */
! 264:
! 265: /* Define to the type of an unsigned integer type of width exactly 32 bits if
! 266: such a type exists and the standard includes do not define it. */
! 267: /* #undef uint32_t */
! 268:
! 269: /* Define to empty if the keyword `volatile' does not work. Warning: valid
! 270: code using `volatile' can become incorrect without. Disable with care. */
! 271: /* #undef volatile */
! 272:
! 273: #include "config_p.h"
! 274: #include "config_f.h"
! 275:
! 276: /* Work around a vendor issue where config_f.h is #undef'ing this setting */
! 277: #define SYSMALLOC
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>