Received: by taz.hyperreal.com (8.7.5/V2.0) id FAA29662; Wed, 21 Aug 1996 05:25:54 -0700 (PDT) Received: from irene.pcug.co.uk by taz.hyperreal.com (8.7.5/V2.0) with SMTP id FAA29656; Wed, 21 Aug 1996 05:25:51 -0700 (PDT) Received: from ak165.du.pipex.com by irene.pcug.co.uk id aa25429; 21 Aug 96 13:25 BST Message-Id: <199608211144.MAA00224> Subject: Re: Porting apache-1.1 to UXP/DS(V20L10) To: Fumio MORIYA Date: Wed, 21 Aug 1996 12:44:56 +0100 (BST) In-Reply-To: <199608210132.KAA00425@oai30.yk.fujitsu.co.jp> from "Fumio MORIYA" at Aug 21, 96 10:31:46 am From: Rob Hartill Organization: Internet Movie Database X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com Thanks for the info/patch. We'll look at merging it into the next release. regards, rob Fumio MORIYA wrote: > > > Dear Sirs; > > We are employees of Fujitsu Ltd. in japan, transporting > Free Software to the Fujitsu's work-station DS/90, and > distributing on our anonymous FTP server. > We could certify that your "apache" perform on the > DS/90. The environment is as follows: > > Program : apache-1.1 > Machine : FUJITSU DS/90 > OS : UXP/DS V20L10(SVR4.2) > > We modified program as Appendix to perform. > We shall be happy to be useful to you. > > Best regards. > > FUJITSU LIMITED > > DEVELOPMENT DEPARTMENT VI > SOFTWARE DIVISION II > SOFTWARE GROUP > > DS/90 Freesoftware group > Fumio Moriya > Toshiaki Nomura > > e-mail:dsfrsoft@oai6.yk.fujitsu.co.jp > > >< Appendix > > >- We modified "Configuration" to add definitions for UXP/DS. >- We modified "conf.h" to add definitions for UXP/DS. > >*** Configuration.orig Mon Aug 19 13:55:01 1996 >--- Configuration Mon Aug 19 13:58:56 1996 >*************** >*** 17,26 **** > # First, ordinary compile-time configuration. > > # What to call the compiler: For normal machines with ANSI compilers >! # CC= cc > # For Suns or other non-ANSI platforms. Please make sure your gcc is > # 2.0 or later, as 1.40 seems to create bad code for the Sun 4. >! CC= gcc > > # CFLAGS, compile flags. > >--- 17,26 ---- > # First, ordinary compile-time configuration. > > # What to call the compiler: For normal machines with ANSI compilers >! CC= cc > # For Suns or other non-ANSI platforms. Please make sure your gcc is > # 2.0 or later, as 1.40 seems to create bad code for the Sun 4. >! # CC= gcc > > # CFLAGS, compile flags. > >*************** >*** 146,151 **** >--- 146,154 ---- > # For DG/UX 5.4 > #AUX_CFLAGS= -DDGUX > #AUX_LIBS= >+ # For UXP/DS V20L10 >+ AUX_CFLAGS= -DUXPDS >+ AUX_LIBS= -lsocket -lnsl > > # For EMX OS/2 port > #AUX_CFLAGS= -Zbsd-signals -Zbin-files > >*** conf.h.orig Mon Aug 19 14:00:32 1996 >--- conf.h Mon Aug 19 14:18:17 1996 >*************** >*** 317,322 **** >--- 317,338 ---- > /* Add some drive name support */ > #define chdir _chdir2 > >+ #elif defined(UXPDS) >+ #undef NEED_STRCASECMP >+ #undef NEED_STRNCASECMP >+ #undef NEED_STRDUP >+ #undef HAS_GMTOFF >+ #define NO_KILLPG >+ #undef NO_SETSID >+ #define HAVE_RESOURCE 1 >+ #define bzero(a,b) memset(a,0,b) >+ #define getwd(d) getcwd(d,MAX_STRING_LEN) >+ #define JMP_BUF sigjmp_buf >+ #define FCNTL_SERIALIZED_ACCEPT >+ #define HAVE_MMAP >+ #define HAVE_CRYPT_H >+ > /* Unknown system - Edit these to match */ > #else > #ifdef BSD > > -- Rob Hartill (robh@imdb.com) The Internet Movie Database (IMDb) http://www.imdb.com/ ...more movie info than you can poke a stick at.