1# $Id: options,v 1.22 1996/12/23 18:42:02 bde Exp $ 2 3# Format: 4# Option name filename 5 6# Miscellaneous options. 7BOUNCE_BUFFERS opt_bounce.h 8DDB 9DDB_UNATTENDED opt_ddb.h 10DEVFS_ROOT opt_devfs.h 11KTRACE 12QUOTA 13SYSVMSG opt_sysvipc.h 14SYSVSEM opt_sysvipc.h 15SYSVSHM opt_sysvipc.h 16UCONSOLE 17 18# Do we want the config file compiled into the kernel? 19INCLUDE_CONFIG_FILE opt_config.h 20 21# Options for static file systems. These should only be used at config 22# time, since the corresponding lkms cannot work if there are any static 23# dependencies. Unusability is enforced by hiding the defines for the 24# options in a never-included header. 25FDESC opt_dontuse.h 26KERNFS opt_dontuse.h 27NULLFS opt_dontuse.h 28PORTAL opt_dontuse.h 29PROCFS opt_dontuse.h 30UMAPFS opt_dontuse.h 31 32# The union static file system has bogus static dependencies, so it isn't 33# hidden yet. 34UNION 35 36# Options used only in param.c. 37EXTRAVNODES opt_param.h 38MSGMAX opt_param.h 39MSGMNB opt_param.h 40MSGMNI opt_param.h 41MSGSEG opt_param.h 42MSGSSZ opt_param.h 43MSGTQL opt_param.h 44NBUF opt_param.h 45NMBCLUSTERS opt_param.h 46SEMAEM opt_param.h 47SEMMAP opt_param.h 48SEMMNI opt_param.h 49SEMMNS opt_param.h 50SEMMNU opt_param.h 51SEMMSL opt_param.h 52SEMOPM opt_param.h 53SEMUME opt_param.h 54SEMUSZ opt_param.h 55SEMVMX opt_param.h 56SHMALL opt_param.h 57SHMMAX opt_param.h 58SHMMAXPGS opt_param.h 59SHMMIN opt_param.h 60SHMMNI opt_param.h 61SHMSEG opt_param.h 62 63# Generic SCSI options. 64SCSIDEBUG opt_scsi.h 65SCSI_DELAY opt_scsi.h 66SCSI_REPORT_GEOMETRY opt_scsi.h 67 68# Options used only in scsi/od.c. 69OD_AUTO_TURNOFF opt_od.h 70OD_BOGUS_NOT_READY opt_od.h 71 72# Options used only in pci/ncr.c 73SCSI_NCR_DEBUG opt_ncr.h 74SCSI_NCR_DFLT_TAGS opt_ncr.h 75SCSI_NCR_MAX_SYNC opt_ncr.h 76SCSI_NCR_MAX_WIDE opt_ncr.h 77SCSI_NCR_MYADDR opt_ncr.h 78 79# Resource limits. 80DFLDSIZ opt_rlimit.h 81CHILD_MAX opt_rlimit.h 82MAXDSIZ opt_rlimit.h 83OPEN_MAX opt_rlimit.h 84 85# Net stuff. 86MROUTING opt_mrouting.h 87IPFIREWALL opt_ipfw.h 88IPFIREWALL_VERBOSE opt_ipfw.h 89IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h 90