Copy the tomcat-connector/jni/native to the native/connector.
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 18 Oct 2006 11:09:50 +0000 (11:09 +0000)
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 18 Oct 2006 11:09:50 +0000 (11:09 +0000)
commiteea09b45a6a074934532ec76a6290a044fa41ae2
treede11af8ed4e8c1902404c828e762827675d6b5d5
parent42e3713005982b4a0d64b72543e425ee12cef70f
Copy the tomcat-connector/jni/native to the native/connector.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@465208 13f79535-47bb-0310-9956-ffa450edef68
54 files changed:
native/connector/BUILDING [new file with mode: 0644]
native/connector/Makefile.in [new file with mode: 0644]
native/connector/build.conf [new file with mode: 0644]
native/connector/build/buildcheck.sh [new file with mode: 0644]
native/connector/build/get-version.sh [new file with mode: 0755]
native/connector/build/lineends.pl [new file with mode: 0644]
native/connector/build/mkdir.sh [new file with mode: 0644]
native/connector/build/rpm/tcnative.spec.in [new file with mode: 0644]
native/connector/build/tcnative.m4 [new file with mode: 0644]
native/connector/buildconf [new file with mode: 0755]
native/connector/config.layout [new file with mode: 0644]
native/connector/configure.in [new file with mode: 0644]
native/connector/include/ssl_private.h [new file with mode: 0644]
native/connector/include/tcn.h [new file with mode: 0644]
native/connector/include/tcn_api.h [new file with mode: 0644]
native/connector/include/tcn_version.h [new file with mode: 0644]
native/connector/libtcnative.dsp [new file with mode: 0644]
native/connector/libtcnative.dsw [new file with mode: 0644]
native/connector/os/netware/system.c [new file with mode: 0644]
native/connector/os/unix/system.c [new file with mode: 0644]
native/connector/os/unix/uxpipe.c [new file with mode: 0644]
native/connector/os/win32/apache.ico [new file with mode: 0644]
native/connector/os/win32/libtcnative.rc [new file with mode: 0644]
native/connector/os/win32/logmessages.bin [new file with mode: 0644]
native/connector/os/win32/logmessages.mc [new file with mode: 0644]
native/connector/os/win32/ntpipe.c [new file with mode: 0644]
native/connector/os/win32/registry.c [new file with mode: 0644]
native/connector/os/win32/system.c [new file with mode: 0644]
native/connector/src/address.c [new file with mode: 0644]
native/connector/src/dir.c [new file with mode: 0644]
native/connector/src/error.c [new file with mode: 0644]
native/connector/src/file.c [new file with mode: 0644]
native/connector/src/info.c [new file with mode: 0644]
native/connector/src/jnilib.c [new file with mode: 0644]
native/connector/src/lock.c [new file with mode: 0644]
native/connector/src/misc.c [new file with mode: 0644]
native/connector/src/mmap.c [new file with mode: 0644]
native/connector/src/multicast.c [new file with mode: 0644]
native/connector/src/network.c [new file with mode: 0644]
native/connector/src/os.c [new file with mode: 0644]
native/connector/src/poll.c [new file with mode: 0644]
native/connector/src/pool.c [new file with mode: 0644]
native/connector/src/proc.c [new file with mode: 0644]
native/connector/src/shm.c [new file with mode: 0644]
native/connector/src/ssl.c [new file with mode: 0644]
native/connector/src/sslcontext.c [new file with mode: 0644]
native/connector/src/sslinfo.c [new file with mode: 0644]
native/connector/src/sslnetwork.c [new file with mode: 0644]
native/connector/src/sslutils.c [new file with mode: 0644]
native/connector/src/stdlib.c [new file with mode: 0644]
native/connector/src/thread.c [new file with mode: 0644]
native/connector/src/user.c [new file with mode: 0644]
native/connector/tcnative.dsp [new file with mode: 0644]
native/connector/tcnative.pc.in [new file with mode: 0644]