1*9584cebbSAlexander Pyhalov# 2*9584cebbSAlexander Pyhalov# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. 3*9584cebbSAlexander Pyhalov# Copyright 2011 Nexenta Systems, Inc. All rights reserved. 4*9584cebbSAlexander Pyhalov# 5*9584cebbSAlexander Pyhalov 6*9584cebbSAlexander Pyhalov# 7*9584cebbSAlexander Pyhalov# MAPFILE HEADER START 8*9584cebbSAlexander Pyhalov# 9*9584cebbSAlexander Pyhalov# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 10*9584cebbSAlexander Pyhalov# Object versioning must comply with the rules detailed in 11*9584cebbSAlexander Pyhalov# 12*9584cebbSAlexander Pyhalov# usr/src/lib/README.mapfiles 13*9584cebbSAlexander Pyhalov# 14*9584cebbSAlexander Pyhalov# You should not be making modifications here until you've read the most current 15*9584cebbSAlexander Pyhalov# copy of that file. If you need help, contact a gatekeeper for guidance. 16*9584cebbSAlexander Pyhalov# 17*9584cebbSAlexander Pyhalov# MAPFILE HEADER END 18*9584cebbSAlexander Pyhalov# 19*9584cebbSAlexander Pyhalov 20*9584cebbSAlexander Pyhalov# 21*9584cebbSAlexander Pyhalov# Linker mapfile that allows the dynamic library to reference some symbols 22*9584cebbSAlexander Pyhalov# defined by the application. 23*9584cebbSAlexander Pyhalov# 24*9584cebbSAlexander Pyhalov 25*9584cebbSAlexander Pyhalov$mapfile_version 2 26*9584cebbSAlexander Pyhalov 27*9584cebbSAlexander PyhalovSYMBOL_VERSION ILLUMOS_0.1 { 28*9584cebbSAlexander Pyhalov global: 29*9584cebbSAlexander Pyhalov allow_severity { FLAGS = NODIRECT; }; 30*9584cebbSAlexander Pyhalov clean_exit; 31*9584cebbSAlexander Pyhalov deny_severity { FLAGS = NODIRECT; }; 32*9584cebbSAlexander Pyhalov dot_quad_addr; 33*9584cebbSAlexander Pyhalov dry_run; 34*9584cebbSAlexander Pyhalov eval_client; 35*9584cebbSAlexander Pyhalov eval_hostaddr; 36*9584cebbSAlexander Pyhalov eval_hostinfo; 37*9584cebbSAlexander Pyhalov eval_hostname; 38*9584cebbSAlexander Pyhalov eval_server; 39*9584cebbSAlexander Pyhalov eval_user; 40*9584cebbSAlexander Pyhalov fromhost; 41*9584cebbSAlexander Pyhalov hosts_access; 42*9584cebbSAlexander Pyhalov hosts_access_verbose; 43*9584cebbSAlexander Pyhalov hosts_allow_table; 44*9584cebbSAlexander Pyhalov hosts_ctl; 45*9584cebbSAlexander Pyhalov hosts_deny_table; 46*9584cebbSAlexander Pyhalov numeric_addr; 47*9584cebbSAlexander Pyhalov paranoid; 48*9584cebbSAlexander Pyhalov percent_m; 49*9584cebbSAlexander Pyhalov percent_x; 50*9584cebbSAlexander Pyhalov process_options; 51*9584cebbSAlexander Pyhalov refuse; 52*9584cebbSAlexander Pyhalov request_init; 53*9584cebbSAlexander Pyhalov request_set; 54*9584cebbSAlexander Pyhalov rfc931; 55*9584cebbSAlexander Pyhalov rfc931_timeout; 56*9584cebbSAlexander Pyhalov shell_cmd; 57*9584cebbSAlexander Pyhalov skip_ipv6_addrs; 58*9584cebbSAlexander Pyhalov sock_host; 59*9584cebbSAlexander Pyhalov sock_hostaddr; 60*9584cebbSAlexander Pyhalov sock_hostname; 61*9584cebbSAlexander Pyhalov sockgen_simplify; 62*9584cebbSAlexander Pyhalov split_at; 63*9584cebbSAlexander Pyhalov tcpd_buf; 64*9584cebbSAlexander Pyhalov tcpd_context; 65*9584cebbSAlexander Pyhalov tcpd_gethostbyname; 66*9584cebbSAlexander Pyhalov tcpd_warn; 67*9584cebbSAlexander Pyhalov tli_host; 68*9584cebbSAlexander Pyhalov unknown; 69*9584cebbSAlexander Pyhalov xgets; 70*9584cebbSAlexander Pyhalov local: 71*9584cebbSAlexander Pyhalov *; 72*9584cebbSAlexander Pyhalov}; 73