From 43e68337349be6ec5aef250e93ef54a487165dc9 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 30 Aug 2001 05:52:25 +0000 Subject: * configure.in: added Cygwin specific APR_SETVARs. * os/config.m4: added Cygwin specific values for $OS and $OS_DIR. $OS_DIR will change to "cygwin" as soon as I get the DSO/DLL things clean as with 1.3.20. * support/logresolve.c: added OS specific #ifdef statement to define h_errno as extern __declspec(dllimport); it's imported from the cygwin1.dll itself. Submitted by: Stipe Tolj git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90805 13f79535-47bb-0310-9956-ffa450edef68 --- os/config.m4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os/config.m4') diff --git a/os/config.m4 b/os/config.m4 index 669c0bd67a..704204360f 100644 --- a/os/config.m4 +++ b/os/config.m4 @@ -13,6 +13,10 @@ bs2000*) OS="unix" OS_DIR=bs2000 # only the OS_DIR is platform specific. ;; +*cygwin*) + OS="cygwin" + OS_DIR="unix" + ;; *) OS="unix" OS_DIR=$OS;; -- cgit v1.2.3