config.data for Digital UNIX 4.0?

From: Dave Carter <carter_at_lanl.gov>
Date: 25 Feb 1997 00:30:49 -0700

>>>>> John D Wilkins writes:

    John> Does anyone have a config.data (or other encouraging
    John> information) for porting INN 1.5.1 to Digital UNIX 4.0?

i just looked through the alpha-managers archives and found lots of
these questions, but no summaries. i finally got it to compile, just
a few minutes ago, but haven't installed it yet, so i don't know if it
will work. does anyone else have any more info? (i.e. other scripts
that need alerations?)

attached is my diff from config.dist. it compiled just fine. the
only important thing i changed from the
sample-configs/config.data-DU4.0 is have_setproctitle. (it was set to
do, and i had to change it to dont.)

                                                - dave


% diff config.dist config.data
26c26
< CC gcc
---
> CC                    cc
35c35
< DBZCFLAGS                     $(CFLAGS)
---
> DBZCFLAGS                     $(CFLAGS) -DMMAP
49c49
< LIBS                  -lutil
---
> LIBS
150c150
< VAR_STYLE             STDARGS
---
> VAR_STYLE             VARARGS
211c211
< HAVE_SETPROCTITLE     DO
---
> HAVE_SETPROCTITLE     DONT
232c232
< FORK                  vfork
---
> FORK                  fork
253c253
< RES_STYLE             RUSAGE
---
> RES_STYLE             TIMES
257c257
< FDCOUNT_STYLE         GETRLIMIT
---
> FDCOUNT_STYLE         SYSCONF
331c331
< MMAP_PTR              caddr_t
---
> MMAP_PTR              void *
554c554
< _PATH_COMPRESS                /usr/bin/compress
---
> _PATH_COMPRESS                /usr/local/bin/gzip
557c557
< _PATH_COMPRESSEXT     .Z
---
> _PATH_COMPRESSEXT     .gz
563c563
< _PATH_PERL            /usr/bin/perl
---
> _PATH_PERL            /usr/local/bin/perl
608c608
< _PATH_GZIP            /usr/contrib/bin/gzip
---
> _PATH_GZIP            /usr/local/bin/gzip
Received on Tue Feb 25 1997 - 08:50:10 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:47 NZDT