svr4_sysconfig.h revision 43412
119370Spst/*
298944Sobrien * Copyright (c) 1998 Mark Newton
3130803Smarcel * Copyright (c) 1995 Christos Zoulas
446283Sdfr * All rights reserved.
519370Spst *
698944Sobrien * Redistribution and use in source and binary forms, with or without
719370Spst * modification, are permitted provided that the following conditions
898944Sobrien * are met:
998944Sobrien * 1. Redistributions of source code must retain the above copyright
1098944Sobrien *    notice, this list of conditions and the following disclaimer.
1198944Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1219370Spst *    notice, this list of conditions and the following disclaimer in the
1398944Sobrien *    documentation and/or other materials provided with the distribution.
1498944Sobrien * 3. The name of the author may not be used to endorse or promote products
1598944Sobrien *    derived from this software without specific prior written permission
1698944Sobrien *
1719370Spst * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1898944Sobrien * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1998944Sobrien * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2098944Sobrien * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2198944Sobrien * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2219370Spst * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2319370Spst * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2419370Spst * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2519370Spst * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2619370Spst * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2719370Spst */
2819370Spst
2919370Spst#ifndef	_SVR4_SYSCONFIG_H_
3019370Spst#define	_SVR4_SYSCONFIG_H_
3119370Spst
3219370Spst#define SVR4_CONFIG_UNUSED		0x01
3398944Sobrien#define SVR4_CONFIG_NGROUPS		0x02
3419370Spst#define SVR4_CONFIG_CHILD_MAX		0x03
3519370Spst#define SVR4_CONFIG_OPEN_FILES		0x04
3619370Spst#define SVR4_CONFIG_POSIX_VER		0x05
3746283Sdfr#define SVR4_CONFIG_PAGESIZE		0x06
3846283Sdfr#define SVR4_CONFIG_CLK_TCK		0x07
3998944Sobrien#define SVR4_CONFIG_XOPEN_VER		0x08
4098944Sobrien#define SVR4_CONFIG_UNUSED_9		0x09
4198944Sobrien#define SVR4_CONFIG_PROF_TCK		0x0a
4298944Sobrien#define SVR4_CONFIG_NPROC_CONF		0x0b
43130803Smarcel#define	SVR4_CONFIG_NPROC_ONLN		0x0c
44130803Smarcel#define	SVR4_CONFIG_AIO_LISTIO_MAX	0x0e
45130803Smarcel#define	SVR4_CONFIG_AIO_MAX		0x0f
46130803Smarcel#define	SVR4_CONFIG_AIO_PRIO_DELTA_MAX	0x10
47130803Smarcel#define	SVR4_CONFIG_DELAYTIMER_MAX	0x11
4819370Spst#define	SVR4_CONFIG_MQ_OPEN_MAX		0x12
49130803Smarcel#define	SVR4_CONFIG_MQ_PRIO_MAX		0x13
5019370Spst#define	SVR4_CONFIG_RTSIG_MAX		0x14
5198944Sobrien#define	SVR4_CONFIG_SEM_NSEMS_MAX	0x15
5246283Sdfr#define	SVR4_CONFIG_SEM_VALUE_MAX	0x16
5398944Sobrien#define	SVR4_CONFIG_SIGQUEUE_MAX	0x17
5446283Sdfr#define	SVR4_CONFIG_SIGRT_MIN		0x18
55130803Smarcel#define	SVR4_CONFIG_SIGRT_MAX		0x19
5646283Sdfr#define	SVR4_CONFIG_TIMER_MAX		0x20
57130803Smarcel#define	SVR4_CONFIG_PHYS_PAGES		0x21
58130803Smarcel#define	SVR4_CONFIG_AVPHYS_PAGES	0x22
5998944Sobrien
6046283Sdfr#endif /* !_SVR4_SYSCONFIG_H_ */
61130803Smarcel