summaryrefslogtreecommitdiffstats
path: root/rubbos/app/tomcat-connectors-1.2.32-src/native/apache-2.0/.libs/mod_jk.lai
blob: 96c4259f8e93484f61c28d84d090d041ef2404ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# mod_jk.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.493 2008/02/01 16:58:18)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='mod_jk.so'

# Names of this library.
library_names='mod_jk.so mod_jk.so mod_jk.so'

# The name of the static archive.
old_library='mod_jk.a'

# Libraries that this one depends upon.
dependency_libs=''

# Version information for mod_jk.
current=0
age=0
revision=0

# Is this an already installed library?
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=yes

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/bottlenecks/rubbos/app/apache2/modules'
S IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. RTE_TARGET = '' # the relevant DPDK build target # traffic generator to use in tests #TRAFFICGEN = 'TestCenter' TRAFFICGEN = 'Dummy' #TRAFFICGEN = 'IxNet' #TRAFFICGEN = 'Ixia' #TRAFFICGEN = 'Xena' #TRAFFICGEN = 'Moongen' ########################################### # Spirent TestCenter Configuration -- BEGIN TRAFFICGEN_STC_LAB_SERVER_ADDR = "10.134.156.93" TRAFFICGEN_STC_LICENSE_SERVER_ADDR = "10.134.156.96" TRAFFICGEN_STC_EAST_CHASSIS_ADDR = "10.134.156.70" TRAFFICGEN_STC_EAST_SLOT_NUM = "1" TRAFFICGEN_STC_EAST_PORT_NUM = "1" TRAFFICGEN_STC_EAST_INTF_ADDR = "192.85.1.3" TRAFFICGEN_STC_EAST_INTF_GATEWAY_ADDR = "192.85.1.103" TRAFFICGEN_STC_WEST_CHASSIS_ADDR = "10.134.156.70" TRAFFICGEN_STC_WEST_SLOT_NUM = "1" TRAFFICGEN_STC_WEST_PORT_NUM = "2" TRAFFICGEN_STC_WEST_INTF_ADDR = "192.85.1.103" TRAFFICGEN_STC_WEST_INTF_GATEWAY_ADDR = "192.85.1.3" # Spirent TestCenter Configuration -- END ######################################### # Ixia/IxNet configuration TRAFFICGEN_IXIA_CARD = '' TRAFFICGEN_IXIA_PORT1 = '' TRAFFICGEN_IXIA_PORT2 = '' TRAFFICGEN_IXIA_ROOT_DIR = '/opt/ixos' TRAFFICGEN_IXNET_LIB_PATH = '/opt/ixnet/IxTclNetwork' # Ixia traffic generator TRAFFICGEN_IXIA_HOST = '' # quad dotted ip address # host where IxNetwork GUI/daemon runs TRAFFICGEN_IXNET_MACHINE = '' # quad dotted ip address TRAFFICGEN_IXNET_PORT = '' TRAFFICGEN_IXNET_USER = '' # paths to shared directory for IXIA_HOST and DUT (localhost) TRAFFICGEN_IXNET_TESTER_RESULT_DIR = '' TRAFFICGEN_IXNET_DUT_RESULT_DIR = '' # Xena traffic generator connection info TRAFFICGEN_XENA_IP = '' TRAFFICGEN_XENA_PORT1 = '' TRAFFICGEN_XENA_PORT2 = '' TRAFFICGEN_XENA_USER = '' TRAFFICGEN_XENA_PASSWORD = '' TRAFFICGEN_XENA_MODULE1 = '' TRAFFICGEN_XENA_MODULE2 = '' # Xena Port IP info TRAFFICGEN_XENA_PORT0_IP = '192.168.199.10' TRAFFICGEN_XENA_PORT0_CIDR = 24 TRAFFICGEN_XENA_PORT0_GATEWAY = '192.168.199.1' TRAFFICGEN_XENA_PORT1_IP = '192.168.199.11' TRAFFICGEN_XENA_PORT1_CIDR = 24 TRAFFICGEN_XENA_PORT1_GATEWAY = '192.168.199.1' # Xena RFC 2544 options # Please reference xena documentation before making changes to these settings TRAFFICGEN_XENA_2544_TPUT_INIT_VALUE = '10.0' TRAFFICGEN_XENA_2544_TPUT_MIN_VALUE = '0.1' TRAFFICGEN_XENA_2544_TPUT_MAX_VALUE = '100.0' TRAFFICGEN_XENA_2544_TPUT_VALUE_RESOLUTION = '0.5' TRAFFICGEN_XENA_2544_TPUT_USEPASS_THRESHHOLD = 'false' TRAFFICGEN_XENA_2544_TPUT_PASS_THRESHHOLD = '0.0' ################################################### # MoonGen Configuration and Connection Info-- BEGIN # Ex: TRAFFICGEN_MOONGEN_HOST_IP_ADDR = "192.10.1.1" TRAFFICGEN_MOONGEN_HOST_IP_ADDR = "" TRAFFICGEN_MOONGEN_USER = "root" TRAFFICGEN_MOONGEN_BASE_DIR = "/root/MoonGen" TRAFFICGEN_MOONGEN_PORTS = "{0,1}" # Ex. 10 Gbps: TRAFFICGEN_MOONGEN_LINE_SPEED_GBPS = '10' # Today only 10 Gbps is supported TRAFFICGEN_MOONGEN_LINE_SPEED_GBPS = '10' # MoonGen Configuration and Connection Info-- END ################################################### #TEST_PARAMS = {'TRAFFICGEN_PKT_SIZES':(64,)} OPNFV_INSTALLER = "Fuel" OPNFV_URL = "http://testresults.opnfv.org/testapi" PACKAGE_LIST = "src/package-list.mk" # Binary package configuration for RHEL 7.3 systems with Vanilla OVS #################################################################### # Uncomment these lines for binary usage of Vanilla OVS. #PATHS['vswitch']['ovs_var_tmp'] = '/var/run/openvswitch/' #PATHS['vswitch']['ovs_etc_tmp'] = '/etc/openvswitch/' #PATHS['vswitch']['OvsVanilla']['bin']['modules'] = [ # 'libcrc32c', 'ip_tunnel', 'vxlan', 'gre', 'nf_nat', 'nf_nat_ipv6', # 'nf_nat_ipv4', 'nf_conntrack', 'nf_defrag_ipv4', 'nf_defrag_ipv6', # 'openvswitch'] #PATHS['vswitch']['OvsVanilla']['type'] = 'bin'