diff options
Diffstat (limited to 'rubbos/app/httpd-2.0.64/os/os2')
-rw-r--r-- | rubbos/app/httpd-2.0.64/os/os2/.deps | 0 | ||||
-rw-r--r-- | rubbos/app/httpd-2.0.64/os/os2/Makefile | 10 | ||||
-rw-r--r-- | rubbos/app/httpd-2.0.64/os/os2/Makefile.in | 5 | ||||
-rw-r--r-- | rubbos/app/httpd-2.0.64/os/os2/config.m4 | 3 | ||||
-rw-r--r-- | rubbos/app/httpd-2.0.64/os/os2/core.mk | 7 | ||||
-rw-r--r-- | rubbos/app/httpd-2.0.64/os/os2/core_header.def | 19 | ||||
-rw-r--r-- | rubbos/app/httpd-2.0.64/os/os2/os.h | 33 | ||||
-rw-r--r-- | rubbos/app/httpd-2.0.64/os/os2/util_os2.c | 39 |
8 files changed, 0 insertions, 116 deletions
diff --git a/rubbos/app/httpd-2.0.64/os/os2/.deps b/rubbos/app/httpd-2.0.64/os/os2/.deps deleted file mode 100644 index e69de29b..00000000 --- a/rubbos/app/httpd-2.0.64/os/os2/.deps +++ /dev/null diff --git a/rubbos/app/httpd-2.0.64/os/os2/Makefile b/rubbos/app/httpd-2.0.64/os/os2/Makefile deleted file mode 100644 index 1dc8ed6c..00000000 --- a/rubbos/app/httpd-2.0.64/os/os2/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -top_srcdir = /bottlenecks/rubbos/app/httpd-2.0.64 -top_builddir = /bottlenecks/rubbos/app/httpd-2.0.64 -srcdir = /bottlenecks/rubbos/app/httpd-2.0.64/os/os2 -builddir = /bottlenecks/rubbos/app/httpd-2.0.64/os/os2 -VPATH = /bottlenecks/rubbos/app/httpd-2.0.64/os/os2 - -LTLIBRARY_NAME = libos.la -LTLIBRARY_SOURCES = util_os2.c - -include $(top_srcdir)/build/ltlib.mk diff --git a/rubbos/app/httpd-2.0.64/os/os2/Makefile.in b/rubbos/app/httpd-2.0.64/os/os2/Makefile.in deleted file mode 100644 index fba49727..00000000 --- a/rubbos/app/httpd-2.0.64/os/os2/Makefile.in +++ /dev/null @@ -1,5 +0,0 @@ - -LTLIBRARY_NAME = libos.la -LTLIBRARY_SOURCES = util_os2.c - -include $(top_srcdir)/build/ltlib.mk diff --git a/rubbos/app/httpd-2.0.64/os/os2/config.m4 b/rubbos/app/httpd-2.0.64/os/os2/config.m4 deleted file mode 100644 index b62d214e..00000000 --- a/rubbos/app/httpd-2.0.64/os/os2/config.m4 +++ /dev/null @@ -1,3 +0,0 @@ -if test "$OS" = "os2" ; then - APR_ADDTO(CFLAGS, [-DOS2 -O2]) -fi diff --git a/rubbos/app/httpd-2.0.64/os/os2/core.mk b/rubbos/app/httpd-2.0.64/os/os2/core.mk deleted file mode 100644 index 639417e8..00000000 --- a/rubbos/app/httpd-2.0.64/os/os2/core.mk +++ /dev/null @@ -1,7 +0,0 @@ -# Some rules for making a shared core dll on OS/2 - -os2core: httpd.dll $(CORE_IMPLIB) - $(LIBTOOL) --mode=link gcc -Zstack 512 $(LDFLAGS) $(EXTRA_LDFLAGS) -o httpd $(CORE_IMPLIB) - -httpd.dll: $(PROGRAM_DEPENDENCIES) $(CORE_IMPLIB) - $(LINK) -Zdll $(EXTRA_LDFLAGS) -s -o $@ server/exports.lo modules.lo $(PROGRAM_DEPENDENCIES) $(AP_LIBS) server/ApacheCoreOS2.def diff --git a/rubbos/app/httpd-2.0.64/os/os2/core_header.def b/rubbos/app/httpd-2.0.64/os/os2/core_header.def deleted file mode 100644 index ec3703a6..00000000 --- a/rubbos/app/httpd-2.0.64/os/os2/core_header.def +++ /dev/null @@ -1,19 +0,0 @@ -LIBRARY httpd INITINSTANCE -DESCRIPTION "Apache Server Core" -DATA NONSHARED - -EXPORTS - "main" - -; One for mod_dav from socket library - "_swaps" - -; And some more for mod_unique_id - "gethostname" - "gethostbyname" - "_swapl" - "h_errno" - "inet_ntoa" - -; mod_proxy needs this one - "inet_addr" diff --git a/rubbos/app/httpd-2.0.64/os/os2/os.h b/rubbos/app/httpd-2.0.64/os/os2/os.h deleted file mode 100644 index b1307901..00000000 --- a/rubbos/app/httpd-2.0.64/os/os2/os.h +++ /dev/null @@ -1,33 +0,0 @@ -/* Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS 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. - */ - -#ifndef APACHE_OS_H -#define APACHE_OS_H - -#define PLATFORM "OS/2" - -/* going away shortly... */ -#define HAVE_DRIVE_LETTERS -#define HAVE_UNC_PATHS -#define CASE_BLIND_FILESYSTEM - -/* - * This file in included in all Apache source code. It contains definitions - * of facilities available on _this_ operating system (HAVE_* macros), - * and prototypes of OS specific functions defined in os.c or os-inline.c - */ - -#endif /* ! APACHE_OS_H */ diff --git a/rubbos/app/httpd-2.0.64/os/os2/util_os2.c b/rubbos/app/httpd-2.0.64/os/os2/util_os2.c deleted file mode 100644 index 9156fb39..00000000 --- a/rubbos/app/httpd-2.0.64/os/os2/util_os2.c +++ /dev/null @@ -1,39 +0,0 @@ -/* Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS 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. - */ - -#define INCL_DOS -#define INCL_DOSERRORS -#include <os2.h> -#include "ap_config.h" -#include "httpd.h" -#include "http_log.h" -#include "os.h" -#include <sys/time.h> -#include <sys/signal.h> -#include <ctype.h> -#include <string.h> -#include "apr_strings.h" - - -AP_DECLARE(apr_status_t) ap_os_create_privileged_process( - const request_rec *r, - apr_proc_t *newproc, const char *progname, - const char * const *args, - const char * const *env, - apr_procattr_t *attr, apr_pool_t *p) -{ - return apr_proc_create(newproc, progname, args, env, attr, p); -} |