mapfile-minconn (7c478bd9) mapfile-minconn (bfed486a)
1#
1#
2#ident "%Z%%M% %I% %E% SMI"
2# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3# Use is subject to license terms.
3#
4#
4# Copyright (c) 2001 by Sun Microsystems, Inc.
5# All rights reserved.
6#
7# External declarations - used to suppress -zdefs errors.
8
5# External declarations - used to suppress -zdefs errors.
6
7#
8# MAPFILE HEADER START
9#
10# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
11# Object versioning must comply with the rules detailed in
12#
13# usr/src/lib/README.mapfiles
14#
15# You should not be making modifications here until you've read the most current
16# copy of that file. If you need help, contact a gatekeeper for guidance.
17#
18# MAPFILE HEADER END
19#
20
9{
10 add_options = FUNCTION extern; # Provided by pppd.
11 idle_time_hook = DATA extern; # " "
12 idle_time_limit = DATA extern; # " "
13 info = FUNCTION extern; # " "
14};
21{
22 add_options = FUNCTION extern; # Provided by pppd.
23 idle_time_hook = DATA extern; # " "
24 idle_time_limit = DATA extern; # " "
25 info = FUNCTION extern; # " "
26};