[BACK]Return to xfs_config.h CVS log [TXT][DIR] Up to [local] / sys / xfs

Annotation of sys/xfs/xfs_config.h, Revision 1.1.1.1

1.1       nbrk        1: /* include/config.h.  Generated by configure.  */
                      2: /* include/config.h.in.  Generated from configure.in by autoheader.  */
                      3:
                      4: #ifndef OPENSSL_DES_LIBDES_COMPATIBILITY
                      5: #define OPENSSL_DES_LIBDES_COMPATIBILITY 1
                      6: #endif
                      7:
                      8: #ifndef RCSID
                      9: #define RCSID(msg) \
                     10: static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
                     11: #endif
                     12:
                     13: /* Maximum values on all known systems */
                     14: #define MaxHostNameLen (64+4)
                     15: #define MaxPathLen (1024+4)
                     16:
                     17:
                     18:
                     19: /* Define if realloc(NULL) doesn't work. */
                     20: /* #undef BROKEN_REALLOC */
                     21:
                     22: /* define if you can include both dirent.h and sys/dir.h */
                     23: #define DIRENT_AND_SYS_DIR_H 1
                     24:
                     25: /* define if DIRSIZ is defined in dirent.h */
                     26: /* #undef DIRSIZ_IN_DIRENT_H */
                     27:
                     28: /* define if DIRSIZ is defined in sys/dir.h */
                     29: #define DIRSIZ_IN_SYS_DIR_H 1
                     30:
                     31: /* how should ntohl be done? */
                     32: #define EFF_NTOHL ntohl
                     33:
                     34: /* define if sys/param.h defines the endiness */
                     35: #define ENDIANESS_IN_SYS_PARAM_H 1
                     36:
                     37: /* define if DIRSIZ is defined in sys/dirent.h */
                     38: /* #undef GENERIC_DIRSIZ_IN_SYS_DIRENT_H */
                     39:
                     40: /* define if prototype of gethostbyaddr is compatible with struct hostent
                     41:    *gethostbyaddr(const void *, size_t, int) */
                     42: /* #undef GETHOSTBYADDR_PROTO_COMPATIBLE */
                     43:
                     44: /* define if prototype of gethostbyname is compatible with struct hostent
                     45:    *gethostbyname(const char *) */
                     46: #define GETHOSTBYNAME_PROTO_COMPATIBLE 1
                     47:
                     48: /* define if prototype of getservbyname is compatible with struct servent
                     49:    *getservbyname(const char *, const char *) */
                     50: #define GETSERVBYNAME_PROTO_COMPATIBLE 1
                     51:
                     52: /* define if prototype of getsockname is compatible with int getsockname(int,
                     53:    struct sockaddr*, socklen_t*) */
                     54: #define GETSOCKNAME_PROTO_COMPATIBLE 1
                     55:
                     56: /* Define if you have the `altzone' variable. */
                     57: /* #undef HAVE_ALTZONE */
                     58:
                     59: /* define if your system declares altzone */
                     60: /* #undef HAVE_ALTZONE_DECLARATION */
                     61:
                     62: /* Define to 1 if you have the <arpa/inet.h> header file. */
                     63: #define HAVE_ARPA_INET_H 1
                     64:
                     65: /* Define to 1 if you have the <arpa/nameser.h> header file. */
                     66: #define HAVE_ARPA_NAMESER_H 1
                     67:
                     68: /* Define to 1 if you have the `asnprintf' function. */
                     69: /* #undef HAVE_ASNPRINTF */
                     70:
                     71: /* Define to 1 if you have the `asprintf' function. */
                     72: #define HAVE_ASPRINTF 1
                     73:
                     74: /* Define to 1 if you have the `atexit' function. */
                     75: #define HAVE_ATEXIT 1
                     76:
                     77: /* Define to 1 if you have the `bool' function. */
                     78: /* #undef HAVE_BOOL */
                     79:
                     80: /* Define to 1 if you have the `bswap16' function. */
                     81: /* #undef HAVE_BSWAP16 */
                     82:
                     83: /* Define to 1 if you have the `bswap32' function. */
                     84: /* #undef HAVE_BSWAP32 */
                     85:
                     86: /* Define to 1 if you have the `cgetent' function. */
                     87: #define HAVE_CGETENT 1
                     88:
                     89: /* Define if you have the function `chown'. */
                     90: #define HAVE_CHOWN 1
                     91:
                     92: /* Define to 1 if you have the <com_err.h> header file. */
                     93: #define HAVE_COM_ERR_H 1
                     94:
                     95: /* Define to 1 if you have the <config.h> header file. */
                     96: /* #undef HAVE_CONFIG_H */
                     97:
                     98: /* Define if you have the function `copyhostent'. */
                     99: /* #undef HAVE_COPYHOSTENT */
                    100:
                    101: /* Define to 1 if you have the `crypt' function. */
                    102: #define HAVE_CRYPT 1
                    103:
                    104: /* Define to 1 if you have the <crypt.h> header file. */
                    105: /* #undef HAVE_CRYPT_H */
                    106:
                    107: /* Define if you have the function `daemon'. */
                    108: #define HAVE_DAEMON 1
                    109:
                    110: /* define if you have a berkeley db1/2 library */
                    111: #define HAVE_DB1 1
                    112:
                    113: /* define if you have a berkeley db3/4 library */
                    114: /* #undef HAVE_DB3 */
                    115:
                    116: /* Define to 1 if you have the <db3/db.h> header file. */
                    117: /* #undef HAVE_DB3_DB_H */
                    118:
                    119: /* Define to 1 if you have the <db4/db.h> header file. */
                    120: /* #undef HAVE_DB4_DB_H */
                    121:
                    122: /* Define to 1 if you have the `dbm_firstkey' function. */
                    123: #define HAVE_DBM_FIRSTKEY 1
                    124:
                    125: /* Define to 1 if you have the <dbm.h> header file. */
                    126: #define HAVE_DBM_H 1
                    127:
                    128: /* Define to 1 if you have the `dbopen' function. */
                    129: #define HAVE_DBOPEN 1
                    130:
                    131: /* Define to 1 if you have the <db_185.h> header file. */
                    132: /* #undef HAVE_DB_185_H */
                    133:
                    134: /* Define to 1 if you have the `db_create' function. */
                    135: /* #undef HAVE_DB_CREATE */
                    136:
                    137: /* Define to 1 if you have the <db.h> header file. */
                    138: #define HAVE_DB_H 1
                    139:
                    140: /* define if you have ndbm compat in db */
                    141: /* #undef HAVE_DB_NDBM */
                    142:
                    143: /* Define if you have struct setgroups_args */
                    144: /* #undef HAVE_DEF_STRUCT_SETGROUPS_ARGS */
                    145:
                    146: /* Define if you have struct sys_setgroups_args */
                    147: #define HAVE_DEF_STRUCT_SYS_SETGROUPS_ARGS 1
                    148:
                    149: /* define if devfs_register takes eleven arguments */
                    150: /* #undef HAVE_DEVFS_REGISTER_ELEVEN_ARGS */
                    151:
                    152: /* define if you have a function dget_locked */
                    153: /* #undef HAVE_DGET_LOCKED */
                    154:
                    155: /* Define to 1 if you have the <dirent.h> header file. */
                    156: #define HAVE_DIRENT_H 1
                    157:
                    158: /* Define to 1 if you have the <dlfcn.h> header file. */
                    159: #define HAVE_DLFCN_H 1
                    160:
                    161: /* Define to 1 if you have the `dn_expand' function. */
                    162: #define HAVE_DN_EXPAND 1
                    163:
                    164: /* define if d_alloc_root takes two arguments */
                    165: /* #undef HAVE_D_ALLOC_ROOT_TWO_ARGS */
                    166:
                    167: /* define if d_delete in struct dentry_operations returns void */
                    168: /* #undef HAVE_D_DELETE_VOID */
                    169:
                    170: /* Define if you have the function `ecalloc'. */
                    171: /* #undef HAVE_ECALLOC */
                    172:
                    173: /* Define to 1 if you have the <elflib/nlist.h> header file. */
                    174: /* #undef HAVE_ELFLIB_NLIST_H */
                    175:
                    176: /* Define to 1 if you have the `el_init' function. */
                    177: /* #undef HAVE_EL_INIT */
                    178:
                    179: /* Define if you have the function `emalloc'. */
                    180: /* #undef HAVE_EMALLOC */
                    181:
                    182: /* define if your system declares environ */
                    183: /* #undef HAVE_ENVIRON_DECLARATION */
                    184:
                    185: /* Define if you have the function `erealloc'. */
                    186: /* #undef HAVE_EREALLOC */
                    187:
                    188: /* Define if you have the function `err'. */
                    189: #define HAVE_ERR 1
                    190:
                    191: /* Define to 1 if you have the <errno.h> header file. */
                    192: #define HAVE_ERRNO_H 1
                    193:
                    194: /* Define if you have the function `errx'. */
                    195: #define HAVE_ERRX 1
                    196:
                    197: /* Define to 1 if you have the <err.h> header file. */
                    198: #define HAVE_ERR_H 1
                    199:
                    200: /* Define if you have the function `estrdup'. */
                    201: /* #undef HAVE_ESTRDUP */
                    202:
                    203: /* Define to 1 if you have the <et/com_err.h> header file. */
                    204: /* #undef HAVE_ET_COM_ERR_H */
                    205:
                    206: /* Define if you have the function `fchown'. */
                    207: #define HAVE_FCHOWN 1
                    208:
                    209: /* Define to 1 if you have the <fcntl.h> header file. */
                    210: #define HAVE_FCNTL_H 1
                    211:
                    212: /* Define to 1 if you have the `fhopen' function. */
                    213: #define HAVE_FHOPEN 1
                    214:
                    215: /* define if filldir_t takes a dt_type argument */
                    216: /* #undef HAVE_FILLDIR_T_DT_TYPE */
                    217:
                    218: /* Define if you have the function `flock'. */
                    219: #define HAVE_FLOCK 1
                    220:
                    221: /* Define if you have the function `fnmatch'. */
                    222: #define HAVE_FNMATCH 1
                    223:
                    224: /* Define to 1 if you have the <fnmatch.h> header file. */
                    225: #define HAVE_FNMATCH_H 1
                    226:
                    227: /* define if lockmgr takes four arguments */
                    228: /* #undef HAVE_FOUR_ARGUMENT_LOCKMGR */
                    229:
                    230: /* define if vfs_busy takes four arguments */
                    231: /* #undef HAVE_FOUR_ARGUMENT_VFS_BUSY */
                    232:
                    233: /* define if vfs_name_hash takes four arguments */
                    234: /* #undef HAVE_FOUR_ARGUMENT_VFS_NAME_HASH */
                    235:
                    236: /* if vfs_object_create takes four arguments */
                    237: /* #undef HAVE_FOUR_ARGUMENT_VFS_OBJECT_CREATE */
                    238:
                    239: /* Define to 1 if you have the `freeaddrinfo' function. */
                    240: #define HAVE_FREEADDRINFO 1
                    241:
                    242: /* Define if you have the function `freehostent'. */
                    243: /* #undef HAVE_FREEHOSTENT */
                    244:
                    245: /* Define to 1 if you have the `gai_strerror' function. */
                    246: #define HAVE_GAI_STRERROR 1
                    247:
                    248: /* Define to 1 if you have the <gdbm/ndbm.h> header file. */
                    249: /* #undef HAVE_GDBM_NDBM_H */
                    250:
                    251: /* Define to 1 if you have the `getaddrinfo' function. */
                    252: #define HAVE_GETADDRINFO 1
                    253:
                    254: /* Define to 1 if you have the `getattrlist' function. */
                    255: /* #undef HAVE_GETATTRLIST */
                    256:
                    257: /* Define to 1 if you have the `getconfattr' function. */
                    258: /* #undef HAVE_GETCONFATTR */
                    259:
                    260: /* Define if you have the function `getcwd'. */
                    261: #define HAVE_GETCWD 1
                    262:
                    263: /* Define if you have the function `getdtablesize'. */
                    264: #define HAVE_GETDTABLESIZE 1
                    265:
                    266: /* Define if you have the function `getegid'. */
                    267: #define HAVE_GETEGID 1
                    268:
                    269: /* Define if you have the function `geteuid'. */
                    270: #define HAVE_GETEUID 1
                    271:
                    272: /* Define to 1 if you have the `getfh' function. */
                    273: #define HAVE_GETFH 1
                    274:
                    275: /* Define if you have the function `getgid'. */
                    276: #define HAVE_GETGID 1
                    277:
                    278: /* Define to 1 if you have the `gethostbyname' function. */
                    279: #define HAVE_GETHOSTBYNAME 1
                    280:
                    281: /* Define to 1 if you have the `gethostbyname2' function. */
                    282: #define HAVE_GETHOSTBYNAME2 1
                    283:
                    284: /* Define if you have the function `gethostname'. */
                    285: #define HAVE_GETHOSTNAME 1
                    286:
                    287: /* Define if you have the function `getifaddrs'. */
                    288: #define HAVE_GETIFADDRS 1
                    289:
                    290: /* Define if you have the function `getipnodebyaddr'. */
                    291: /* #undef HAVE_GETIPNODEBYADDR */
                    292:
                    293: /* Define if you have the function `getipnodebyname'. */
                    294: /* #undef HAVE_GETIPNODEBYNAME */
                    295:
                    296: /* Define to 1 if you have the `getlogin' function. */
                    297: #define HAVE_GETLOGIN 1
                    298:
                    299: /* Define to 1 if you have the `getnameinfo' function. */
                    300: #define HAVE_GETNAMEINFO 1
                    301:
                    302: /* Define if you have the function `getopt'. */
                    303: #define HAVE_GETOPT 1
                    304:
                    305: /* Define to 1 if you have the `getpagesize' function. */
                    306: #define HAVE_GETPAGESIZE 1
                    307:
                    308: /* Define to 1 if you have the `getprogname' function. */
                    309: /* #undef HAVE_GETPROGNAME */
                    310:
                    311: /* Define to 1 if you have the `getrlimit' function. */
                    312: #define HAVE_GETRLIMIT 1
                    313:
                    314: /* Define to 1 if you have the `getrusage' function. */
                    315: #define HAVE_GETRUSAGE 1
                    316:
                    317: /* Define to 1 if you have the `getsockopt' function. */
                    318: #define HAVE_GETSOCKOPT 1
                    319:
                    320: /* Define to 1 if you have the `getspnam' function. */
                    321: /* #undef HAVE_GETSPNAM */
                    322:
                    323: /* Define if you have the function `gettimeofday'. */
                    324: #define HAVE_GETTIMEOFDAY 1
                    325:
                    326: /* Define if you have the function `getuid'. */
                    327: #define HAVE_GETUID 1
                    328:
                    329: /* Define if you have the function `getusershell'. */
                    330: #define HAVE_GETUSERSHELL 1
                    331:
                    332: /* define if you have a glibc-based system */
                    333: /* #undef HAVE_GLIBC */
                    334:
                    335: /* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
                    336:    GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
                    337: #define HAVE_GLOB 1
                    338:
                    339: /* Define to 1 if you have the <glob.h> header file. */
                    340: #define HAVE_GLOB_H 1
                    341:
                    342: /* Define to 1 if you have the <grp.h> header file. */
                    343: #define HAVE_GRP_H 1
                    344:
                    345: /* Define to 1 if you have the `hstrerror' function. */
                    346: #define HAVE_HSTRERROR 1
                    347:
                    348: /* Define if you have the `h_errlist' variable. */
                    349: #define HAVE_H_ERRLIST 1
                    350:
                    351: /* define if your system declares h_errlist */
                    352: /* #undef HAVE_H_ERRLIST_DECLARATION */
                    353:
                    354: /* Define if you have the `h_errno' variable. */
                    355: #define HAVE_H_ERRNO 1
                    356:
                    357: /* define if your system declares h_errno */
                    358: #define HAVE_H_ERRNO_DECLARATION 1
                    359:
                    360: /* Define if you have the `h_nerr' variable. */
                    361: #define HAVE_H_NERR 1
                    362:
                    363: /* define if your system declares h_nerr */
                    364: /* #undef HAVE_H_NERR_DECLARATION */
                    365:
                    366: /* Define to 1 if you have the <ifaddrs.h> header file. */
                    367: #define HAVE_IFADDRS_H 1
                    368:
                    369: /* Define if you have the in6addr_loopback variable */
                    370: #define HAVE_IN6ADDR_LOOPBACK 1
                    371:
                    372: /* define */
                    373: #define HAVE_INET_ATON 1
                    374:
                    375: /* define */
                    376: #define HAVE_INET_NTOP 1
                    377:
                    378: /* define */
                    379: #define HAVE_INET_PTON 1
                    380:
                    381: /* Define if you have the function `initgroups'. */
                    382: #define HAVE_INITGROUPS 1
                    383:
                    384: /* Define to 1 if you have the `initstate' function. */
                    385: #define HAVE_INITSTATE 1
                    386:
                    387: /* define if you have a function init_MUTEX */
                    388: /* #undef HAVE_INIT_MUTEX */
                    389:
                    390: /* define if you have a init_waitqueue_head */
                    391: /* #undef HAVE_INIT_WAITQUEUE_HEAD */
                    392:
                    393: /* Define if you have the function `innetgr'. */
                    394: #define HAVE_INNETGR 1
                    395:
                    396: /* Define to 1 if you have the `int16' function. */
                    397: /* #undef HAVE_INT16 */
                    398:
                    399: /* Define to 1 if you have the `int16_t' function. */
                    400: #define HAVE_INT16_T 1
                    401:
                    402: /* Define to 1 if you have the `int32' function. */
                    403: /* #undef HAVE_INT32 */
                    404:
                    405: /* Define to 1 if you have the `int32_t' function. */
                    406: #define HAVE_INT32_T 1
                    407:
                    408: /* Define to 1 if you have the `int64_t' function. */
                    409: #define HAVE_INT64_T 1
                    410:
                    411: /* Define to 1 if you have the `int8_t' function. */
                    412: #define HAVE_INT8_T 1
                    413:
                    414: /* Define to 1 if you have the `intptr_t' function. */
                    415: /* #undef HAVE_INTPTR_T */
                    416:
                    417: /* Define to 1 if you have the <inttypes.h> header file. */
                    418: #define HAVE_INTTYPES_H 1
                    419:
                    420: /* Define if you have IPv6. */
                    421: #define HAVE_IPV6 1
                    422:
                    423: /* Define if you have the function `iruserok'. */
                    424: #define HAVE_IRUSEROK 1
                    425:
                    426: /* Define to 1 if you have the `issetugid' function. */
                    427: #define HAVE_ISSETUGID 1
                    428:
                    429: /* Define to 1 if you have the `kernel_aout_sysent' function. */
                    430: /* #undef HAVE_KERNEL_AOUT_SYSENT */
                    431:
                    432: /* Define to 1 if you have the `kernel_cache_purgevfs' function. */
                    433: #define HAVE_KERNEL_CACHE_PURGEVFS 1
                    434:
                    435: /* Define to 1 if you have the `kernel_cdevsw_add' function. */
                    436: /* #undef HAVE_KERNEL_CDEVSW_ADD */
                    437:
                    438: /* Define to 1 if you have the `kernel_debuglockmgr' function. */
                    439: /* #undef HAVE_KERNEL_DEBUGLOCKMGR */
                    440:
                    441: /* Define to 1 if you have the `kernel_devtoname' function. */
                    442: /* #undef HAVE_KERNEL_DEVTONAME */
                    443:
                    444: /* Define to 1 if you have the `kernel_doforce' function. */
                    445: #define HAVE_KERNEL_DOFORCE 1
                    446:
                    447: /* Define to 1 if you have the `kernel_genfs_mmap' function. */
                    448: /* #undef HAVE_KERNEL_GENFS_MMAP */
                    449:
                    450: /* Define to 1 if you have the `kernel_genfs_revoke' function. */
                    451: /* #undef HAVE_KERNEL_GENFS_REVOKE */
                    452:
                    453: /* Define to 1 if you have the `kernel_lf_advlock' function. */
                    454: #define HAVE_KERNEL_LF_ADVLOCK 1
                    455:
                    456: /* Define to 1 if you have the `kernel_lockmgr' function. */
                    457: #define HAVE_KERNEL_LOCKMGR 1
                    458:
                    459: /* Define to 1 if you have the `kernel_lockstatus' function. */
                    460: #define HAVE_KERNEL_LOCKSTATUS 1
                    461:
                    462: /* Define to 1 if you have the `kernel_memcpy' function. */
                    463: #define HAVE_KERNEL_MEMCPY 1
                    464:
                    465: /* Define to 1 if you have the `kernel_namei_hash' function. */
                    466: /* #undef HAVE_KERNEL_NAMEI_HASH */
                    467:
                    468: /* Define to 1 if you have the `kernel_nosys' function. */
                    469: /* #undef HAVE_KERNEL_NOSYS */
                    470:
                    471: /* Define to 1 if you have the `kernel_snprintf' function. */
                    472: #define HAVE_KERNEL_SNPRINTF 1
                    473:
                    474: /* Define to 1 if you have the `kernel_strlcpy' function. */
                    475: #define HAVE_KERNEL_STRLCPY 1
                    476:
                    477: /* Define to 1 if you have the `kernel_sys_lkmnosys' function. */
                    478: #define HAVE_KERNEL_SYS_LKMNOSYS 1
                    479:
                    480: /* Define to 1 if you have the `kernel_sys_nosys' function. */
                    481: #define HAVE_KERNEL_SYS_NOSYS 1
                    482:
                    483: /* Define to 1 if you have the `kernel_udev2dev' function. */
                    484: /* #undef HAVE_KERNEL_UDEV2DEV */
                    485:
                    486: /* Define to 1 if you have the `kernel_uma_zfree_arg' function. */
                    487: /* #undef HAVE_KERNEL_UMA_ZFREE_ARG */
                    488:
                    489: /* define if we only can include uvm headers */
                    490: /* #undef HAVE_KERNEL_UVM_ONLY */
                    491:
                    492: /* Define to 1 if you have the `kernel_vfs_add_vnodeops' function. */
                    493: /* #undef HAVE_KERNEL_VFS_ADD_VNODEOPS */
                    494:
                    495: /* Define to 1 if you have the `kernel_vfs_attach' function. */
                    496: /* #undef HAVE_KERNEL_VFS_ATTACH */
                    497:
                    498: /* Define to 1 if you have the `kernel_vfs_cache_lookup' function. */
                    499: /* #undef HAVE_KERNEL_VFS_CACHE_LOOKUP */
                    500:
                    501: /* Define to 1 if you have the `kernel_vfs_deallocate_syncvnode' function. */
                    502: /* #undef HAVE_KERNEL_VFS_DEALLOCATE_SYNCVNODE */
                    503:
                    504: /* Define to 1 if you have the `kernel_vfs_getnewfsid' function. */
                    505: #define HAVE_KERNEL_VFS_GETNEWFSID 1
                    506:
                    507: /* Define to 1 if you have the `kernel_vfs_getvfs' function. */
                    508: #define HAVE_KERNEL_VFS_GETVFS 1
                    509:
                    510: /* Define to 1 if you have the `kernel_vfs_object_create' function. */
                    511: /* #undef HAVE_KERNEL_VFS_OBJECT_CREATE */
                    512:
                    513: /* Define to 1 if you have the `kernel_vfs_opv_init' function. */
                    514: #define HAVE_KERNEL_VFS_OPV_INIT 1
                    515:
                    516: /* Define to 1 if you have the `kernel_vfs_opv_init_default' function. */
                    517: #define HAVE_KERNEL_VFS_OPV_INIT_DEFAULT 1
                    518:
                    519: /* Define to 1 if you have the `kernel_vfs_opv_init_explicit' function. */
                    520: #define HAVE_KERNEL_VFS_OPV_INIT_EXPLICIT 1
                    521:
                    522: /* Define to 1 if you have the `kernel_vfs_register' function. */
                    523: #define HAVE_KERNEL_VFS_REGISTER 1
                    524:
                    525: /* Define to 1 if you have the `kernel_vgonel' function. */
                    526: #define HAVE_KERNEL_VGONEL 1
                    527:
                    528: /* Define to 1 if you have the `kernel_vnode_pager_generic_getpages' function.
                    529:    */
                    530: /* #undef HAVE_KERNEL_VNODE_PAGER_GENERIC_GETPAGES */
                    531:
                    532: /* Define to 1 if you have the `kernel_vnode_pager_generic_putpages' function.
                    533:    */
                    534: /* #undef HAVE_KERNEL_VNODE_PAGER_GENERIC_PUTPAGES */
                    535:
                    536: /* Define to 1 if you have the `kernel_vnode_pager_setsize' function. */
                    537: /* #undef HAVE_KERNEL_VNODE_PAGER_SETSIZE */
                    538:
                    539: /* Define to 1 if you have the `kernel_vop_revoke' function. */
                    540: /* #undef HAVE_KERNEL_VOP_REVOKE */
                    541:
                    542: /* Define to 1 if you have the `kernel_vop_stdpathconf' function. */
                    543: /* #undef HAVE_KERNEL_VOP_STDPATHCONF */
                    544:
                    545: /* Define to 1 if you have the `kernel_zfree' function. */
                    546: /* #undef HAVE_KERNEL_ZFREE */
                    547:
                    548: /* Define to 1 if you have the `kernel_zfreei' function. */
                    549: /* #undef HAVE_KERNEL_ZFREEI */
                    550:
                    551: /* define if you have kerberos 4 */
                    552: /* #undef HAVE_KRB4 */
                    553:
                    554: /* define if you have kerberos 5 */
                    555: #define HAVE_KRB5 1
                    556:
                    557: /* define if you have kerberos 4 compat */
                    558: /* #undef HAVE_KRB5_COMPAT_KRB4 */
                    559:
                    560: /* Define to 1 if you have the `krb_afslog_uid' function. */
                    561: /* #undef HAVE_KRB_AFSLOG_UID */
                    562:
                    563: /* define if you have krb_get_default_principal */
                    564: /* #undef HAVE_KRB_GET_DEFAULT_PRINCIPAL */
                    565:
                    566: /* define if you have krb_get_default_tkt_root */
                    567: /* #undef HAVE_KRB_GET_DEFAULT_TKT_ROOT */
                    568:
                    569: /* define if you have krb_get_err_text */
                    570: /* #undef HAVE_KRB_GET_ERR_TEXT */
                    571:
                    572: /* define if you have krb_kdctimeofday */
                    573: /* #undef HAVE_KRB_KDCTIMEOFDAY */
                    574:
                    575: /* define if you have a struct krb_principal */
                    576: /* #undef HAVE_KRB_PRINCIPAL */
                    577:
                    578: /* Define to 1 if you have the <ktypes.h> header file. */
                    579: /* #undef HAVE_KTYPES_H */
                    580:
                    581: /* Define to 1 if you have the <kvm.h> header file. */
                    582: #define HAVE_KVM_H 1
                    583:
                    584: /* Define to 1 if you have the <libelf/nlist.h> header file. */
                    585: /* #undef HAVE_LIBELF_NLIST_H */
                    586:
                    587: /* Define to 1 if you have the <limits.h> header file. */
                    588: #define HAVE_LIMITS_H 1
                    589:
                    590: /* Define to 1 if you have the <linux/devfs_fs.h> header file. */
                    591: /* #undef HAVE_LINUX_DEVFS_FS_H */
                    592:
                    593: /* Define to 1 if you have the <linux/devfs_fs_kernel.h> header file. */
                    594: /* #undef HAVE_LINUX_DEVFS_FS_KERNEL_H */
                    595:
                    596: /* Define to 1 if you have the `linux_kernel_int16_t' function. */
                    597: /* #undef HAVE_LINUX_KERNEL_INT16_T */
                    598:
                    599: /* Define to 1 if you have the `linux_kernel_int32_t' function. */
                    600: /* #undef HAVE_LINUX_KERNEL_INT32_T */
                    601:
                    602: /* Define to 1 if you have the `linux_kernel_int64_t' function. */
                    603: /* #undef HAVE_LINUX_KERNEL_INT64_T */
                    604:
                    605: /* Define to 1 if you have the `linux_kernel_int8_t' function. */
                    606: /* #undef HAVE_LINUX_KERNEL_INT8_T */
                    607:
                    608: /* Define to 1 if you have the `linux_kernel_uint16_t' function. */
                    609: /* #undef HAVE_LINUX_KERNEL_UINT16_T */
                    610:
                    611: /* Define to 1 if you have the `linux_kernel_uint32_t' function. */
                    612: /* #undef HAVE_LINUX_KERNEL_UINT32_T */
                    613:
                    614: /* Define to 1 if you have the `linux_kernel_uint64_t' function. */
                    615: /* #undef HAVE_LINUX_KERNEL_UINT64_T */
                    616:
                    617: /* Define to 1 if you have the `linux_kernel_uint8_t' function. */
                    618: /* #undef HAVE_LINUX_KERNEL_UINT8_T */
                    619:
                    620: /* Define to 1 if you have the <linux/stddef.h> header file. */
                    621: /* #undef HAVE_LINUX_STDDEF_H */
                    622:
                    623: /* define if you have a function list_del_init */
                    624: /* #undef HAVE_LIST_DEL_INIT */
                    625:
                    626: /* define if there exists a localtime_r */
                    627: #define HAVE_LOCALTIME_R 1
                    628:
                    629: /* Define to 1 if the system has the type `long long'. */
                    630: #define HAVE_LONG_LONG 1
                    631:
                    632: /* Define if you have the function `lstat'. */
                    633: #define HAVE_LSTAT 1
                    634:
                    635: /* Define to 1 if you have the <machine/asm.h> header file. */
                    636: #define HAVE_MACHINE_ASM_H 1
                    637:
                    638: /* Define to 1 if you have the <machine/regdef.h> header file. */
                    639: /* #undef HAVE_MACHINE_REGDEF_H */
                    640:
                    641: /* Define to 1 if you have the <mach/alpha/asm.h> header file. */
                    642: /* #undef HAVE_MACH_ALPHA_ASM_H */
                    643:
                    644: /* Define if you have the function `memmove'. */
                    645: #define HAVE_MEMMOVE 1
                    646:
                    647: /* Define to 1 if you have the <memory.h> header file. */
                    648: #define HAVE_MEMORY_H 1
                    649:
                    650: /* Define to 1 if you have the <miscfs/genfs/genfs.h> header file. */
                    651: /* #undef HAVE_MISCFS_GENFS_GENFS_H */
                    652:
                    653: /* Define to 1 if you have the <miscfs/syncfs/syncfs.h> header file. */
                    654: /* #undef HAVE_MISCFS_SYNCFS_SYNCFS_H */
                    655:
                    656: /* Define if you have the function `mkstemp'. */
                    657: #define HAVE_MKSTEMP 1
                    658:
                    659: /* Define to 1 if you have a working `mmap' system call. */
                    660: #define HAVE_MMAP 1
                    661:
                    662: /* define if you have a ndbm library */
                    663: #define HAVE_NDBM 1
                    664:
                    665: /* Define to 1 if you have the <ndbm.h> header file. */
                    666: #define HAVE_NDBM_H 1
                    667:
                    668: /* Define to 1 if you have the <netdb.h> header file. */
                    669: #define HAVE_NETDB_H 1
                    670:
                    671: /* Define to 1 if you have the <netinet6/in6.h> header file. */
                    672: /* #undef HAVE_NETINET6_IN6_H */
                    673:
                    674: /* Define to 1 if you have the <netinet6/in6_var.h> header file. */
                    675: #define HAVE_NETINET6_IN6_VAR_H 1
                    676:
                    677: /* Define to 1 if you have the <netinet/in6.h> header file. */
                    678: /* #undef HAVE_NETINET_IN6_H */
                    679:
                    680: /* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
                    681: /* #undef HAVE_NETINET_IN6_MACHTYPES_H */
                    682:
                    683: /* Define to 1 if you have the <netinet/in.h> header file. */
                    684: #define HAVE_NETINET_IN_H 1
                    685:
                    686: /* Define to 1 if you have the <netinet/in_systm.h> header file. */
                    687: #define HAVE_NETINET_IN_SYSTM_H 1
                    688:
                    689: /* Define to 1 if you have the <netinet/ip.h> header file. */
                    690: #define HAVE_NETINET_IP_H 1
                    691:
                    692: /* Define to 1 if you have the <netinet/tcp.h> header file. */
                    693: #define HAVE_NETINET_TCP_H 1
                    694:
                    695: /* Define to 1 if you have the <net/if_dl.h> header file. */
                    696: #define HAVE_NET_IF_DL_H 1
                    697:
                    698: /* Define to 1 if you have the <net/if.h> header file. */
                    699: #define HAVE_NET_IF_H 1
                    700:
                    701: /* Define to 1 if you have the <net/if_types.h> header file. */
                    702: #define HAVE_NET_IF_TYPES_H 1
                    703:
                    704: /* Define if NDBM really is DB (creates files *.db) */
                    705: #define HAVE_NEW_DB 1
                    706:
                    707: /* Define to 1 if you have the <nlist.h> header file. */
                    708: #define HAVE_NLIST_H 1
                    709:
                    710: /* Define to 1 if you have the `off64_t' function. */
                    711: /* #undef HAVE_OFF64_T */
                    712:
                    713: /* define if lockstatus takes one argument */
                    714: #define HAVE_ONE_ARGUMENT_LOCKSTATUS 1
                    715:
                    716: /* define if vget takes one argument */
                    717: /* #undef HAVE_ONE_ARGUMENT_VGET */
                    718:
                    719: /* define if VOP_LOCK takes one argument */
                    720: /* #undef HAVE_ONE_ARGUMENT_VOP_LOCK */
                    721:
                    722: /* Define to 1 if you have the `on_exit' function. */
                    723: /* #undef HAVE_ON_EXIT */
                    724:
                    725: /* define if your system declares optarg */
                    726: #define HAVE_OPTARG_DECLARATION 1
                    727:
                    728: /* define if your system declares opterr */
                    729: #define HAVE_OPTERR_DECLARATION 1
                    730:
                    731: /* define if your system declares optind */
                    732: #define HAVE_OPTIND_DECLARATION 1
                    733:
                    734: /* define if your system declares optopt */
                    735: #define HAVE_OPTOPT_DECLARATION 1
                    736:
                    737: /* Define if you have the `optreset' variable. */
                    738: #define HAVE_OPTRESET 1
                    739:
                    740: /* define if your system declares optreset */
                    741: #define HAVE_OPTRESET_DECLARATION 1
                    742:
                    743: /* Define to 1 if you have the <paths.h> header file. */
                    744: #define HAVE_PATHS_H 1
                    745:
                    746: /* Define to 1 if you have the `pidfile' function. */
                    747: #define HAVE_PIDFILE 1
                    748:
                    749: /* define if you have sigaction */
                    750: #define HAVE_POSIX_SIGNALS 1
                    751:
                    752: /* Define to 1 if you have the `pthread_create' function. */
                    753: /* #undef HAVE_PTHREAD_CREATE */
                    754:
                    755: /* Define if you have the function `putenv'. */
                    756: #define HAVE_PUTENV 1
                    757:
                    758: /* Define to 1 if you have the <pwd.h> header file. */
                    759: #define HAVE_PWD_H 1
                    760:
                    761: /* Define to 1 if you have the `random' function. */
                    762: #define HAVE_RANDOM 1
                    763:
                    764: /* Define if you have the function `rcmd'. */
                    765: #define HAVE_RCMD 1
                    766:
                    767: /* define if you have a function readline */
                    768: #define HAVE_READLINE 1
                    769:
                    770: /* Define if you have the function `readv'. */
                    771: #define HAVE_READV 1
                    772:
                    773: /* Define if you have the function `recvmsg'. */
                    774: #define HAVE_RECVMSG 1
                    775:
                    776: /* Define to 1 if you have the <regdef.h> header file. */
                    777: /* #undef HAVE_REGDEF_H */
                    778:
                    779: /* Define to 1 if you have the `register_t' function. */
                    780: #define HAVE_REGISTER_T 1
                    781:
                    782: /* define? */
                    783: /* #undef HAVE_REPAIRABLE_HTONL */
                    784:
                    785: /* Define to 1 if you have the <resolv.h> header file. */
                    786: #define HAVE_RESOLV_H 1
                    787:
                    788: /* Define to 1 if you have the `res_init' function. */
                    789: #define HAVE_RES_INIT 1
                    790:
                    791: /* Define to 1 if you have the `res_nsearch' function. */
                    792: /* #undef HAVE_RES_NSEARCH */
                    793:
                    794: /* Define to 1 if you have the `res_search' function. */
                    795: #define HAVE_RES_SEARCH 1
                    796:
                    797: /* Define to 1 if you have the <rpcsvc/dbm.h> header file. */
                    798: /* #undef HAVE_RPCSVC_DBM_H */
                    799:
                    800: /* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
                    801: #define HAVE_RPCSVC_YPCLNT_H 1
                    802:
                    803: /* Define to 1 if the system has the type `sa_family_t'. */
                    804: #define HAVE_SA_FAMILY_T 1
                    805:
                    806: /* Define if you have the function `sendmsg'. */
                    807: #define HAVE_SENDMSG 1
                    808:
                    809: /* Define to 1 if you have the `setattrlist' function. */
                    810: /* #undef HAVE_SETATTRLIST */
                    811:
                    812: /* Define if you have the function `setegid'. */
                    813: #define HAVE_SETEGID 1
                    814:
                    815: /* Define if you have the function `setenv'. */
                    816: #define HAVE_SETENV 1
                    817:
                    818: /* Define if you have the function `seteuid'. */
                    819: #define HAVE_SETEUID 1
                    820:
                    821: /* Define to 1 if you have the `setlogin' function. */
                    822: #define HAVE_SETLOGIN 1
                    823:
                    824: /* Define to 1 if you have the `setprogname' function. */
                    825: /* #undef HAVE_SETPROGNAME */
                    826:
                    827: /* Define to 1 if you have the `setsockopt' function. */
                    828: #define HAVE_SETSOCKOPT 1
                    829:
                    830: /* Define to 1 if you have the `setstate' function. */
                    831: #define HAVE_SETSTATE 1
                    832:
                    833: /* Define to 1 if you have the <shadow.h> header file. */
                    834: /* #undef HAVE_SHADOW_H */
                    835:
                    836: /* define if ubc_lookup takes six arguments */
                    837: /* #undef HAVE_SIX_ARGUMENT_UBC_LOOKUP */
                    838:
                    839: /* define if you have a working snprintf */
                    840: #define HAVE_SNPRINTF 1
                    841:
                    842: /* Define to 1 if you have the `socket' function. */
                    843: #define HAVE_SOCKET 1
                    844:
                    845: /* Define to 1 if the system has the type `socklen_t'. */
                    846: #define HAVE_SOCKLEN_T 1
                    847:
                    848: /* Define to 1 if you have the `ssize_t' function. */
                    849: #define HAVE_SSIZE_T 1
                    850:
                    851: /* Define to 1 if you have the <standards.h> header file. */
                    852: /* #undef HAVE_STANDARDS_H */
                    853:
                    854: /* Define to 1 if you have the `statvfs' function. */
                    855: /* #undef HAVE_STATVFS */
                    856:
                    857: /* Define to 1 if you have the <stdint.h> header file. */
                    858: /* #undef HAVE_STDINT_H */
                    859:
                    860: /* Define to 1 if you have the <stdlib.h> header file. */
                    861: #define HAVE_STDLIB_H 1
                    862:
                    863: /* We always have <stds.h>, needed by rxkad */
                    864: #define HAVE_STDS_H 1
                    865:
                    866: /* Define if you have the function `strcasecmp'. */
                    867: #define HAVE_STRCASECMP 1
                    868:
                    869: /* Define if you have the function `strdup'. */
                    870: #define HAVE_STRDUP 1
                    871:
                    872: /* Define if you have the function `strerror'. */
                    873: #define HAVE_STRERROR 1
                    874:
                    875: /* Define if you have the function `strftime'. */
                    876: #define HAVE_STRFTIME 1
                    877:
                    878: /* Define to 1 if you have the <strings.h> header file. */
                    879: #define HAVE_STRINGS_H 1
                    880:
                    881: /* Define to 1 if you have the <string.h> header file. */
                    882: #define HAVE_STRING_H 1
                    883:
                    884: /* Define if you have the function `strlcat'. */
                    885: #define HAVE_STRLCAT 1
                    886:
                    887: /* Define if you have the function `strlcpy'. */
                    888: #define HAVE_STRLCPY 1
                    889:
                    890: /* Define if you have the function `strlwr'. */
                    891: /* #undef HAVE_STRLWR */
                    892:
                    893: /* Define if you have the function `strncasecmp'. */
                    894: #define HAVE_STRNCASECMP 1
                    895:
                    896: /* Define if you have the function `strndup'. */
                    897: /* #undef HAVE_STRNDUP */
                    898:
                    899: /* Define if you have the function `strnlen'. */
                    900: /* #undef HAVE_STRNLEN */
                    901:
                    902: /* Define if you have the function `strptime'. */
                    903: #define HAVE_STRPTIME 1
                    904:
                    905: /* Define if you have the function `strsep'. */
                    906: #define HAVE_STRSEP 1
                    907:
                    908: /* Define if you have the function `strsep_copy'. */
                    909: /* #undef HAVE_STRSEP_COPY */
                    910:
                    911: /* Define to 1 if you have the `strsvis' function. */
                    912: /* #undef HAVE_STRSVIS */
                    913:
                    914: /* Define if you have the function `strtok_r'. */
                    915: #define HAVE_STRTOK_R 1
                    916:
                    917: /* Define to 1 if you have the `strtoll' function. */
                    918: #define HAVE_STRTOLL 1
                    919:
                    920: /* Define to 1 if you have the `strtoq' function. */
                    921: #define HAVE_STRTOQ 1
                    922:
                    923: /* Define to 1 if the system has the type `struct addrinfo'. */
                    924: #define HAVE_STRUCT_ADDRINFO 1
                    925:
                    926: /* Define if struct cdevsw has field d_bmaj */
                    927: /* #undef HAVE_STRUCT_CDEVSW_D_BMAJ */
                    928:
                    929: /* Define if struct cdevsw has field d_bogoparms */
                    930: /* #undef HAVE_STRUCT_CDEVSW_D_BOGOPARMS */
                    931:
                    932: /* Define if struct cdevsw has field d_bogoreset */
                    933: /* #undef HAVE_STRUCT_CDEVSW_D_BOGORESET */
                    934:
                    935: /* Define if struct cdevsw has field d_devtotty */
                    936: /* #undef HAVE_STRUCT_CDEVSW_D_DEVTOTTY */
                    937:
                    938: /* Define if struct cdevsw has field d_kqfilter */
                    939: /* #undef HAVE_STRUCT_CDEVSW_D_KQFILTER */
                    940:
                    941: /* Define if struct cdevsw has field d_maxio */
                    942: /* #undef HAVE_STRUCT_CDEVSW_D_MAXIO */
                    943:
                    944: /* Define if struct cdevsw has field d_psize */
                    945: /* #undef HAVE_STRUCT_CDEVSW_D_PSIZE */
                    946:
                    947: /* Define if struct cdevsw has field d_reset */
                    948: /* #undef HAVE_STRUCT_CDEVSW_D_RESET */
                    949:
                    950: /* Define if struct cdevsw has field d_spare */
                    951: /* #undef HAVE_STRUCT_CDEVSW_D_SPARE */
                    952:
                    953: /* Define if struct cdevsw has field d_stop */
                    954: /* #undef HAVE_STRUCT_CDEVSW_D_STOP */
                    955:
                    956: /* Define if struct componentname has field cn_hash */
                    957: #define HAVE_STRUCT_COMPONENTNAME_CN_HASH 1
                    958:
                    959: /* Define if struct dirent has field d_type. */
                    960: #define HAVE_STRUCT_DIRENT_D_TYPE 1
                    961:
                    962: /* Define to 1 if the system has the type `struct ifaddrs'. */
                    963: #define HAVE_STRUCT_IFADDRS 1
                    964:
                    965: /* Define if struct inode_operations has field default_file_ops */
                    966: /* #undef HAVE_STRUCT_INODE_OPERATIONS_DEFAULT_FILE_OPS */
                    967:
                    968: /* Define to 1 if the system has the type `struct iovec'. */
                    969: #define HAVE_STRUCT_IOVEC 1
                    970:
                    971: /* Define if struct mount has field mnt_syncer */
                    972: #define HAVE_STRUCT_MOUNT_MNT_SYNCER 1
                    973:
                    974: /* Define if struct mount has field m_info */
                    975: /* #undef HAVE_STRUCT_MOUNT_M_INFO */
                    976:
                    977: /* Define to 1 if the system has the type `struct msghdr'. */
                    978: #define HAVE_STRUCT_MSGHDR 1
                    979:
                    980: /* Define if struct proc has field p_sigctx. */
                    981: /* #undef HAVE_STRUCT_PROC_P_SIGCTX */
                    982:
                    983: /* Define if struct proc has field p_sigmask. */
                    984: #define HAVE_STRUCT_PROC_P_SIGMASK 1
                    985:
                    986: /* Define to 1 if the system has the type `struct sockaddr'. */
                    987: #define HAVE_STRUCT_SOCKADDR 1
                    988:
                    989: /* Define if struct sockaddr_in has field sin_len. */
                    990: #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
                    991:
                    992: /* Define if struct sockaddr has field sa_len. */
                    993: #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
                    994:
                    995: /* Define to 1 if the system has the type `struct sockaddr_storage'. */
                    996: #define HAVE_STRUCT_SOCKADDR_STORAGE 1
                    997:
                    998: /* define if you have struct spwd */
                    999: /* #undef HAVE_STRUCT_SPWD */
                   1000:
                   1001: /* Define if struct super_operations has field notify_change */
                   1002: /* #undef HAVE_STRUCT_SUPER_OPERATIONS_NOTIFY_CHANGE */
                   1003:
                   1004: /* Define if struct sysent has field sy_flags */
                   1005: /* #undef HAVE_STRUCT_SYSENT_SY_FLAGS */
                   1006:
                   1007: /* Define if struct sysent has field sy_info */
                   1008: /* #undef HAVE_STRUCT_SYSENT_SY_INFO */
                   1009:
                   1010: /* Define if struct task_struct has field pending */
                   1011: /* #undef HAVE_STRUCT_TASK_STRUCT_PENDING */
                   1012:
                   1013: /* Define if struct tm has field tm_gmtoff. */
                   1014: #define HAVE_STRUCT_TM_TM_GMTOFF 1
                   1015:
                   1016: /* Define if struct tm has field tm_zone. */
                   1017: #define HAVE_STRUCT_TM_TM_ZONE 1
                   1018:
                   1019: /* Define if struct uio has field uio_procp */
                   1020: #define HAVE_STRUCT_UIO_UIO_PROCP 1
                   1021:
                   1022: /* Define if struct vfsconf has field vfc_mountroot */
                   1023: /* #undef HAVE_STRUCT_VFSCONF_VFC_MOUNTROOT */
                   1024:
                   1025: /* Define if struct vfsconf has field vfc_refcount */
                   1026: #define HAVE_STRUCT_VFSCONF_VFC_REFCOUNT 1
                   1027:
                   1028: /* Define if struct vfsops has field vfs_checkexp */
                   1029: #define HAVE_STRUCT_VFSOPS_VFS_CHECKEXP 1
                   1030:
                   1031: /* Define if struct vfsops has field vfs_done */
                   1032: /* #undef HAVE_STRUCT_VFSOPS_VFS_DONE */
                   1033:
                   1034: /* Define if struct vfsops has field vfs_freevfs */
                   1035: /* #undef HAVE_STRUCT_VFSOPS_VFS_FREEVFS */
                   1036:
                   1037: /* Define if struct vfsops has field vfs_mount */
                   1038: #define HAVE_STRUCT_VFSOPS_VFS_MOUNT 1
                   1039:
                   1040: /* Define if struct vfsops has field vfs_mountroot */
                   1041: /* #undef HAVE_STRUCT_VFSOPS_VFS_MOUNTROOT */
                   1042:
                   1043: /* Define if struct vfsops has field vfs_name */
                   1044: /* #undef HAVE_STRUCT_VFSOPS_VFS_NAME */
                   1045:
                   1046: /* Define if struct vfsops has field vfs_oid */
                   1047: /* #undef HAVE_STRUCT_VFSOPS_VFS_OID */
                   1048:
                   1049: /* Define if struct vfsops has field vfs_opv_descs */
                   1050: /* #undef HAVE_STRUCT_VFSOPS_VFS_OPV_DESCS */
                   1051:
                   1052: /* Define if struct vfsops has field vfs_reinit */
                   1053: /* #undef HAVE_STRUCT_VFSOPS_VFS_REINIT */
                   1054:
                   1055: /* Define if struct vfsops has field vfs_smoothsync */
                   1056: /* #undef HAVE_STRUCT_VFSOPS_VFS_SMOOTHSYNC */
                   1057:
                   1058: /* Define if struct vfsops has field vfs_swapvp */
                   1059: /* #undef HAVE_STRUCT_VFSOPS_VFS_SWAPVP */
                   1060:
                   1061: /* Define if struct vfsops has field vfs_uninit */
                   1062: /* #undef HAVE_STRUCT_VFSOPS_VFS_UNINIT */
                   1063:
                   1064: /* Define if struct ViceIoctl has field in */
                   1065: /* #undef HAVE_STRUCT_VICEIOCTL_IN */
                   1066:
                   1067: /* Define if struct vop_fsync_args has field a_flags */
                   1068: /* #undef HAVE_STRUCT_VOP_FSYNC_ARGS_A_FLAGS */
                   1069:
                   1070: /* Define if struct vop_getpages_args has field a_offset */
                   1071: /* #undef HAVE_STRUCT_VOP_GETPAGES_ARGS_A_OFFSET */
                   1072:
                   1073: /* Define if struct vop_putpages_args has field a_sync */
                   1074: /* #undef HAVE_STRUCT_VOP_PUTPAGES_ARGS_A_SYNC */
                   1075:
                   1076: /* define if struct winsize is declared in sys/termios.h */
                   1077: #define HAVE_STRUCT_WINSIZE 1
                   1078:
                   1079: /* Define to 1 if you have the `strunvis' function. */
                   1080: #define HAVE_STRUNVIS 1
                   1081:
                   1082: /* Define if you have the function `strupr'. */
                   1083: /* #undef HAVE_STRUPR */
                   1084:
                   1085: /* Define to 1 if you have the `strvis' function. */
                   1086: #define HAVE_STRVIS 1
                   1087:
                   1088: /* Define to 1 if you have the `strvisx' function. */
                   1089: #define HAVE_STRVISX 1
                   1090:
                   1091: /* Define to 1 if you have the `svis' function. */
                   1092: /* #undef HAVE_SVIS */
                   1093:
                   1094: /* Define if you have the function `swab'. */
                   1095: #define HAVE_SWAB 1
                   1096:
                   1097: /* Define to 1 if you have the `sysconf' function. */
                   1098: #define HAVE_SYSCONF 1
                   1099:
                   1100: /* Define to 1 if you have the `sysctl' function. */
                   1101: #define HAVE_SYSCTL 1
                   1102:
                   1103: /* Define to 1 if you have the `syslog' function. */
                   1104: #define HAVE_SYSLOG 1
                   1105:
                   1106: /* Define to 1 if you have the <syslog.h> header file. */
                   1107: #define HAVE_SYSLOG_H 1
                   1108:
                   1109: /* Define to 1 if you have the <sys/attr.h> header file. */
                   1110: /* #undef HAVE_SYS_ATTR_H */
                   1111:
                   1112: /* Define to 1 if you have the <sys/bitypes.h> header file. */
                   1113: /* #undef HAVE_SYS_BITYPES_H */
                   1114:
                   1115: /* Define to 1 if you have the <sys/bswap.h> header file. */
                   1116: /* #undef HAVE_SYS_BSWAP_H */
                   1117:
                   1118: /* Define to 1 if you have the <sys/cdefs.h> header file. */
                   1119: #define HAVE_SYS_CDEFS_H 1
                   1120:
                   1121: /* Define to 1 if you have the <sys/dir.h> header file. */
                   1122: #define HAVE_SYS_DIR_H 1
                   1123:
                   1124: /* Define to 1 if you have the <sys/file.h> header file. */
                   1125: #define HAVE_SYS_FILE_H 1
                   1126:
                   1127: /* Define to 1 if you have the <sys/inttypes.h> header file. */
                   1128: /* #undef HAVE_SYS_INTTYPES_H */
                   1129:
                   1130: /* Define to 1 if you have the <sys/ioccom.h> header file. */
                   1131: #define HAVE_SYS_IOCCOM_H 1
                   1132:
                   1133: /* Define to 1 if you have the <sys/ioctl.h> header file. */
                   1134: #define HAVE_SYS_IOCTL_H 1
                   1135:
                   1136: /* Define to 1 if you have the <sys/libkern.h> header file. */
                   1137: /* #undef HAVE_SYS_LIBKERN_H */
                   1138:
                   1139: /* Define to 1 if you have the <sys/lkm.h> header file. */
                   1140: #define HAVE_SYS_LKM_H 1
                   1141:
                   1142: /* Define to 1 if you have the <sys/lock.h> header file. */
                   1143: #define HAVE_SYS_LOCK_H 1
                   1144:
                   1145: /* Define to 1 if you have the <sys/mkdev.h> header file. */
                   1146: /* #undef HAVE_SYS_MKDEV_H */
                   1147:
                   1148: /* Define to 1 if you have the <sys/mman.h> header file. */
                   1149: #define HAVE_SYS_MMAN_H 1
                   1150:
                   1151: /* Define to 1 if you have the <sys/module.h> header file. */
                   1152: /* #undef HAVE_SYS_MODULE_H */
                   1153:
                   1154: /* Define to 1 if you have the <sys/mount.h> header file. */
                   1155: #define HAVE_SYS_MOUNT_H 1
                   1156:
                   1157: /* Define to 1 if you have the <sys/mutex.h> header file. */
                   1158: /* #undef HAVE_SYS_MUTEX_H */
                   1159:
                   1160: /* Define to 1 if you have the <sys/param.h> header file. */
                   1161: #define HAVE_SYS_PARAM_H 1
                   1162:
                   1163: /* Define to 1 if you have the <sys/poll.h> header file. */
                   1164: #define HAVE_SYS_POLL_H 1
                   1165:
                   1166: /* Define to 1 if you have the <sys/prctl.h> header file. */
                   1167: /* #undef HAVE_SYS_PRCTL_H */
                   1168:
                   1169: /* Define to 1 if you have the <sys/proc.h> header file. */
                   1170: #define HAVE_SYS_PROC_H 1
                   1171:
                   1172: /* Define to 1 if you have the <sys/queue.h> header file. */
                   1173: #define HAVE_SYS_QUEUE_H 1
                   1174:
                   1175: /* Define to 1 if you have the <sys/resource.h> header file. */
                   1176: #define HAVE_SYS_RESOURCE_H 1
                   1177:
                   1178: /* Define to 1 if you have the <sys/select.h> header file. */
                   1179: #define HAVE_SYS_SELECT_H 1
                   1180:
                   1181: /* Define to 1 if you have the <sys/selinfo.h> header file. */
                   1182: /* #undef HAVE_SYS_SELINFO_H */
                   1183:
                   1184: /* Define to 1 if you have the <sys/signalvar.h> header file. */
                   1185: #define HAVE_SYS_SIGNALVAR_H 1
                   1186:
                   1187: /* Define to 1 if you have the <sys/socket.h> header file. */
                   1188: #define HAVE_SYS_SOCKET_H 1
                   1189:
                   1190: /* Define to 1 if you have the <sys/sockio.h> header file. */
                   1191: #define HAVE_SYS_SOCKIO_H 1
                   1192:
                   1193: /* Define to 1 if you have the <sys/statfs.h> header file. */
                   1194: /* #undef HAVE_SYS_STATFS_H */
                   1195:
                   1196: /* Define to 1 if you have the <sys/statvfs.h> header file. */
                   1197: /* #undef HAVE_SYS_STATVFS_H */
                   1198:
                   1199: /* Define to 1 if you have the <sys/stat.h> header file. */
                   1200: #define HAVE_SYS_STAT_H 1
                   1201:
                   1202: /* Define to 1 if you have the <sys/syscallargs.h> header file. */
                   1203: #define HAVE_SYS_SYSCALLARGS_H 1
                   1204:
                   1205: /* Define to 1 if you have the <sys/sysctl.h> header file. */
                   1206: #define HAVE_SYS_SYSCTL_H 1
                   1207:
                   1208: /* Define to 1 if you have the <sys/sysent.h> header file. */
                   1209: /* #undef HAVE_SYS_SYSENT_H */
                   1210:
                   1211: /* Define to 1 if you have the <sys/sysproto.h> header file. */
                   1212: /* #undef HAVE_SYS_SYSPROTO_H */
                   1213:
                   1214: /* Define to 1 if you have the <sys/systm.h> header file. */
                   1215: /* #undef HAVE_SYS_SYSTM_H */
                   1216:
                   1217: /* Define to 1 if you have the <sys/time.h> header file. */
                   1218: #define HAVE_SYS_TIME_H 1
                   1219:
                   1220: /* Define to 1 if you have the <sys/tty.h> header file. */
                   1221: #define HAVE_SYS_TTY_H 1
                   1222:
                   1223: /* Define to 1 if you have the <sys/types.h> header file. */
                   1224: #define HAVE_SYS_TYPES_H 1
                   1225:
                   1226: /* Define to 1 if you have the <sys/ubc.h> header file. */
                   1227: /* #undef HAVE_SYS_UBC_H */
                   1228:
                   1229: /* Define to 1 if you have the <sys/uio.h> header file. */
                   1230: #define HAVE_SYS_UIO_H 1
                   1231:
                   1232: /* Define to 1 if you have the <sys/user.h> header file. */
                   1233: #define HAVE_SYS_USER_H 1
                   1234:
                   1235: /* Define to 1 if you have the <sys/utsname.h> header file. */
                   1236: #define HAVE_SYS_UTSNAME_H 1
                   1237:
                   1238: /* Define to 1 if you have the <sys/vfs.h> header file. */
                   1239: /* #undef HAVE_SYS_VFS_H */
                   1240:
                   1241: /* Define to 1 if you have the <sys/vfs_proto.h> header file. */
                   1242: /* #undef HAVE_SYS_VFS_PROTO_H */
                   1243:
                   1244: /* Define to 1 if you have the <sys/vnode.h> header file. */
                   1245: #define HAVE_SYS_VNODE_H 1
                   1246:
                   1247: /* Define to 1 if you have the <sys/wait.h> header file. */
                   1248: #define HAVE_SYS_WAIT_H 1
                   1249:
                   1250: /* Define to 1 if you have the <termios.h> header file. */
                   1251: #define HAVE_TERMIOS_H 1
                   1252:
                   1253: /* Define to 1 if you have the `tf_init' function. */
                   1254: /* #undef HAVE_TF_INIT */
                   1255:
                   1256: /* Define to 1 if you have the `tgetent' function. */
                   1257: #define HAVE_TGETENT 1
                   1258:
                   1259: /* define if selrecord takes three arguments */
                   1260: /* #undef HAVE_THREE_ARGUMENT_SELRECORD */
                   1261:
                   1262: /* define if vfs_busy takes three arguments */
                   1263: /* #undef HAVE_THREE_ARGUMENT_VFS_BUSY */
                   1264:
                   1265: /* define if vfs_name_hash takes three arguments */
                   1266: /* #undef HAVE_THREE_ARGUMENT_VFS_NAME_HASH */
                   1267:
                   1268: /* define if vget takes three arguments */
                   1269: #define HAVE_THREE_ARGUMENT_VGET 1
                   1270:
                   1271: /* define if VOP_LOCK takes three arguments */
                   1272: #define HAVE_THREE_ARGUMENT_VOP_LOCK 1
                   1273:
                   1274: /* Define to 1 if you have the `thr_yield' function. */
                   1275: /* #undef HAVE_THR_YIELD */
                   1276:
                   1277: /* Define if you have the `timezone' variable. */
                   1278: #define HAVE_TIMEZONE 1
                   1279:
                   1280: /* define if your system declares timezone */
                   1281: #define HAVE_TIMEZONE_DECLARATION 1
                   1282:
                   1283: /* define if lockstatus takes two arguments */
                   1284: /* #undef HAVE_TWO_ARGUMENT_LOCKSTATUS */
                   1285:
                   1286: /* define if suser takes two arguments */
                   1287: #define HAVE_TWO_ARGUMENT_SUSER 1
                   1288:
                   1289: /* define if vfs_getnewfsid takes two arguments */
                   1290: /* #undef HAVE_TWO_ARGUMENT_VFS_GETNEWFSID */
                   1291:
                   1292: /* define if vfs_busy takes two arguments */
                   1293: #define HAVE_TWO_ARGUMENT_VFS_BUSY 1
                   1294:
                   1295: /* define if vget takes two arguments */
                   1296: /* #undef HAVE_TWO_ARGUMENT_VGET */
                   1297:
                   1298: /* define if VOP_LOCK takes two arguments */
                   1299: /* #undef HAVE_TWO_ARGUMENT_VOP_LOCK */
                   1300:
                   1301: /* Define to 1 if you have the `uint16_t' function. */
                   1302: #define HAVE_UINT16_T 1
                   1303:
                   1304: /* Define to 1 if you have the `uint32_t' function. */
                   1305: #define HAVE_UINT32_T 1
                   1306:
                   1307: /* Define to 1 if you have the `uint64_t' function. */
                   1308: #define HAVE_UINT64_T 1
                   1309:
                   1310: /* Define to 1 if you have the `uint8_t' function. */
                   1311: #define HAVE_UINT8_T 1
                   1312:
                   1313: /* Define to 1 if you have the `uintptr_t' function. */
                   1314: /* #undef HAVE_UINTPTR_T */
                   1315:
                   1316: /* Define to 1 if you have the `uname' function. */
                   1317: #define HAVE_UNAME 1
                   1318:
                   1319: /* Define to 1 if you have the <unistd.h> header file. */
                   1320: #define HAVE_UNISTD_H 1
                   1321:
                   1322: /* Define if you have the function `unsetenv'. */
                   1323: #define HAVE_UNSETENV 1
                   1324:
                   1325: /* Define to 1 if you have the `unvis' function. */
                   1326: #define HAVE_UNVIS 1
                   1327:
                   1328: /* Define to 1 if you have the <userconf.h> header file. */
                   1329: /* #undef HAVE_USERCONF_H */
                   1330:
                   1331: /* Define to 1 if you have the <usersec.h> header file. */
                   1332: /* #undef HAVE_USERSEC_H */
                   1333:
                   1334: /* Define to 1 if you have the <util.h> header file. */
                   1335: #define HAVE_UTIL_H 1
                   1336:
                   1337: /* Define to 1 if you have the <uvm/uvm_extern.h> header file. */
                   1338: #define HAVE_UVM_UVM_EXTERN_H 1
                   1339:
                   1340: /* Define to 1 if you have the `u_int16' function. */
                   1341: /* #undef HAVE_U_INT16 */
                   1342:
                   1343: /* Define to 1 if you have the `u_int16_t' function. */
                   1344: #define HAVE_U_INT16_T 1
                   1345:
                   1346: /* Define to 1 if you have the `u_int32' function. */
                   1347: /* #undef HAVE_U_INT32 */
                   1348:
                   1349: /* Define to 1 if you have the `u_int32_t' function. */
                   1350: #define HAVE_U_INT32_T 1
                   1351:
                   1352: /* Define to 1 if you have the `u_int64_t' function. */
                   1353: #define HAVE_U_INT64_T 1
                   1354:
                   1355: /* Define to 1 if you have the `u_int8_t' function. */
                   1356: #define HAVE_U_INT8_T 1
                   1357:
                   1358: /* Define to 1 if you have the `vasnprintf' function. */
                   1359: /* #undef HAVE_VASNPRINTF */
                   1360:
                   1361: /* Define to 1 if you have the `vasprintf' function. */
                   1362: #define HAVE_VASPRINTF 1
                   1363:
                   1364: /* Define if you have the function `verr'. */
                   1365: #define HAVE_VERR 1
                   1366:
                   1367: /* Define if you have the function `verrx'. */
                   1368: #define HAVE_VERRX 1
                   1369:
                   1370: /* Define to 1 if you have the `vis' function. */
                   1371: #define HAVE_VIS 1
                   1372:
                   1373: /* Define to 1 if you have the <vis.h> header file. */
                   1374: #define HAVE_VIS_H 1
                   1375:
                   1376: /* Define to 1 if you have the <vm/uma.h> header file. */
                   1377: /* #undef HAVE_VM_UMA_H */
                   1378:
                   1379: /* Define to 1 if you have the <vm/vm_extern.h> header file. */
                   1380: /* #undef HAVE_VM_VM_EXTERN_H */
                   1381:
                   1382: /* Define to 1 if you have the <vm/vm.h> header file. */
                   1383: /* #undef HAVE_VM_VM_H */
                   1384:
                   1385: /* Define to 1 if you have the <vm/vm_object.h> header file. */
                   1386: /* #undef HAVE_VM_VM_OBJECT_H */
                   1387:
                   1388: /* Define to 1 if you have the <vm/vm_pager.h> header file. */
                   1389: /* #undef HAVE_VM_VM_PAGER_H */
                   1390:
                   1391: /* Define to 1 if you have the <vm/vm_zone.h> header file. */
                   1392: /* #undef HAVE_VM_VM_ZONE_H */
                   1393:
                   1394: /* Define to 1 if you have the <vm/vnode_pager.h> header file. */
                   1395: /* #undef HAVE_VM_VNODE_PAGER_H */
                   1396:
                   1397: /* define if you have a vop_t */
                   1398: /* #undef HAVE_VOP_T */
                   1399:
                   1400: /* define if you have a working vsnprintf */
                   1401: #define HAVE_VSNPRINTF 1
                   1402:
                   1403: /* Define if you have the function `vsyslog'. */
                   1404: #define HAVE_VSYSLOG 1
                   1405:
                   1406: /* Define if you have the function `vwarn'. */
                   1407: #define HAVE_VWARN 1
                   1408:
                   1409: /* Define if you have the function `vwarnx'. */
                   1410: #define HAVE_VWARNX 1
                   1411:
                   1412: /* define if you have a wait_queue_head_t */
                   1413: /* #undef HAVE_WAIT_QUEUE_HEAD_T */
                   1414:
                   1415: /* define if you have a wait_queue_task_list */
                   1416: /* #undef HAVE_WAIT_QUEUE_TASK_LIST */
                   1417:
                   1418: /* Define if you have the function `warn'. */
                   1419: #define HAVE_WARN 1
                   1420:
                   1421: /* Define if you have the function `warnx'. */
                   1422: #define HAVE_WARNX 1
                   1423:
                   1424: /* Define to 1 if you have the <winsock.h> header file. */
                   1425: /* #undef HAVE_WINSOCK_H */
                   1426:
                   1427: /* Define if you have the function `writev'. */
                   1428: #define HAVE_WRITEV 1
                   1429:
                   1430: /* define if struct winsize has ws_xpixel */
                   1431: #define HAVE_WS_XPIXEL 1
                   1432:
                   1433: /* define if struct winsize has ws_ypixel */
                   1434: #define HAVE_WS_YPIXEL 1
                   1435:
                   1436: /* Define if you have the `_res' variable. */
                   1437: #define HAVE__RES 1
                   1438:
                   1439: /* define if your system declares _res */
                   1440: #define HAVE__RES_DECLARATION 1
                   1441:
                   1442: /* define if your compiler has __attribute__ */
                   1443: #define HAVE___ATTRIBUTE__ 1
                   1444:
                   1445: /* define if your compiler has __FUNCTION__ */
                   1446: #define HAVE___FUNCTION__ 1
                   1447:
                   1448: /* Define if you have the `__progname' variable. */
                   1449: #define HAVE___PROGNAME 1
                   1450:
                   1451: /* define if your system declares __progname */
                   1452: /* #undef HAVE___PROGNAME_DECLARATION */
                   1453:
                   1454: /* define this if on Irix6.4 or higher */
                   1455: /* #undef IRIX_64 */
                   1456:
                   1457: /* define if you have kerberos */
                   1458: #define KERBEROS 1
                   1459:
                   1460: /* define if the system is missing a prototype for asnprintf() */
                   1461: #define NEED_ASNPRINTF_PROTO 1
                   1462:
                   1463: /* define if the system is missing a prototype for asprintf() */
                   1464: /* #undef NEED_ASPRINTF_PROTO */
                   1465:
                   1466: /* define if the system is missing a prototype for crypt() */
                   1467: /* #undef NEED_CRYPT_PROTO */
                   1468:
                   1469: /* define if the system is missing a prototype for gethostname() */
                   1470: /* #undef NEED_GETHOSTNAME_PROTO */
                   1471:
                   1472: /* define if the system is missing a prototype for getusershell() */
                   1473: /* #undef NEED_GETUSERSHELL_PROTO */
                   1474:
                   1475: /* define if the system is missing a prototype for glob() */
                   1476: /* #undef NEED_GLOB_PROTO */
                   1477:
                   1478: /* define if the system is missing a prototype for hstrerror() */
                   1479: /* #undef NEED_HSTRERROR_PROTO */
                   1480:
                   1481: /* define if the system is missing a prototype for inet_aton() */
                   1482: /* #undef NEED_INET_ATON_PROTO */
                   1483:
                   1484: /* define if the system is missing a prototype for issignal() */
                   1485: /* #undef NEED_ISSIGNAL_PROTO */
                   1486:
                   1487: /* define if the system is missing a prototype for mkstemp() */
                   1488: /* #undef NEED_MKSTEMP_PROTO */
                   1489:
                   1490: /* define if the system is missing a prototype for select() */
                   1491: /* #undef NEED_SELECT_PROTO */
                   1492:
                   1493: /* define if the system is missing a prototype for setenv() */
                   1494: /* #undef NEED_SETENV_PROTO */
                   1495:
                   1496: /* libsl need sl_apropos */
                   1497: /* #undef NEED_SLCOMPAT_SL_APROPOS */
                   1498:
                   1499: /* define if the system is missing a prototype for snprintf() */
                   1500: /* #undef NEED_SNPRINTF_PROTO */
                   1501:
                   1502: /* define if the system is missing a prototype for strncmp() */
                   1503: #define NEED_STRNCMP_PROTO 1
                   1504:
                   1505: /* define if the system is missing a prototype for strndup() */
                   1506: #define NEED_STRNDUP_PROTO 1
                   1507:
                   1508: /* define if the system is missing a prototype for strsep() */
                   1509: /* #undef NEED_STRSEP_PROTO */
                   1510:
                   1511: /* define if the system is missing a prototype for strsvis() */
                   1512: /* #undef NEED_STRSVIS_PROTO */
                   1513:
                   1514: /* define if the system is missing a prototype for strtok_r() */
                   1515: /* #undef NEED_STRTOK_R_PROTO */
                   1516:
                   1517: /* define if the system is missing a prototype for strunvis() */
                   1518: /* #undef NEED_STRUNVIS_PROTO */
                   1519:
                   1520: /* define if the system is missing a prototype for strvisx() */
                   1521: /* #undef NEED_STRVISX_PROTO */
                   1522:
                   1523: /* define if the system is missing a prototype for strvis() */
                   1524: /* #undef NEED_STRVIS_PROTO */
                   1525:
                   1526: /* define if the system is missing a prototype for svis() */
                   1527: /* #undef NEED_SVIS_PROTO */
                   1528:
                   1529: /* define if the system is missing a prototype for ubc_pushdirty() */
                   1530: #define NEED_UBC_PUSHDIRTY_PROTO 1
                   1531:
                   1532: /* define if the system is missing a prototype for unsetenv() */
                   1533: /* #undef NEED_UNSETENV_PROTO */
                   1534:
                   1535: /* define if the system is missing a prototype for unvis() */
                   1536: /* #undef NEED_UNVIS_PROTO */
                   1537:
                   1538: /* define if the system is missing a prototype for vasnprintf() */
                   1539: #define NEED_VASNPRINTF_PROTO 1
                   1540:
                   1541: /* define if the system is missing a prototype for vasprintf() */
                   1542: /* #undef NEED_VASPRINTF_PROTO */
                   1543:
                   1544: /* define if the system is missing a prototype for vgonel() */
                   1545: /* #undef NEED_VGONEL_PROTO */
                   1546:
                   1547: /* define if you need 32 bit compat pioctl */
                   1548: /* #undef NEED_VICEIOCTL32 */
                   1549:
                   1550: /* define if the system is missing a prototype for vis() */
                   1551: /* #undef NEED_VIS_PROTO */
                   1552:
                   1553: /* define if the system is missing a prototype for vn_writechk() */
                   1554: /* #undef NEED_VN_WRITECHK_PROTO */
                   1555:
                   1556: /* define if the system is missing a prototype for vsnprintf() */
                   1557: /* #undef NEED_VSNPRINTF_PROTO */
                   1558:
                   1559: /* define if prototype of openlog is compatible with void openlog(const char
                   1560:    *, int, int) */
                   1561: #define OPENLOG_PROTO_COMPATIBLE 1
                   1562:
                   1563: /* Name of package */
                   1564: #define PACKAGE "arla"
                   1565:
                   1566: /* Define to the address where bug reports for this package should be sent. */
                   1567: #define PACKAGE_BUGREPORT "arla-drinkers@stacken.kth.se"
                   1568:
                   1569: /* Define to the full name of this package. */
                   1570: #define PACKAGE_NAME "arla"
                   1571:
                   1572: /* Define to the full name and version of this package. */
                   1573: #define PACKAGE_STRING "arla 0.36pre29"
                   1574:
                   1575: /* Define to the one symbol short name of this package. */
                   1576: #define PACKAGE_TARNAME "arla"
                   1577:
                   1578: /* Define to the version of this package. */
                   1579: #define PACKAGE_VERSION "0.36pre29"
                   1580:
                   1581: /* Define if getlogin has POSIX flavour (and not BSD). */
                   1582: /* #undef POSIX_GETLOGIN */
                   1583:
                   1584: /* define this if your as understands .register */
                   1585: /* #undef PROG_AS_UNDERSTANDS_REGISTER */
                   1586:
                   1587: /* Define if you have the readline package. */
                   1588: /* #undef READLINE */
                   1589:
                   1590: /* Define as the return type of signal handlers (`int' or `void'). */
                   1591: #define RETSIGTYPE void
                   1592:
                   1593: /* Define to 1 if you have the ANSI C header files. */
                   1594: #define STDC_HEADERS 1
                   1595:
                   1596: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
                   1597: #define TIME_WITH_SYS_TIME 1
                   1598:
                   1599: /* Version number of package */
                   1600: #define VERSION "0.36pre29"
                   1601:
                   1602: /* Define if signal handlers return void. */
                   1603: #define VOID_RETSIGTYPE 1
                   1604:
                   1605: /* define if target is big endian */
                   1606: /* #undef WORDS_BIGENDIAN */
                   1607:
                   1608: /* Define to 1 if the X Window System is missing or not being used. */
                   1609: /* #undef X_DISPLAY_MISSING */
                   1610:
                   1611: /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
                   1612:    `char[]'. */
                   1613: #define YYTEXT_POINTER 1
                   1614:
                   1615:
                   1616: /*
                   1617:  * Defining this enables us to get the definition of `sigset_t' and
                   1618:  * other importatnt definitions on Solaris.
                   1619:  */
                   1620:
                   1621: #ifndef __EXTENSIONS__
                   1622: #define __EXTENSIONS__
                   1623: #endif
                   1624:
                   1625:
                   1626: /* Define to empty if `const' does not conform to ANSI C. */
                   1627: /* #undef const */
                   1628:
                   1629: /* Define to `int' if <sys/types.h> doesn't define. */
                   1630: /* #undef gid_t */
                   1631:
                   1632: /* Define as `__inline' if that's what the C compiler calls it, or to nothing
                   1633:    if it is not supported. */
                   1634: /* #undef inline */
                   1635:
                   1636: /* Define to `int' if <sys/types.h> does not define. */
                   1637: /* #undef pid_t */
                   1638:
                   1639: /* Define to `unsigned' if <sys/types.h> does not define. */
                   1640: /* #undef size_t */
                   1641:
                   1642: /* Define to `int' if <sys/types.h> doesn't define. */
                   1643: /* #undef uid_t */
                   1644:
                   1645:
                   1646: #if !(defined(USING_ASM) || defined(_KERNEL) || defined(__KERNEL__) || defined(_LKM) || defined(KERNEL))
                   1647: #if ENDIANESS_IN_SYS_PARAM_H
                   1648: #  include <sys/types.h>
                   1649: #  include <sys/param.h>
                   1650: #  if BYTE_ORDER == BIG_ENDIAN
                   1651: #  define WORDS_BIGENDIAN 1
                   1652: #  endif
                   1653: #endif
                   1654: #endif
                   1655:
                   1656:
                   1657: #ifdef VOID_RETSIGTYPE
                   1658: #define SIGRETURN(x) return
                   1659: #else
                   1660: #define SIGRETURN(x) return (RETSIGTYPE)(x)
                   1661: #endif
                   1662:
                   1663: #ifdef BROKEN_REALLOC
                   1664: #define realloc(X, Y) isoc_realloc((X), (Y))
                   1665: #define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
                   1666: #endif

CVSweb