+1, but I'm not sure what the line
LFLAGS="$LFLAGS"
means...
Brian
At 08:11 PM 10/24/97 +0100, you wrote:
>
>---------- Forwarded message ----------
>Date: Fri, 24 Oct 1997 17:33:11 +0200
>From: Marius Groeger <mag@sysgo.de>
>To: apache-bugs@apache.org
>Subject: LynxOS 2.5 re-port
>
>Hello all,
>
>Please find attached a text file containing the diff output to change the
>source files src/Configure and src/conf.h.
>
>I submitted this a while a ago but didn't get any feedback. I ported
>Apache to LynxOS 2.5, which was necessary as the built-in support for
>LynxOS wouldn't work any more.
>
>Please incorporate the small changes and feel free to get back to me for
>additional information.
>
>Thanks,
>
>--Marius
>diff conf.h.ORG conf.h
>434c434,446
>< #elif defined(LYNXOS)
>---
>> #elif defined(__Lynx__)
>> #undef HAVE_GMTOFF
>> #define HAVE_RESOURCE
>> #undef HAVE_MMAP
>> #undef HAVE_SHMGET
>> #undef HAVE_CRYPT_H
>> #undef HAVE_SYS_SELECT_H
>> #define HAVE_SYS_RESOURCE_H
>> #undef HAVE_SNPRINTF
>> #undef USE_FCNTL_SERIALIZED_ACCEPT
>> #undef USE_FLOCK_SERIALIZED_ACCEPT
>> #define USE_LONGJMP
>> #undef NO_UNISTD_H
>437,440c449,454
>< #define NEED_STRCASECMP
>< #define NEED_STRNCASECMP
>< #define NEED_INITGROUPS
>< #define JMP_BUF jmp_buf
>---
>> #undef NO_USE_SIGACTION
>> #undef NO_LINGCLOSE
>> #define HAVE_CVT
>> #define JMP_BUF sigjmp_buf
>> extern char *crypt(char *pw, char *salt);
>> typedef int rlim_t;
>
>diff Configure.ORG Configure
>310,313c310,315
>< *-lynx-lynxos*)
>< OS='LynxOS'
>< CFLAGS="$CFLAGS -DLYNXOS"
>< LIBS="$LIBS -lbsd -ldes -lc_p"
>---
>> *-lynx-lynxos)
>> OS='LynxOS 2.x'
>> CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"
>> LIBS="$LIBS -lbsd -lcrypt"
>> LFLAGS="$LFLAGS"
>> DEF_WANTHSREGEX=yes
--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
"it's a big world, with lots of records to play." - sig brian@organic.com
|