xref: /titanic_52/usr/src/lib/libwrap/libvars.c (revision e1b84cb03d8fd1ef230a385429f6b768687ff944)
1*e1b84cb0SYuri Pankov /*
2*e1b84cb0SYuri Pankov  * This file and its contents are supplied under the terms of the
3*e1b84cb0SYuri Pankov  * Common Development and Distribution License ("CDDL"), version 1.0.
4*e1b84cb0SYuri Pankov  * You may only use this file in accordance with the terms of version
5*e1b84cb0SYuri Pankov  * 1.0 of the CDDL.
6*e1b84cb0SYuri Pankov  *
7*e1b84cb0SYuri Pankov  * A full copy of the text of the CDDL should have accompanied this
8*e1b84cb0SYuri Pankov  * source.  A copy of the CDDL is also available via the Internet at
9*e1b84cb0SYuri Pankov  * http://www.illumos.org/license/CDDL.
10*e1b84cb0SYuri Pankov  */
11*e1b84cb0SYuri Pankov 
12*e1b84cb0SYuri Pankov /*
13*e1b84cb0SYuri Pankov  * Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
14*e1b84cb0SYuri Pankov  */
15*e1b84cb0SYuri Pankov 
16*e1b84cb0SYuri Pankov /*
17*e1b84cb0SYuri Pankov  * Add data storage for two variables which should be defined by consumers
18*e1b84cb0SYuri Pankov  * of libwrap to fix GNU configure's libwrap test.
19*e1b84cb0SYuri Pankov  */
20*e1b84cb0SYuri Pankov 
21*e1b84cb0SYuri Pankov int allow_severity;
22*e1b84cb0SYuri Pankov int deny_severity;
23